/* CSS Document */
* {
margin: 0px;
padding: 0px;
text-decoration:none;
}
a {
color: #079CB0;
}
img {
border: 0;
}
body {
background-color: #CCCCCC;
}
#global {
width: 950px;
margin: auto;
border: 1px #000 solid;
}
#header {
width: 950px;
height: 195px;
}
#menu {
width: 950px;
height: 33px;
background-color: #CED530;
}
#contenu {
background-color: #FFFFFF;
height: 372px;
}
#footer {
color: #079CB0;
height: 18px;
padding-top: 8px;
width: 659px;
text-align:center;
}
#gauche {
float: left;
width: 195px;
}
#droite {
float: left;
width: 705px;
padding: 12px 0px 0px 50px;
}
#droite strong{
color: #079CB0;
}
#droite h1 {
font-family: verdana;
font-weight: normal;
font-size: 24px;
color: #079CB0;
}
#droite h2 {
font-family: verdana;
font-weight: bold;
font-size: 14px;
color: #079CB0;
}
.Normal11black {
font-weight: normal;
font-family: arial;
font-size: 11px;
color: #000;
}
.Normal10black {
font-weight: normal;
font-family: arial;
font-size: 10px;
color: #000;
}
.Bold12black {
font-weight: bold;
font-family: arial;
font-size: 12px;
color: #000;
}
