@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #3b398d;
	margin: 0;
	color:#FFF;
}
#global {
	/*min-height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width:100%;
	float:left;
	overflow:auto;*/
	position: absolute;
	top: 0;
	min-height: 100%;
	width: 100%;
}
#haut {
	width:100%;
	background-color: #eae022;
	height:256px;
	margin-left:auto;
	margin-right:auto;
}
#haut2 {
	width:100%;
	background-color: #3b398d;
	height:71px;
	margin-left:auto;
	margin-right:auto;
}
#banniere{
	width:900px;
	height:256px;
	margin-left:auto;
	margin-right:auto;
	/*overflow:auto;*/
	background-image: url(../images/banniere.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#sousbanniere {
	width:900px;
	height:71px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	background-image: url(../images/sous_banniere.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#sousbanniere img {
	float:right;
	vertical-align:top;
	padding-top:5px;
}
#contenu{
	width:900px;
	height:auto;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	font-size: 14px;
	text-align: justify;
	margin-bottom:40px;
	padding-bottom:40px;
	overflow:auto;
}
#contenu p {
	padding-right: 20px;
	padding-left: 20px;
}
#accueil{
	width:850px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	margin-bottom:30px;
	margin-left:30px;
}
#accueil img {
	border:0;
}
#accueil_gauche {
	float:left;
	width:250px;
}
#accueil_droite {
	float:left;
	width:250px;
}
#accueil_droite img {
	margin-left:40px;
}
#accueil_centre {
	float:left;
	width:302px;
}
#accueil img:hover {
	border: 4px dashed #FFFFFF;
	margin-left:-4px;
	margin-top:-4px;
	margin-bottom:-4px;
}
#accueil_droite img:hover {
	border: 4px dashed #FFFFFF;
	margin-left:36px;
	margin-top:-4px;
	margin-bottom:-4px;
}
#bas{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:70px;
	color: #7d8cba;
	text-align:center;
	background-image: url(../images/herbe.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:absolute;
	bottom: 0px;
	overflow:auto;
	padding-top:30px;

}
a.bleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9ba8ce;
	text-decoration: none;
}
a:hover.bleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.jaune {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e9e021;
	font-weight:bold;
	text-decoration: none;
}
a:hover.jaune {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #e9cf20;
	text-decoration: none;
}
a.rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F00;
	font-weight:bold;
	text-decoration: none;
}
a:hover.rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#900;
	text-decoration: none;
}
a.jaune2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e9e021;
	text-decoration: none;
	font-weight:bold;
}
a:hover.jaune2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e9cf20;
	text-decoration: none;
}
a.jaune3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #e9e021;
	text-decoration: none;
	font-weight:bold;
}
a:hover.jaune3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #e9cf20;
	text-decoration: none;
}
a.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cb7728;
	text-decoration: none;
	font-weight:bold;
}
a:hover.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d8a87b;
	text-decoration: none;
}
a.blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
	text-decoration: none;
	font-weight:bold;
}
a:hover.blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0FF;
	text-decoration: none;
}


#page h1 {
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding-bottom:5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
}

#page {
	/*background-image: url(images/fond_haut.jpg);
	background-repeat: no-repeat;*/
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

label {
display:block;
width:150px;
float:left;
}

.img_services {
	float:left;
	padding-left:5px;
	padding-right:15px;
	padding-top:2px;
	overflow:auto;
	border:0;	
}

#menu_mini2 {
	float:right;
	width:190px;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #e9e021;
	margin-left:20px;
}
#menu_mini2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	padding-left:20px;
}
#menu_mini2 li {
	height:50px;
}
#menu_mini2 li:hover {
	height:50px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #eae022;
}
.imgpad{
	padding-left:28px;
	padding-bottom:10px;
}
#conseil_syndical {
	text-align:center;
	width:650px;
	height:auto;
	padding-left:20px;
}
#conseil_syndical .tr_modif {
	color: #FF0;
	height: 50px;
}

.bas_boite {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e9e021;
	width:600px;
	margin-top:10px;
}

