/** balises **/
body {	

	background-color: #FFFfff;
	margin-top: 0px;
	margin-left: 0px;		

	}
	
h1{
	color : #99cc33;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 155%;
	font-weight : bolder;
	letter-spacing : 2px;
	text-align : center;
	text-transform: uppercase;
}
h2{
	color: #BC0727;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bolder;
	letter-spacing: 2px;
}
h3 {
	color: #CC9966;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 12px;
	padding-left: 75px;
}


/** les id**/
#cadre {
	width: 100%;
	min-height:430px;	
	margin-top:0px;
	margin-left:0px;
	padding: 0px;		
}

#cadregauhe {
	position:absolute;
	left:0px;
	margin-left: 0px;
	top:128px;
	width:153px;
	height:301px;
}

#cadredroit {
	position:absolute;
	right:0px;
	margin-right: 0px;
	top: 128px;
	width: 153;
	height: 301px;
}

#cadre_principal {
	position:absolute;
	left:153px;
	top:110px;
	width:75%;
	height:301px;
}

#menu a
{
	color: #20539F;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover
{
	color: #E2001A;
}

#menu {
	position:absolute;
	left:4px;
	top:133px;
	width:137px;
	height:251px;
	z-index:3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#menu ul
{
	color: #BF152F;
	font-size: 12;
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li
{	
	padding-left: 3px;
	padding-bottom: 8px;
}
#imgtitre {
	position:absolute;
	left:162px;
	top:98px;
	width:291px;
	height:29px;
	z-index:2;
}
#imgbas {
position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}


/** les class**/
.gaucheflottant
{
  float :left;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	border: 0px;
}
.calendriergauche
{
	padding: 2px;
	color: Black;
	margin-top: 5px;
	border: thin;
	border: thin solid Black;
	
}
.soustitre_trombi {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 95%;
	font-weight : bolder;
	margin-left: 8%;
	letter-spacing : 2px;
	background-color: #FFFFCC;
	
}
.maj {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	letter-spacing: 2px;
	border-bottom: thin dotted black;
	border-top: thin dotted black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
.texte {
	padding-left: 18px;
		font-family: 'Arial', 'Lucida Grande', Helvetica, Verdana, sans-serif;
	text-align: justify;
	font-size: 12px;
}
.texte ul {
	padding-left: 50px;
}

.texte LI {
	list-style-type: circle;	
	color: #002D00;
}
.blocflottant_droit
{
	float: right;
	padding-left: 8px;
	padding-right: 5px;
	margin-left: 18px;
	border: thin solid Black;
	width: 20%;
	background-color: #FFFDC1;
}
.blocflottant_droit h2
{
	color: #BD0F2A;
	font-size: medium;
}
.td_cal2 {
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.imageflottante
{
   float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0px;
}
.imageflottantedroite
{
   float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0px;
}
.fond_articles {
	background: #F3F3F3;
}
.chapeau_anim{	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : oblique;
}
.heure {
	color: #CC9966;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-left: thin solid #CC9966;
	margin-left: 45px;
	line-height: 12px;
	padding-left: 15px;
}

.titrepage {
	background-image: url(images/fond_cadre_titre.gif);
	background-repeat: repeat-x;
}

.titrecal {
	color: #BD0D28;

	padding-bottom: 10px;
}

.encadre {
	background-color: #fffee2;
	color: ButtonText;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-top: 15px;
	border: 1px solid #fcca1e;
	}

.trait {
	   	background			  : transparent;
		   border-color			  : #fcca1e;
		   border-width			  : 0 0 1px;
		   border-style			  : solid;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-top: 0px;
		   		}
.titrejaune{
	background-color: #fcca1e;
	
	color: #BC0727;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bolder;
	letter-spacing: 2px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}