/* CSS Document */
@charset "UTF-8";

body {
	color: #996699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	background-color: #d4d2d2;
}

a { 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	color: #996699;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	color: #7474ab;
	/*background-color:#EDEDED;*/
}

img{
 border: 2px solid #ccccff;
}

#important {
	font-weight:bold;
	color:#7474ab;
}

#contours {
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
}

#haut {
	width: 750px;
	height: 151px;
	background-image: url(../images/haut.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#logo{
	padding-top:5px;
	padding-left:22px;
}

#gauche {
	width: 150px;
	float: left;
	display: block;
}

#menu{
	margin-top:20px;
	margin-left:30px;
	margin-bottom:20px;
	font-size:10pt;
	font-weight : bold;
}

#rubrique{
	border-top: 1px solid #7d747d;
	border-bottom: 1px solid #7d747d;
	color:#7474ab;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
}
#formulaire {
	text-align:center;
}

/*select{
	font-size:7pt;
	border-color:#7474ab;
}*/
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
}
.bouton {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	border: 1px solid #AAAAAA;
}
#droite{
	width: 600px;
	float: right;
	display: block;
	background-image: url(../images/fond_centre.jpg);
	background-repeat: repeat;
	background-position: top left;
	min-height: 360px;
}

#titre{
	margin-left:20px;
	font-size:12pt;
	font-weight:bold;
	color:#7474ab;
}

#contenu{
	margin-top:20px;
	margin-left:30px;
	margin-right:20px;
	text-align:justify;
}

#spacer {
	  clear: both;
}

#bas {
	width:750px;
	height:51px;
	background-image: url(../images/bas.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color:#FFFFFF;
}
