@charset "utf-8";

/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pied {
	font-size: x-small;
	font-weight: bold;
	color: #0491bc;
}

.Style5 {
	font-size: 16px;
	font-weight: bold;
}

#menu dl,#menu dt,#menu dd,#menu ul,#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #ffffff;
	display: inline;
}

#menu {
	position: absolute; /*placement du menu, à modifier selon vos besoins*/
	/*top: 0;
left: 0;*/
	z-index: 100;
	/*width: 100%;  correction pour Opera */
}

#menu dl {
	float: left;
	height: 10px;
}

#menu dd {
	display: none;
	text-align: left;
	background-color: #eeeeee;
}

#menu li a,#menu dt a {
	color:#889d18;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: small;
	margin-left: 5px;
	background-color: #eeeeee;
}

a img,a:hover img,a:visited img {
	border: 0;
}

.corps_aca {
	width: 1200px;
	background-image: url(../images/aca/fond.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
}

.corps_al {
	width: 1200px;
	background-image: url(../images/al/fond.jpg);
	background-repeat: repeat-y;
}

.corps_dl {
	width: 1200px;
	background-image: url(../images/dl/fond.jpg);
	background-repeat: repeat-y;
}

.corps_doc {
	width: 1200px;
	background-image: url(../images/doc/fond.jpg);
	background-repeat: repeat-y;
}

.corps_lc {
	width: 1200px;
	background-image: url(../images/lc/fond.jpg);
	background-repeat: repeat-y;
}

.corps_rs {
	width: 1200px;
	background-image: url(../images/rs/fond.jpg);
	background-repeat: repeat-y;
}

.corps_sa {
	width: 1200px;
	background-image: url(../images/sa/fond.jpg);
	background-repeat: repeat-y;
}

.contenu { 
	float:right;
	width: 943px;
	text-align: justify;
	font-size: 10;
	color: #FFFFFF;
    /*margin-left:257px;*/
}

.corps {
    width:451px;
    /*padding-right:260px;*/
}

.clearfloat {
	/* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

table {
	text-align: justify;
}

.messageConfirm {
	font-size: 12;
	font-weight: bold;
	background-color: #FFFFFF;
	color: red;
}

a,a:hover,a:visited {
	color: #4c4c4c;
}

.titre {
	color: #0691bc;
}

.titre_gauche,.titre_gauche a {
	color: white;
}
