body { 
	background-color: #DEDFE1; /*couleur de fond de page*/
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	SCROLLBAR-FACE-COLOR: #0B1A55; /*Couleurs de la barre de défilement*/
	SCROLLBAR-HIGHLIGHT-COLOR: #0B1A55;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #636A86;
	SCROLLBAR-ARROW-COLOR:  #ABB6CA;
	SCROLLBAR-TRACK-COLOR: #ABB6CA;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	
}
/*Couleur du texte de la page d'intro*/
.bienvenue {     
color:#5B5B5B; 
font-size : 16px;
font-weight: bold;
}
/*Couleur des liens de la page d'intro*/
a.bienvenue {
color:#5B5B5B; 
font-size : 16px;
text-decoration:none;
}
/*Couleur des liens une fois dessu de la page d'intro*/
a:hover.bienvenue {
color:#5B5B5B;
font-size : 16px;
text-decoration: overline;
}
/*Couleur des liens par défaut du site*/
a {
color:#0A1A56;
text-decoration:none;
}
a:hover {
color:#0A1A56;
text-decoration:underline;
}
/*Décallage de 0 par défaut*/
div,p,h1,h2,h3,h4,h5,h6 {
	margin : 0px;
}
/*Conteneur central*/
div#conteneur {
	position: absolute;
	width: 725px;
	background-color: #ABB6CA;
	left: 50%;
	height: 714px;
	visibility: visible;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../images/fond.gif);
	background-repeat: repeat;
	margin-top: -357px;
	margin-left: -392px;
	top: 50%;
}
/*Conteneur du texte des pages*/
div#corpstexte {
	position: absolute;
	width: 563px;
	height: 413px;
	background-color: #FFFFFF;
	top: 264px;
	left: 181px;
	visibility: visible;
	overflow: auto;
	padding-top: 5px;
	padding-left: 10px;
}
/*Conteneur du titre des pages*/
div#titrepage {
	position: absolute;
	width: 502px;
	height: 38px;
	top: 14px;
	left: 21px;
	visibility: visible;
	overflow: auto;
	padding-top: 0px;
	padding-left: 0px;
}
/*Style pour le conteneur du titre des pages*/
.titrepage {
color:#DEDFE1; 
font-size : 16px;
font-weight: bold;
}
.titrepagefleche {
color:#5B5B5B; 
font-size : 16px;
font-weight: bold;
}
/*Conteneur du pied de page*/
div#footer {
	position: absolute;
	top: 680px;
	height: 34px;
	left: 29px;
	width: 725px;
	background-image: url(../images/footer.jpg);
	visibility: visible;
}
/*Style du texte pour le conteneur du footer*/
.footer {
color:#FFFFFF;
text-decoration: none;
}
/*Style des liens pour le conteneur du footer*/
a.footer {
color:#747C8C;
text-decoration: none;
}
a:hover.footer {
color:#B0A200;
text-decoration: overline;
}

/*Conteneur de la bannière du haut*/
div#banniere_haut {
	position: absolute;
	top: 0px;
	height: 49px;
	left: 29px;
	width: 714px;
	visibility: visible;
}
/*Conteneur de la bannière du bas*/
div#banniere_bas {
	position: absolute;
	top: 48px;
	height: 133px;
	left: 29px;
	width: 714px;
	visibility: visible;
}
/*Conteneur du menu*/
div#menu {
	position: absolute;
	top: 264px;
	height: 412px;
	left: 29px;
	background-image: url(../images/menu.jpg);
	width: 145px;
	visibility: visible;
	padding-top: 5px;
	padding-left: 5px;
}
/*Conteneur de la partie de navigation du menu*/
div#menunavigation {
	position: absolute;
	top: 12px;
	height: 152px;
	left: 3px;
	width: 134px;
	visibility: visible;
	padding-left: 10px;
}
/*Conteneur des liens déroulant du menu*/
div#sousmenu {
	position: relative;
	top: 61px;
	height: 20px;
	left: 15px;
	width: 134px;
	visibility: visible;
	padding-left: 10px;
	z-index: 10;
}
/*Conteneur de la partie d'administration*/
div#menuadmin {
	position: absolute;
	top: 224px;
	height: 179px;
	left: 2px;
	width: 122px;
	visibility: visible;
	padding-left: 10px;
}
/*Conteneur de la partie d'actualité du menu*/
div#menunews {
	margin: 0px;
	position: absolute;
	top: 246px;
	height: 190px;
	left: 4px;
	width: 134px;
	visibility: visible;
	padding-left: 3px;
}
/*Conteneur de la barre de séparation du menu*/
div#menusep {
	position: absolute;
	top: 209px;
	height: 5px;
	left: 1px;
	width: 136px;
	visibility: visible;
}
/*Conteneur du texte, image, ... du contenu*/
div#contenudroit	{
	text-align: justify;
	background-color: #ECECEC;
	padding: 10px;
	margin: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0B1A55;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #B4B4B4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #B4B4B4;
	border-left-style: solid;
	border-left-width: 15px;
	border-left-color: #0B1A55;
	margin-bottom: 10px;
}
/*Style du conteneur du texte, image, ... du contenu*/
.contenudroit	{
	text-align: justify;
	background-color: #ECECEC;
	padding: 15px;
	margin: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D73A04;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #B4B4B4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #B4B4B4;
	border-left-style: solid;
	border-left-width: 15px;
	border-left-color: #D73A04;
	margin-bottom: 20px;
}
/*Pour que l'image ce mette à gauche*/
.imgdroite	{
	float:left;
	border-style: solid;
	border-width:1px;
	border-color: #000;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*Pour que l'image ce mette à droite*/
.imggauche{
	float:right;
	border-style: solid;
	border-width:1px;
	border-color: #000;
	margin-right: 10px;
	margin-bottom: 5px;
}
.menutitre {
/*Style des titres du menu*/
	font-family: Arial, Helvetica, sans-serif;
	color: #747C8C;
	font-size: 17px;
	style: bold;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}
/*Style des liens du menu*/
a.menu {
color:#000000; 
font-size : 12px;
text-decoration:none;
}

a:hover.menu {
/*Style une fois sur les liens du menu*/
color:#080F47;
text-decoration: underline;
color: #747C8C;
}

