/*Mise en forme des elements*/

a img {
	border: 0px
}
a{
  text-decoration: none;
  color:#ff3300;
}
a:hover{
  text-decoration: none;
  color:#969696;
}

h1{
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: bold;
}
h2{
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 30px; 
  font-size: 16px;
  font-weight: bold;
}
.imgh2{
  float:left;
  padding:0 10px 0 0;
}
h3{
  margin: 0;
  padding: 0;
  line-height: 30px; 
  font-size: 12px;
  font-weight: bold;
}
h4{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
h4 a {
 color:#ffffff
}
#menu_pied a {
  text-decoration: none;
  color:#ffffff;
}
#menu_pied a:hover {
  color:#ff9900;
}
#menu_pied{
text-align: left;/* + BASE*/
font-size: 12px; /* + BASE*/
padding:0 0 0 0;/* + BASE*/
font-weight: bold;
}
/*titre*/
div.cadre_navig {
margin:0 0 0 780px;
width: 200px;
background: url(../images/cadre_navig_haut.png) top left no-repeat;
padding-top: 25px; /*hauteur de limage du haut*/
}
div.bloccadre_navig {
background: url(../images/cadre_navig_bas.png) bottom left no-repeat;
padding-bottom: 25px;
height:140px;
}
div.bloccadre_navig div{
padding: 0 0 0 25px;
}
/*gauche*/
#menu_gauche{
padding:0 25px 0 25px;/* + BASE*/
}
#cadre_bas{
clear: both;
}
#cadre_milieu_gauche{
padding: 0 0 0 0;
margin: 0 0 0 0;
float: left;
width: 170px;
}
#cadre_milieu_droite{
padding: 0 0 0 0;
margin: 0 0 0 0;
float: right;
width: 170px;
}
/* bloc cadre indiv*/
div.cadre_moyen {
width: 340px;
background: url(../images/cadre_moyen_haut.png) top left no-repeat;
}
div.bloccadre_moyen {
background: url(../images/cadre_moyen_bas.png) bottom left no-repeat;
}

div.cadre_petit {
width: 170px;
background: url(../images/cadre_petit_haut.png) top left no-repeat;
}
div.bloccadre_petit {
background: url(../images/cadre_petit_bas.png) bottom left no-repeat;
min-height:130px;
height: auto !important; /*COMPATIBILITE IE6*/
height: 130px; /*COMPATIBILITE IE6*/
}
/* bloc cadre commune*/
div.cadre_moyen, div.cadre_petit {
padding-top: 15px; /*hauteur de limage du haut*/
}
div.bloccadre_moyen, div.bloccadre_petit {
padding-bottom: 25px;
}
div.bloccadre_moyen div, div.bloccadre_petit div{
margin: 0 20px 0 15px;
}
/*data*/
#menu_droite{
padding:0 0 0 0;/* + BASE*/
}
div.cadre_data {
width: 600px;
background: url(../images/cadre_data_haut.png) top left no-repeat;
padding-top: 33px; /*hauteur de limage du haut*/
}
div.bloccadre_data {
background: url(../images/cadre_data_bas.png) bottom left no-repeat;
padding: 0 30px 30px 30px;
text-align: justify;
min-height:510px;
height: auto !important; /*COMPATIBILITE IE6*/
height: 510px; /*COMPATIBILITE IE6*/
}
div.bloccadre_data p{
margin: 0 30px 0 30px;
}


