/*------------------------------------------------------
  E L E M E N T S  G E N E R A U X
------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, Verdana,  sans-serif;  
  font-size:100%;
  border:0 none;
}
body {
	margin: 0;
	padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, Verdana,  sans-serif;
  font-size:100%;
  border:0 none;
}
#div_logo
 position:absolute;
 top:0;
 width:100%;
 height:221px;
 text-align:center;


/*------------------------------------------------------
  C O N T A I N E R
------------------------------------------------------*/

#container {
  width:100%;
}

#div_temp_calage1
 background-color: #000;
 height:147px;
 width:100%;

#div_temp_calage2
 background-color: #233570;
 height:14px;
 width:100%;


#left {
		width: 221px;
		float: left;
		overflow: auto;
		height: 100%;
		background-image:url(templates/images/logo_com.jpg) no-repeat;
		background-color:white;
}
#contenu {
 position:absolute;
 top: 221px;
 margin-left:221px;
 padding-top:0;
 padding-left:2em;
padding-right:2em;
}
#contenu h2{ 
 font-weight:bold;
 color:#233570; 
 margin-top:1em;
 margin-bottom:1em;
 font-size:1.2em;
} 
#contenu p{
 text-align:justify;
 padding-top:0.5em;
 padding-bottom:0.5em;
 font-size:0.9em;
}

#left p {

text-align:justify;
 padding-top:1em;
 padding-bottom:0.5em;
 padding-left:1em;
 font-size:0.8em;
}

#contenu a{
 text-decoration:underline;   
 color:#233570;
}
#contenu a:hover{ 
 text-decoration:none; 
}

