@charset "utf-8";

body {
font-family: Tahoma, Arial;
background-image:url(http://www.wallpapers-fr.com/images/background.png);
background-repeat: repeat-x;
background-color: #ffffff;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
margin-bottom: 0;
}

/*GLOBALS*/
#head {
background-image: url(http://www.wallpapers-fr.com/images/header.png);
background-position: 230px 0px;
width: 1000px;
height: 155px;
}
#content {
width: 1000px;
height: 656px; /*-20px*/
background-image: url(http://www.wallpapers-fr.com/images/body.png);
background-repeat: repeat-y;
padding-top: 20px;
}
#left {
width: 150px;
vertical-align: top;
padding-left: 30px;
}
#middle {
vertical-align: top;
padding-left: 10px;
padding-right: 10px;
}
#right {
width: 170px;
vertical-align: top;
padding-right: 40px;
}
/*GLOBALS*/

/*MENUS*/
ul {
list-style: none;
padding: 0;
margin: 0;
}
ul li {
padding: 2px;
}
ul li:hover {
background-color: #b1d801;
}
ul li a {
color: black;
font-size: 12px;
text-decoration: none;
padding-left: 20px;
}
/*MENUS*/

.onglet {
background-image: url(http://www.wallpapers-fr.com/images/onglet.png);
background-repeat: repeat-x;
color: white;
font-size: 14px;
font-weight: bold;
height: 24px; /*-5px*/
padding-top: 5px;
padding-left: 10px;
}
.bloc {
background-color: #ddee00;
margin-bottom: 10px;
}
.bloc P {
font-size: 13px;
margin: 0;
padding: 15px;
}
.bloc IMG {
padding-top: 5px;
padding-bottom: 5px;
}

#footer {
width: 1000px;
text-align: center;
}
#footer p {
font-size: 11px;
}
#footer a {
color: #596d01;
}
#footer a:hover {
text-decoration: none;
}
