/* Définitions générales */
/*Bleu #99CCFF */
body{
/*background: #FFF url(images/fondblason.jpg);*/
background: #FFF url(images/bandeau4.gif) repeat-x left top;
color:#000;
background-color:#AAD5FF;
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:small;/*
margin:10px;
padding:0;*/
}

#logo{
left:30px;
background-color:black;
top:0px;
/*	border-bottom-style: solid;
position:absolute;
	border-bottom-color: #000099;
/*	border-top-style: solid;

	border-top-color: #000099;*/	
}

/* Contenu */
#contenu{
	color:#000;
     text-align: left; /* on rétablit l'alignement normal du texte */
/*background-image:url("images/fond1.png");	
background-color:#f5f8fc;
position:absolute; 
left:200px;
top:200px;
line-height:150%;
margin:0 50px 2em 200px;
height: 500px;
min-height: 500px;
margin-top:50px;
	border:1px solid #69c;
*/

margin-left:200px;
	padding:0 2% 3em;

}
h2, h3 {
	color: #6699CC;
}

p{

}
h1 {
	color: #6699CC;
/*	color:#000; */
	top:0px;
	border-bottom-style: solid;
	font-size:36px;
	font-weight:700;
	text-transform:none;
	background-position: left top;
	height: 50px;
	background-color:transparent;
	margin: 0px;
	padding: 0px;
}
h2{
	color:#000;
	background-color:transparent;
	border-bottom:1px solid #69c;
	text-align: left;
	font-size: medium;
}

#contenu p {
font-size: 11pt;
font-style: normal;
text-align: justify;
}

.annonce h3{
	color:#000;
/*	background-color:gray;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align: left;
	font-size: medium;
}

.annonce p {
	font-size: 10pt;
	font-style: normal;
	text-align: justify;
	margin-left: 20px;
}
.alterne1 {
	color:#333333;
/*	background-color:#D7E7F2;*/
	background-color:#77AADD;	
}
.alterne2 {
	color: #333333;
	background-color:#FFD5AA;

}
.row {
 	clear: both;
	 padding-top: 10px;
 }
.row .label {
 	float: left;
 	width: 100px;
 	text-align: right;
 }

.row .champ{
	 float: right;
 	width: 300px;
 	text-align: left;
 }
 .cartouche {
width: 500px;
height: auto;
background-color: #D7E7F2;
border: 1px solid;
padding: 5px;
margin:5px;
 }
.cartouche .label {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
 }
.cartouche .champ{
 	padding-left: 10px;
 	text-align: justify;
 }
.cartouche h3{
	font-size: 15pt;
 } 

.3colonnes {
  float: left;
  width: 33%;
  margin: 1em 0;
}


