/* @override 
	http://192.168.0.50/tournee.mariepierperreault.com/css/tournee.css
*/

html,body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

body {
	text-align: center;
	font-size: 76%;
	background-color: black;
	color: white;
}

*, img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0 0;
	padding: 12px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h6 {
	font-size: 8px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

a:link {
	color: #005474;
	text-decoration: underline;
}

a:active {
	color: #ffc311;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #ffc311;
	text-decoration: underline;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 775px;
	height: 277px;
	margin: 15px 0 0;
	padding: 0;
	/*overflow: hidden;*/
}

/* @group Navigation */

#navigation {
	height: 60px;
	margin: 15px 0 0;
	padding: 0;
	/*overflow: hidden;*/
}

#navigation-split {
	float: left;
}

#navigation-accueil a {
	width: 85px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/accueil.jpg) no-repeat;
}

#navigation-accueil a:hover {
	background-position: 0 -60px;
}

#navigation-accueil-actif a {
	width: 85px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/accueil.jpg) no-repeat;
	background-position: 0 -60px;
}

#navigation-nouvelles a {
	width: 105px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/nouvelles.jpg) no-repeat;
}

#navigation-nouvelles a:hover {
	background-position: 0 -60px;
}

#navigation-nouvelles-actif a {
	width: 105px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/nouvelles.jpg) no-repeat;
	background-position: 0 -60px;
}

#navigation-dates a {
	width: 69px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/dates.jpg) no-repeat;
}

#navigation-dates a:hover {
	background-position: 0 -60px;
}

#navigation-dates-actif a {
	width: 69px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/dates.jpg) no-repeat;
	background-position: 0 -60px;
}

#navigation-photos a {
	width: 78px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/photos.jpg) no-repeat;
}

#navigation-photos a:hover {
	background-position: 0 -60px;
}

#navigation-photos-actif a {
	width: 78px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/photos.jpg) no-repeat;
	background-position: 0 -60px;
}

#navigation-videos a {
	width: 78px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/videos.jpg) no-repeat;
}

#navigation-videos a:hover {
	background-position: 0 -60px;
}

#navigation-videos-actif a {
	width: 78px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/videos.jpg) no-repeat;
	background-position: 0 -60px;
}

#navigation-blog a {
	width: 56px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/blog.jpg) no-repeat;
}

#navigation-blog a:hover {
	background-position: 0 -60px;
}

#navigation-blog-actif a {
	width: 56px;
	height: 60px;
	float: left;
	text-decoration: none;
	background: url(../images/main/navigation/blog.jpg) no-repeat;
	background-position: 0 -60px;
}

/* @end */

#wrapper {
	background: url(../images/main/background_wrapper.jpg) repeat-y;
	margin: 15px 0 0;
	padding: 0;
}

#content {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	padding: 0 30px;
}

.titre-de-paragraphe {
	font-size: 20px;
	color: #005474;
}

#content p {
	margin-top: 15px;
}


#content .titre-de-paragraphe{
	
}

/* @group Nouvelles */


#nouvelle-titre {
	font-size: 20px;
	color: #005474;
	margin-top: 15px;
}

#nouvelle-contenu {
	margin-top: 15px;
	line-height: 14px;
	font-size: 12px;
}

#nouvelle-publication {
	color: gray;
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}

#nouvelle-commentaires {
	color: gray;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#nouvelles-precedentes {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 50%;
}

#nouvelles-suivantes {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 50%;
	text-align: right;
}



/* @end */

/* @group Dates */

.table-dates {
	padding: 0;
	margin: 15px 0 0;
	width: 100%;
	border-top-style: none;
	border-left-style: none;
	border-bottom: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
}

.table-dates th {
	font-size: 11px;
	margin: 0;
	padding: 5px 2px 5px 10px;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	border-bottom-style: none;
	border-right-style: none;
	background-color: #005474;
	font-weight: bold;
}

.table-dates td {
	font-size: 11px;
	margin: 0;
	padding: 5px 2px 5px 10px;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	border-bottom-style: none;
	border-right-style: none;
}



/* @end */

.error {
    text-align:left;
    color:red;
}

#extra {
}

#footer {
	font-size: 11px;
	text-align: center;
	height: 30px;
}

#footer a:link {
	color: white;
	text-decoration: none;
}

#footer a:active {
	color: white;
	text-decoration: underline;
}

#footer a:visited {
	color: silver;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

.hide {
	visibility: hidden;
}
/* IEPNGFIX*/
img, div { behavior: url(png/iepngfix.htc) }
