/* CSS Document */
@import url(header.css);
@import url(footer.css);
@import url(menu.css);
@import url(center.css);
@import url(news.css);
@import url(form.css);
@import url(home.css);
@import url(table.css);
@import url(lightbox.css);

* { margin:0; padding:0; }
/*ul { list-style:none; }*/
a img { border:0; }
ol { margin-left:20px; }

.bleu {
color:#4188C0;
}

body { 
font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
font-size: 11px;
line-height: 13px;
background:#8997B4;
text-align:center;
}

#container {
width:786px;
background-color:#fff;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#barre {
width:1px;
float:left;
height:400px;
}

.spacer {
clear:both;
font-size:1px;
line-height:1px;
}

.onglets {
margin-left:0!important;
background:url(./img/onglets.gif) top left no-repeat;
height:25px;
line-height:15px;
padding-left:10px;
}

.onglets li {
display:block;
float:left;
background:url(./img/puceOrange.gif) 0 5px no-repeat;;
text-align:center;
padding-right:15px!important;
padding-left:10px!important;
color:#4E90C4;
}


.bulles {
margin:0;
padding:0;
background:red!important;
}

.bulles li {
display:block;
float:left;
width:167px;
height:68px;
padding-top:40px!important;
background:url(./img/bulles.gif) 0 0 no-repeat;;
text-align:center;
padding-right:0!important;
padding-left:0!important;
color:#fff;
}
.bulles2 {
margin:0;
padding:0;
background:red!important;
}

.bulles2 li {
background-color:#3333CC;
display:block;
float:left;
width:500px;
height:50px;
padding-top:30px!important;
background:url(./img/bulles2.gif) 0 0 no-repeat;;
text-align:center;
padding-right:0!important;
padding-left:0!important;
color:#fff;
}
.onglets li a {
color:#4E90C4;
font-weight:bold;
text-decoration:none;
}

.bulles li a {
color:#fff;
font-weight:bold;
text-decoration:none;
}
.bulles2 li a {
color:#fff;
font-weight:bold;
text-decoration:none;
}