/*Mise en forme générale*/
body {
	background-color:#525381;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	text-align: justify;
	background-image: url(images/interface/fond-diagonales.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	text-decoration: none;
	cursor: hand;
	color: #888888;
}

a:hover {
	text-decoration: none;
	color:#525381;
}

#gauche a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 150%;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}

#gauche a:hover {
	color:#f3e8d0;
}

#favoris a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c00000;
	line-height: 150%;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}

#favoris a:hover {
	color:#f3e8d0;
}


#footer a {
	text-decoration: none;
	color: #f3e8d0;
	line-height: 120%;
}

#footer a:hover {
	color:#aebeE2;
}

p {
	padding-right:10px;
	padding-left:10px;	
}

#conteneur {
	width:780px;
	margin:0 auto;
	background-image: url(images/interface/fond-page.jpg);
	background-repeat: repeat-y;
}

#sous_conteneur {
	width:780px;
	background-image: url(images/interface/haut-page.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


#header {
	width: 780px;
	height: 67px;
}

#main {
	padding-left:26px;
	padding-right:26px;
}

#gauche {
	float:left;
	width: 147px;
	padding-left:10px;
	text-align:left;
}

#droite {
	padding-right:11px;
	float:right;
	width: 610px;
}

#footer {
	clear: both;
	height:35px;
	border-top: 1px solid #000000;
	background-color: #525381;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
}

#coordonnees {
	border: 1px solid #14162e;
	margin: 10px;
	background-color: #fcf8ef;
	padding: 5px;
	text-align: center;
}

#info {
	border: 1px solid #14162e;
	margin: 10px;
	background-color: #e9cd8b;
	padding: 5px;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #aeb1e2;
	border-bottom: 1px solid #000000;
	margin-top: 0px;
	line-height: 150%;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 150%;
	font-variant: small-caps;
	text-align: center;
}

img {
	border: 1px solid #000000;
}





.bordure_bas_droite {  border: #14162E solid; border-width: 0px 1px 1px 0px}

.legende {
	color: #666699;
	text-align: center
}

.bordure_droite_gauche {
/*  border: #14162E solid;
	border-width: 0px 1px;
*/
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}


.bordure_bas_droite_gauche {  border: #14162E solid; border-width: 0px 1px 1px}
.bordure_haut_droite {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px}
.texte {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; text-decoration: none; text-align: justify}
.titre_page {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none; text-align: center}
.texte_centre {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; text-align: center}
