/* CSS Document */
body{background-color : #FFFFFF;
font-family: Arial;
color : #FFFFFF;
}

/* 1 */
#contenu_global{position : absolute;
left : 50%;
margin-left : -400px;
width : 800px;
top : 0px;
}

/* 2 */
#contenu_banniere{width : 800px;
height : 140px;
background-image : url(../images/banniere/bann.jpg);
}

/* 3 */
#contenu_corps{width : 800px;
text-align : center;
background-image : url(../images/fond/fond_3.jpg);
background-repeat : repeat-y;
}

/* 4 */
#contenu_texte{width : 600px;
background-color : #0099FF;
left : 0px;
/*background-image : url(fond_4.jpg);*/
}
#contenu_connect{width : 200px;
background-color : #0099FF;
left : 0px;
/*background-image : url(fond_4.jpg);*/
}

/* 5 */
#contenu_pub{width : 200px;
background-image : url(fond_5.jpg);
right : 0px;
}
#contenu_index{width : 600px;
background-image : url(fond_5.jpg);
right : 0px;
}
/* 6 */
#contenu_footer{background-image : url(../images/footer/footer.jpg);
background-repeat : no-repeat;
width : 800px;
float : left;
}
#table_footer{font-size : 10px;
}

/* Menu */
#contenu_menu{width : 800px;
background-color : #FFFFFF;
text-align : left;
background-image : url(../images/fond/fond_2.jpg);
}
#contenu_menu a:link{color : #000000;
background-image : url(../images/fond/fond_bt1.gif);
}
#contenu_menu a:visited{color : #000000;
background-image : url(../images/fond/fond_bt1.gif);
}
#contenu_menu a:visited{color : #000000;
background-image : url(../images/fond/fond_bt1.gif);
}
#contenu_menu a:hover{color : #000000;
background-image : url(../images/fond/fond_bt2.gif);
}
.menu{text-decoration:none;
display  : block;
width : auto;
}
/* ... */

/* Plus... */
a:link{color : #FFFFFF;
text-decoration : none
}
a:active {color : #000000;
text-decoration : none
}
a:visited {color : #FFFFFF;
text-decoration : none
}
a:hover {color : #000000;
text-decoration : none
}

.bleu{/*color : #0000EE;*/
color : #000000;
}
.gris{color : #BBBBBB;
}
input {width: auto;
height: auto;
margin: 0;
padding: 0;
}
img{border : solid 0px;
}
#boite_sondage{width : 100%;
text-align : center;
}
#sondage{width : 75%;
border : solid 1px;
text-align : center;
}
.contour{border : solid 1px;
border-color : #FFFFFF;
}
.img-gauche{border : solid 1px;
border-color : #FFFFFF;
float : left;
margin-right : 10px;
}


/* showmenu */
.hidden{display : none;
}
#showmenu_1{position : absolute;
width : 600px;
background-color : #FFFFFF;
left : 0px;
text-decoration:none;
width : auto;
}
#showmenu_1 a:link{color : #000000;
background-image : url(../images/fond/fond_bt3.gif);
}
#showmenu_1 a:visited{color : #000000;
background-image : url(../images/fond/fond_bt3.gif);
}
#showmenu_1 a:visited{color : #000000;
background-image : url(../images/fond/fond_bt3.gif);
}
#showmenu_1 a:hover{color : #000000;
background-image : url(../images/fond/fond_bt4.gif);
}

.petit{font-size : 12px;
}