/* Start of CMSMS style sheet 'etch_accueil' */
* {
margin:0; /* super important : permet d'unifier les espaces entre explorateurs */
padding:0;
}

body {
   margin: 0;
   padding: 0; 
   text-align:left; /*no doctype "hack"*/
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
   line-height: 1em;
   color: #6f1b80;
  background-color: #8cc4e4;
}

img {border: 0;}
div {}



a{
   text-decoration: none;
   background-color: inherit; 
   color: #18507C; 
   font-weight: bold;
}

a:hover {
   text-decoration: none;
   color: #385C72;
   font-weight: bold;
}



#conteneur {
 position:absolute;
  left: 50%; 
  top: 50%;
  width: 960px;
  height: 416px;
  margin-top: -210px; /* moitié de la hauteur */
  margin-left: -480px; /* moitié de la largeur */
  border: 1px solid #ffffff;

 background-image: url(images/template/home.jpg);

}

#bloc-contenu {
float: left;
width: 100%;
}

#col-centre {
margin-right: 200px;
}

#col-gauche {
float: left;
margin-top:88px;
width: 240px;
margin-left: -243px;
padding: .0;
}

#footer2 {
background-color: #2e4c6b;
clear: left;
width: 100%;
font-weight: bold;
color: #fff;
text-align: center;
padding: 4px 0;
}

.col-int {
padding: .5em 1em;
}


div#logo{mini-height:120px;height:120px;}
div#menus_accueil {font-size:100%; list-style: none; width:160px;}

#menus_accueil li {
        list-style: none;
        background: url(images/template/icone_menu.png) right top no-repeat ;
        line-height:1.6em ;
	}

#menus_accueil li a{font-size:60%;}
#menus_accueil li a:hover {background-color:#9fdbef;}


div#compo{mini-height:250px;height:250px;}
div#presentation{   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 70%;line-height: 1.40em; margin-top:-100px;margin-left:270px;  mini-height:100px;width:400px; text-align:justify;}

.slogan1{color:#e26f00;font-size:24px;}
.slogan2{ line-height: 1.2em; color:#e39c53;font-size:20px;}


div#addresse {
   margin-left:10px;
   font-size: 0.6em;
   clear: both;       /* keep footer below content and menu */
   color: #ffffff;
   text-align:left;
}

div#addresse a{color: #ffffff; font-weight: bold; text-decoration:none;}
div#addresse a:hover{color: #ffff00; font-weight: bold; text-decoration:none;}

/* End of 'etch_accueil' */

