body {
background-color: #969696;
margin: 0px;
}

a {
font-family: Arial;
font-size: 12px;
color: #969696;
}

h1 {
font-family: Georgia;
font-size: 24px;
color: #000;
}

h2 {
font-family: Georgia;
font-size: 20px;
color: #000;
}

p {
font-family: Arial;
font-size: 12px;
color: #000;
}

input {
border: 1px solid #969696;
font-size: 12px;
}

#menu a {
font-family: Georgia;
font-size: 14px;
color: #969696;
font-weight: bold;
text-decoration: none;
}

#menu a:hover {
font-family: Georgia;
font-size: 14px;
color: #969696;
font-weight: bold;
text-decoration: underline;
}

#container {
width: 960px;
height: 100%;
margin: auto;
top: 0px;
background-color: white;
}

#banniere {
height: 70px;
//background: url('images/logo.jpg') no-repeat left top;
}

#banniere a {
margin: 5px;
text-decoration: none;
}

#banniere a:hover {
margin: 5px;
text-decoration: underline;
}

#menu-haut {
color: #969696;
text-align: right;
position: relative;
float: right;
top: 47px;
}

#logo_banniere {
float: left;
}

#lien_banniere {
color: #FFFFFF;
margin: 0px;
padding: 0px;
border-style: none;
border-width: 0px;
border: 0px;
display: block;
}

#splash {
height: 350px;
background: gray url('images/splashs/rotator.php');
//
}

#colonnes {
height: 535px;
}

#col1 {
width: 210px;
height: 365px;
float:left;
padding: 15px 0px 0px 10px;
}

#col2 {
width: 118px;
height: 520px;
float: left;
padding: 15px 0px 0px 10px;
border-right: 1px solid #969696;
border-left: 1px solid #969696;
}

#col3 {
width: 550px;
height: 520px;
float: right;
text-align: justify;
padding: 15px 30px 0px 30px;
}

#footer {
height: 35px;
border-top: 1px solid #969696; 
color: #969696;
font-size: 12px;
padding-left: 10px;
padding-top: 10px;
}

#mentions {
font-size: 10px;
font-family: "Arial";
text-align: right;
padding-right: 15px;
}

#mentions a{
text-decoration: none;
font-family: "Arial";
font-size: 10px;
}

#mentions a:hover{
text-decoration: underline;
}


img{
	border: none;
}

