* { font-family: Verdana; font-size: 11px; margin: 0px; padding: 0px; }
body { background-color: #111; color: #fff; text-align: center; }
a { color: #fff; text-decoration: none; }

div#container { width: 100%; margin: 0 auto; }

div#header { 
width:100%;
margin: 0 auto;
margin-top: 20px;
width:100%; 
}

div#header ul { display:inline; }
div#header ul li { display:inline; padding-right: 6px; list-style-type: none; }
div#header ul li a { color:#696969; font-size:10px; }
div#header ul li.current a { color:#fff; text-decoration:underline; }

div#header div#languages {
float:right;
margin-right: 20px;
}

div#header div#logo { float:left; width:100%; text-align:center; margin: 0px auto; }

div#sousHeader{
clear:both;
width:1000px;
margin: 0 auto;
background-image:url(/multimedia/images/img_structures/ligne_horizontale.gif);
background-repeat:no-repeat;
background-position:bottom;
height:13px;
width:1000px;
}

div#contenu{
position:relative;
width: 100%;
height: 800px;
background: url(/multimedia/images/img_structures/image_droite.jpg) no-repeat right 50px;
}

div#left{
top:160px;
position:absolute;
width:271px;
height:685px;
background-image:url(/multimedia/images/img_structures/image_gauche.jpg); 
background-repeat:no-repeat;
background-position:left top;
}

div#leftLigne{
float:left; 
background-image:url(/multimedia/images/img_structures/ligne_verticale_gauche.gif) ;
width:2px;
background-repeat:repeat-y;
background-position:right;
height:510px;
}

div#center {
margin: 0px auto;
width:452px; 
/*
background-image:url(/multimedia/images/img_structures/ligne_verticale_droite.gif) ;
background-repeat:no-repeat;
background-position:right top;
*/
}

div#content {
min-height:455px;
margin-top:0px;
padding: 110px 20px 0px 20px;
background:url(/multimedia/images/img_structures/titre_breitling.gif) no-repeat center 30px;
}

div#content p { text-align:justify; }
div#content p.button { text-align:center; margin-top:20px; }

div#footer { 
height:46px;
}

div#footer div#footer_center {
padding-top:30px;
color:#696969;
font-size: 10px;
}

div#footer div#footer_left {
float:left;
width:1px;
height: 46px;
background: url(/multimedia/images/img_structures/trait_fond_gauche.gif) no-repeat left top;
}

div#footer div#footer_right {
float:right;
width:1px;
height: 46px;
background: url(/multimedia/images/img_structures/trait_fond_droite.gif) no-repeat left top;
}

div#right{
display:none;
margin-top: 20px; 
float:right; 
width:271px;
height:605px;
background-image:url(/multimedia/images/img_structures/image_droite.jpg); 
background-repeat:no-repeat;
background-position:top right;
}

div#rightLigne{
float:right; 
background-image:url(/multimedia/images/img_structures/ligne_verticale_droite.gif) ;
width:2px;
background-repeat: no-repeat;
height:510px;
}

div.clear { clear:both; }

