/* CSS Document */

/*-----------------
	HTML STYLES 
------------------*/
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", "Verdana", "Georgia", "Lucida Grande", "Lucida Sans Unicode";
	font-size: 11px; /* equivaut a 10 pix*/
	color: #000000;
	margin: 0px;
	line-height: 17px;
	text-align: justify;
	margin-top: 2px;
	margin-bottom: 10px;
	background: #FFFFFF url(../img/fond_2.png) repeat-y center;
}

 a {
	color: #A51700;
	text-decoration: none;
	}
	
 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* evite d'avoir une bordure quand on met un lien sur une image */
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

/*-----------------
	BLOCS 
------------------*/
#conteneur { 
	position: relative;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#subheader h1 {
	font-size: 10px;
	color: #5A0810;
	text-align: center;
	font-weight: normal;
	margin: 0px;
}
#header {
	height: 118px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	background-image: url(../img/top_fond.png);
	background-position: center top;
	vertical-align: bottom;
	background-repeat: no-repeat;
	border: 0;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#centre {
	background-image: url(../img/bordure_2.png);
	background-repeat: repeat-y;
	border: 0;
}
#page {
	background: #FFFFFF;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 770px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer {
	font-family: "Trebuchet MS", "Trebuchet", "Verdana", "Georgia", "Lucida Grande", "Lucida Sans Unicode";
	font-size: 10px;
	background-image: url(../img/bas_page_2.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	/* correction bug IE5 */
	width: 844px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* bonne taille pour bons navigateurs */
	width: 820px;
}
#footer-gauche {
	padding-left: 32px;
	padding-top: 10px;
	font-weight: bold;
	float: left;
	}
	#footer-gauche a {
	color: #5A0810;
	text-decoration: none;
	}
	#footer-gauche a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#footer-droite {
	padding-right: 32px;
	text-align: right;
	float: right;
	padding-top: 10px;
	font-weight: bold;
	}
	#footer-droite a {
	color: #5A0810;
	text-decoration: none;
	}
	#footer-droite a:hover {
	text-decoration: underline;
	color: #FF6600;
}

#credits-droite {
	float: right;
	color: #5A0810;
	text-align: right;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-right: 32px;
	}
	#credits-droite a {
	color: #5A0810;
	text-decoration: none;
	}
	#credits-droite a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#credits-gauche {
	float: left;
	color: #5A0810;
	text-align: left;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-left: 32px;
	}
	#credits-droite a {
	color: #5A0810;
	text-decoration: none;
	}
	#credits-droite a:hover {
	color: #FF6600;
	text-decoration: underline;
}



#partie-gauche {
	float: left;
	width: 200px;
	padding-top: 2px;
	font-size: 12px;
	margin: 0px;
	background-color: #FFFFFF;
}
#partie-droite {
	width: 550px;
	float: right;
	padding-top: 2px;
	font-size: 12px;
	margin: 0px;
}


/* ANNULE LES COLONNES ----*/

#clear {
	height: 1px;
	clear: both;
}


/* TOUTES RUBRIQUES -----------*/

.header-noflash {
	text-align: center;
	font-size: 12px;
	background-image: url(../img/top_fond.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 60px;
	/* correction bug IE5 */
	height: 250px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* bonne taille pour bons navigateurs */
	height: 190px;
}
.separ-footer {
    margin-left: 0px;
	margin-bottom: 8px;
	margin-top: 10px;
}
.hide	{
	display: none;
}

.cleaner {
	clear:both;
	margin:0; padding:0;
	height:0px;
	border:none;
	font-size:1px;
	line-height:0;
	visibility: hidden;
}
#erreur404 {
	font-size: 12PX;
	text-align: center;
	padding-bottom: 100px;
	}
	#erreur404 a {
	color: #FF6600;
	text-decoration: underline;
	}
	#erreur404 a:hover {
	text-decoration: none;
}

