#logo {
	height: 80px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#menunew {
	height: 25px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E3E1E0;
	background-image: url(images/gris.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 10px;
	padding-left: 30px;
}





#parent {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E25949;
	background-image: url(images/degrade_rouge.jpg);
	background-repeat: repeat-x;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
}


#parent #contenu {
	float: right;
	height: 590px;
	width: 758px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

.titre_sommaire {
	font-size: 13px;
	font-weight: bold;
	color: #004B95;
	letter-spacing: 0px;
	margin-left: 5px;
}

.commentaires {
	font-size: 10px;
	font-style: italic;
}


.justifie {
	text-align: justify;
}
.titre {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #155A9E;
}
.titre2 {
	font-size: 14px;
	font-weight: bold;
	color: #E04E55;
}
.texteblanc {
	font-weight: bold;
	color: #FFFFFF;
}
.menucontenu {
	margin-top: 5px;
	margin-bottom: 5px;
}
.menucontenu a {
	font-weight: bold;
	color: #E04E55;
}
.bords_gris {
	border: thin solid #E3E1E0;
}




.liste_contenu {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}.liste_contenu a {
	color: #155A9E;
	font-weight: bold;
}


.liensrubriques {
	font-weight: bold;
	color: #004B95;
}
.listeverticale {
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 15px;
	list-style-position: outside;
	list-style-image: url(images/carre.gif);
}
.puces_texte {
	list-style-type: square;
	display: list-item;
	margin-left: 15px;
	list-style-position: outside;
}
.fondbleu {
	background-color: #E3E1E0;
}
.lien_texte {
	color: #155A9E;
}
#parent #contenu ol {
	list-style-position: outside;
	list-style-type: decimal;
	text-indent: -10px;
	text-align: justify;
}
#menunew a {
	color: #004B95;
	text-decoration: none;
}
#pied {
	background-color: #E3E1E0;
	background-image: url(images/gris.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.titrerub {
	font-size: 14px;
	font-weight: bold;
	color: #9A9A9A;
}
.hauteur_cel_tab {
	height: 40px;
}
.exposant {
	vertical-align: top;
}
.indice {
	vertical-align: sub;
	font-size: 8px;
}
.textehaut {
	vertical-align: super;
}
.gras {
	font-weight: bold;
}
.texterouge {
	font-size: 12px;
	color: #E04E55;
}
.centrer {
	text-align: center;
}

