/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #40312b;
}

sup {
	font-size: xx-small;
}

#general, #logos {
	width: 97%;
	min-width: 900px;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
#naviGauche {
	float: left;
	width: 20%;
	/*min-width: 200px;*/
}

#naviGauche #logo {
	background-color: #000;
	background-image: url(../img/bg_general.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}
#naviGauche #logo img {
	margin: 50px 0px 87px 15px;
}

#contenuDroite {
	float: left;
	width: 79%;
	min-width: 399px;
}

.attention {
	color: #990000;
}

/* contenuDroite divisé en deux colonnes */
/* pour contenu voir liste.css et index.css */

/* FIL D'ARIANE */
div#ariane {
	margin: 0px 30px 0px 50px;
}

/* CONTENU SUR FOND BLANC */

#contenuPage span.date {
	font-size: 0.8em;
	font-weight: bold;
	color: #785c43;
}


/* colonne droite */
#colonneDroite {
	float: right;
	width: 29%;
	background-image: url(../img/bg_titreColDroite.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
}



/* PIED DE PAGE */
/*ADRESSE*/
#adresse {
	padding: 3px;
	color: #FFFFFF;
	background: url(../img/bg_adresse.jpg) #2b110a no-repeat right bottom;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	clear: both;
	overflow: hidden;
}
#adresse a {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../img/pic_mail_pied.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
}
#adresse a:hover, #adresse a:active{
	text-decoration: none;
	color: #75625a;
}

hr.logo {
	color: #40312b;
	border-bottom: solid 1px #75625a;
	margin: 30px 0px 10px 0px;
	overflow: hidden;
	clear: both;
}
#logos {
	vertical-align: top;
	text-align: center;
	color: #40312B;
}
#logos img{
	margin: 0px 0px 0px 0px
}
.verdana11rge {
	color: #990000;
}