
/* global */

html
{
font-size: 80%;
background: url("../images/fond.jpg") no-repeat; 
}
body
{
width: 800px;
margin-left: auto;
margin-right: auto;
padding-top: 150px;
font-family: verdana,arial;
font-size: 0.9em;
/*background-color: gray;*/
background: url("../images/titre.gif") no-repeat;
}
a img
{
border: none;
}
hr
{
color: blue;
}
strong i
{
color: green;
}
ul
{
list-style-type: square;
}
p
{
text-align: justify;
text-indent: 0px;
}
h1,h2,h3,h4,h5,h6
{
color: blue;
}
h2 ,h5
{
text-align: center;
}
h4
{
/*text-decoration: underline;*/
}
h3
{
background-color: lightblue;
}
a
{
color: blue;
text-decoration: none;
}
a:hover
{
color: black;
}

/* fin du CSS global de la page*/


#menu_horizontal
{
margin-left: auto;
margin-right: auto;
width: 820px;
height: 40px;
list-style-type: none;
text-align: left;
/*background-color: lightblue;*/
padding-top: 5px;
background: url("../images/menu_haut.gif") no-repeat;
font-size: 1.1em;
}
#menu_horizontal li
{
display: inline;
}
#corps
{
margin-left: auto;
margin-right: auto;
padding: 10px;
/*margin-top: -10px;*/
text-align: justify;
width: 100%;
background-color: aliceblue;
}
#bloc_centre
{
margin-left: auto;
margin-right: auto;
width: 65%;
background-color: aliceblue;
}
#messages
{
width: 97%;
padding: 5px;
/*background-color: lightblue;*/
}
#nouvelles
{
/*width: 100%;*/
padding: 0px;
/*background-color: lightblue;*/
}
#pied_page
{
width: 820px;
height: 40px;
padding: 5px;
background: url("../images/menu_bas.gif") no-repeat;
}
#oxygene
{
/*width: 820px;*/
height: 400px;
padding: 5px;
}

#bloc_droit
{
width: 15%;
padding: 5px;
background-color: aliceblue;
float: right;
}
#bloc_gauche
{
width: 15%;
padding: 5px;
background-color: aliceblue;
float: left;
}
#oeil_gauche
{
width: 30%;
float: left;
}
#oeil_droit
{
width: 30%;
float: right;
}
#oeil_centre
{
margin-left: auto;
margin-right: auto;
width: 30%;
height: 550px;
/*float: right;*/
/*padding: 5px;*/
}
.menu_sans
{
list-style-type: none;
}
.bienvenue
{
text-align: center;
}
.centre
{
text-align: center;
}
.image_gauche
{
float: left;
margin-right: 10px;
}
.image_droite
{
float: right;
margin-left: 10px;
}
.arret_float
{
clear: both;
}
.bleue
{
color: blue;
background-color: lightblue;
}
.sans_marge
{
margin-top: 0px;
}

