HTML{
    font-size: 100%;    
}
body {
	margin: 0;
	padding: 0;
	font: 0.75em/1em Arial, Verdana, Tahoma, Helvetica, sans-serif;
	text-align: center;
	color: #696969;
	/*background-color: #1d44a9;*/
	background-color: #fff;
	background-image: url(images/backgroud_body.png);
	background-repeat: repeat-x;
	background-position: top;
	
}
h1{line-height: 1.1em;
	color: #F2B600;
	font-size: 160%;
	height :50px;
	font-weight: bold;
	background-image: url(images/h1_back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 0 30px;
}
h1.gotop{
	background-image: none;
}
h1.gotop img{
position : relative;
padding-right: 20px;
}

h2{line-height: 1.1em;
	color: #575757;
	font-size: 130%;
}
h3{line-height: 1.1em;
	color: #000;
	font-size: 125%;
}

p{line-height: 1.1em;}
p.forte{
	font-weight: bolder;
	font-size: x-large;
}
a{
	font-weight: bold;
	color : #FF5757;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

acronym{
	cursor: help;
	text-decoration: none;
	border-bottom-style: none;
}

/* container global */
#content {
	width:990px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	position:relative;
	padding:2px;
	min-height:400px;
	background-color: #FFF;
	border: thin solid Black;
}
/* header */
#header {
	height:221px;
	position:relative;
	background: url(images/headerbg.jpg) no-repeat;
	background-position: top center;
}
#meteo{ position:absolute; left:660px; top:90px; }
#header img { position:relative; left:30px; top:30px; }
#header h1{
	display: none;
	background-image: none;
}
/* left column */
#menugauche {width:220px;
float:left;
top:221px;
display:block;
margin:0;
padding:10px 8px 0 30px;}

.titremenu{ cursor:pointer;
margin: 0px;
display:block;
	padding: 10px 0 5px 0;
	font-size: 115%;
	color: #A3A3A3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
}
.titresurline{
margin: 0px;
display:block;
	padding: 10px 0 5px 0;
	font-size: 115%;
	color: #A3A3A3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.titremenu:hover   { background:#eee; }
.element     { padding:0 5px; }

#menugauche ul { margin:0; padding:4px 0 0 14px;  background-color: #FFFFCC;  }
#menugauche ul li {
	margin: 0;
	padding: 0 0 5px 0;
	height: 20px;
	 list-style:none;
	 	background-image: url(images/menu-collapsed.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#menugauche ul li a {
	background: transparent;
	padding: 0 0 0 15px;
	font-size: 100%;
	color: #A3A3A3;
	text-decoration: none;
	font-weight: bolder;
}
#menugauche ul li a.surline {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#menugauche h3 a, #menugauche p a {
	background: transparent;
	/*padding: 0 0 0 15px;*/
	font-size: 100%;
	color: #A3A3A3;
	text-decoration: none;
	font-weight: bolder;
}
#menugauche ul li a:hover{
	text-decoration:underline;
}
#menugauche ul li p {
	background: transparent;
	padding: 0 6px 0 0;
	text-align: justify;
}

/* footer du sidebar */              
.side-footer {
	font-size:11px;
	position:relative;
	float: left;
	padding: 20px 0 0 0;
	display:block;
	color:#4d5253;
	width: 220px;
	text-align: center;
	}
.side-footer span { display:block; }

.side-footer a{
	color: #525252;
}

/* Container texte droite*/
#supportingText {
overflow: hidden;
	margin: 0;
text-align: justify;
 float: right;
 width: 730px;
}

#supportingText p { display:block; margin:0 10px 10px 10px; padding:4px;  margin-bottom:14px;  text-align: justify; }
#supportingText p.savoirplus {line-height: 1.1em; text-align: right;   margin:0 20px 0 0;  }
#supportingText h2 { margin:10px 0 5px 20px; font-weight:bold; font-size:130%; color: #A1A1A1;  text-decoration: underline;  text-indent: 2em;   }
#supportingText h3.alaligne {
	clear: both;
	margin:20px;
	padding-left: 25px;
}
#supportingText h3 {
	margin:20px;
	padding-left: 25px;
}
h3.savoirplus {line-height: 1.1em; text-align: right;   margin:0 20px 0 0;  }
#supportingText h3 a{
	margin:0 0 5px 10px;
	font-weight:bold;
	font-size:105%;
	color: #666;
	text-decoration: none;
	text-indent: 1.1em;
}
#supportingText h3 a:hover{
	text-decoration: underline;
}
            
.texte { margin:5px; padding:0 0 5px 15px ; position:relative;  float: left; }

/* images */
.imgleft
{float:left; margin:0 10px 4px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
.imgright
{float:right; margin:0 0px 4px 10px; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
        
/* footer */
#base-footer {display:block; 
float: left;
padding: 4px 0 4px 0;
	color: #ADADAD;
	font-size: 95%;
	width: 1000px;
	background-color: White;
	/*clear: left;*/
	height: 400px;
} 

#base-footer a{
	text-decoration: none;
} 
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.yellow-text {
	font-size: 13px;
	padding: 4px;
	margin: 0 30px 10px 40px;
	background: #FFFF99;
}
.orange-text {
	font-size: 13px;
	padding: 4px;
	margin: 0 30px 10px 40px;
	background: #FFCC66;
}
#presentation  {
	margin-top: 30px;
	display: block;
}
#presentation h3 {
	margin-top: 2px;
	color : Gray;
	margin-left: 70px;
}
/*formulaires*/
.aide{
	cursor: help;
}
.alert
	{
	background-color: #F5F5F5;
	border: 1px solid #DCDCDC;
	width: 300px;
	margin: 5px;
	padding: 2px;
	color: Red;
	}
.resume
	{
	background-color: #D0E0FF;
	}
input
	{
	background-color: #FFFFCC;
	}
legend {
	font-style: italic;
	color: #666;
	}
 .tdyellow{
 text-align: center;
 background-color: #FFFFE0;
 padding: 2px;
 }
  .tdwhite{
 text-align: center;
 padding: 2px;
 }
  .tdorange{
 text-align: center;
 background-color: #FFC860;
 padding: 2px;
 }
