@charset "UTF-8";
/* CSS Document */

body {
margin:0; 
padding:0; 
height:100%;
width:100%;
text-align: center;
background: #D9DADB url(fond.gif) repeat-y center;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
font-size:14px;
}

img {
border:0px;
}

#scene {
position:absolute;
height:100%;
width:100%;
}

#content {
position: relative; /* on positionne le conteneur */
background:url(fond.gif) repeat-y;
/*background-position:center;*/
margin-left: auto;
margin-right: auto;
height:100%;
width:978px;
}

#header {
padding-top:10px;
}

#menu {
position:relative;
margin-top:50px;
margin-left:4px;
float:left;

}

#info {
float:left;
margin-left:20px;
width:670px;
margin-top:50px;
height:auto;
text-align:left;

}

#clr {
clear:both;
}

.titre {
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
font-size:24px;
text-align:center;
color:#043882;
padding-bottom:10px;
}


.texte, .inter {
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
	 
}

.inter {
color:#043882;
padding-top:10px;
font-size:16px;
margin-top:5px;
border-top: dotted 1px #CCC;
}

.nom {
color:#043882;
}

a.inter {
color:#043882;
padding-top:10px;
font-size:16px;
text-decoration:none;
border-top: dotted 0px #CCC;

}

a:hover {
text-decoration:underline;
}
.bloc {
	width: 100%;	
	clear: both;
	
}
