/* CSS Document */
*{
margin:0;
padding:0;
color:#333;
}
body{
background-color:#61140E;
font-size:12px;
}

img{
border:none;
}
#header{
background-image:url(../images/header_bg.jpg);
background-repeat:repeat-x;
height:200px;
width:100%;
}

#contenu{
background-color:#ffffff;
width:100%;
height:500px;
background-image:url(../images/chansse.jpg);
background-repeat:no-repeat;
background-position:left bottom;

}

#footer{
background-color:#61140E;
height:100px;
width:100%;
padding-top:10px;
}

#footer img{
}

#content{
height:700px;
width:100%;
}

#container{
background-color:#ffffff;
width:580px;
height:100%;
}

.case{
background-color:#FFF;
height:100%;
width:50%;
float:left;
display:inline;
}


#text{
margin-top:40px;
}

#text p{
text-align:justify;
line-height:20px;
}


#visu{
margin-top:84px;
}

#navigator{
text-align:right;
}

a{
color:#990000;
font-weight:bold;
}

h1{
font-size:30px;
}

hr{
margin:2px;
}

