/* commun */

body { 
font-family: Arial, Helvetica, sans-serif;
color:#7bd0f5;
font-size:10px;
margin: 0; 
padding: 0;
background-image: url(../medias/commun/fond.gif); 
background-repeat: repeat-x;
background-position: 50% 0%;
}

/* commun */

#container_fond {
margin: 0; 
padding: 0;
width: 100%;
height:100%;
background-image: url(../medias/commun/bandeau_big.gif); 
background-repeat: no-repeat;
background-position: 50% 0%;
}

#container_main {
margin: 0px auto;
width: 1000px;
height: 100%;
}

#bandeau {
width: 1000px;
height: 103px;
}

#logo {
width: 556px;
height: 77px;
float: left;
text-align: left;
}

#menu {
width: 1000px;
height: 10px;
background-image: url(../medias/commun/fond-menu.gif); 
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}

* html #menu { margin-bottom: -3px; }

#fond_blanc {
width: 960px;/*1000*/
background-image: url(../medias/commun/fond_blanc.gif); 
background-repeat: no-repeat;
padding: 10px 20px 11px 20px;
text-align: left;
}

#bas {
width: 1000px;
clear: both;
height: 10px;
margin:-1px 0px 0px 0px;
padding:0px;
}

#footer {
width: 960px;/*1000*/
height:30px;/*70*/
background-image: url(../medias/commun/footer.gif); 
background-repeat: no-repeat;
padding: 40px 20px 0px 20px;
margin: 15px 0px 0px 0px;
text-align: left;
color:#4883bf;
}

.bloc {
width: 297px;/*309*/
height:102px;/*114*/
background-color:#003d8f;
padding: 6px;
margin: 0px 0px 0px 0px;
float:left;
}

.bloc-spacer {
width: 16px;
float:left;
}

.bloc-horizontal-spacer {
height: 16px;
clear:both;
}

.vignette {
width: 101px;
float:left;
margin-right:6px;
}

.droite {
width: 190px;
float:left;
}

.texte {
margin-left:9px;
height:46px;
}

.texte-court {
margin-left:9px;
height:29px;
}

.btn {
float:right;
}

a.btn-visitez { display: block; float:left; background-image:url(../medias/commun/visitez-site.gif); background-repeat: no-repeat; width: 90px; height: 15px; padding: 0; margin: 0px; }
a.btn-visitez:hover, a.btn-visitez:active, a.btn-visitez.current { background-position:0 -15px; text-decoration:none; }

a.btn-youtube { display: block; float:left; background-image:url(../medias/commun/youtube.gif); background-repeat: no-repeat; width: 137px; height: 17px; padding: 0; margin: 0px; }
a.btn-youtube:hover, a.btn-youtube:active, a.btn-youtube.current { background-position:0 -17px; text-decoration:none; }

a.btn-dailymotion { display: block; float:left; background-image:url(../medias/commun/dailymotion.gif); background-repeat: no-repeat; width: 137px; height: 15px; padding: 0; margin: 0px; }
a.btn-dailymotion:hover, a.btn-dailymotion:active, a.btn-dailymotion.current { background-position:0 -15px; text-decoration:none; }

h1 {
margin:0;
padding:0;
}

h2 {
margin:0;
padding:0;
}

.spacer {
clear: both;
} 

.float {
float:left;
} 

/* liens */

a:link { color: #4883bf; text-decoration: none;  }
a:visited { color: #4883bf; text-decoration: none; }
a:hover { color: #4883bf; text-decoration: underline; }
a:active { color: #4883bf; text-decoration: none; }

