/* CSS Document */

 html,body {
background-color : CCFFCC;

}

.grise {
border-style:solid; 
border-width:1px; 
border-color:black; 
background-color:silver;
}

.bandeau_bas {
background-color : #FF4000;
}

.planning_titre{
font-family:arial;
margin-top:30; 
margin-bottom:30;
text-align:center;
font-weight: bold;
font-size: 140%;
color: #295296;/*#322cb7;*/
}

.planning_soustitre{
font-family:arial;
text-align:left;
font-weight: bold;
margin-top:0;
font-size: 100%;
color: #295296;/*#322cb7;*/
}

ul.planning_soustitre {
  font-family:arial;
  list-style: circle;
  font-weight: normal;
  list-style-type:circle;
  color: #295296;/*#322cb7;*/
}
.content{
	/*border: 1px dashed #C0C0C0;*/
		color:#000000;
	font-size: 80%;

	margin-top: 0.5;
  	margin-right: 0;

}


form input, form textarea{

     border: 1px solid #999;
     	     -moz-border-radius: 4px;
	     }
		 
form {
margin-top:0;
padding:0.2em;
border: 1px solid #C0C0C0;
     	     -moz-border-radius: 12px;
background:#F2E7DB;
margin-left: 2em;
margin-right: 2em;

}

.plan_titre{
font-family:arial;
margin-top:30; 
margin-bottom:30;
text-align:center;
font-weight: bold;
font-size: 140%;
color: #295296;/*#322cb7;*/
}

.photos_titre{
font-family:arial;
text-align:center;
font-weight: bold;
margin-top:20;
font-size: 100%;
color: #295296;/*#322cb7;*/
}

.photos_titre_partout{
font-family:arial;
text-align:center;
font-weight: bold;
margin-top:30;
font-size: 100%;
color: #295296;/*#322cb7;*/
}
