/* CSS Document */

body, html {
				font-size: 62.5%;}

body{
	font-size: 1em;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(../images/back.jpg);
	background-attachment: fixed;
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	behavior:url(./css/csshover.htc);}

*{
margin:0;
padding:0;}

#contour{
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:770px;
	mini-width:770px;
	text-align:center;
	display:block;}

#header{
	height:125px;
	width:770px;
	background-image:url(../images/back_entete.jpg);
	background-position:right;
	background-repeat:no-repeat;}
	
* html #header{
	margin-top:-15px;
	z-index:1;}
	
#centre img{
	border:thin solid;
	margin:0 3px 3px 0;}
	
#header img{
	border:none;
	margin-top:5px;}

	
#logo{
	float:left;
	width:250px;
	height:auto;
	margin-top:-5px;}
	
* html #logo{
	float:left;
	width:250px;
	height:auto;
	margin-top:-2px;}
	
#contenu{
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:770px;	
	text-align:center;}
	
#snob{
	float:right;
	width:520px;}
	
/* ----------------------- ACCUEIL --------------------*/
	.conteneur{
				margin-top: 5px;
				width:770px;
				height:auto;
				margin-left:auto;
				margin-right:auto;}

			
			
			.presentation{
				float:left;
				margin-left:20px;
				text-align:center;
				width:310px;
				height:auto;}
			.presentation h1{
				background-color:#000000;
				background-image:none;
				margin-top:-15px;
				color:#FFFFFF;
				text-align:center;}
			.letter{
				font-size:20px;
				color:#FF6600;
				font-weight:bold;}
				
			#french{
				line-height:20px;
				font-size:11px;}
						
			#english{
				font-size:10px;
				color:#CCCCCC;
				padding:3px;
				text-align:center;}
			.presentation h2{
				background-color:#000000;
				border-bottom:#FF6600 thin solid;
				text-align:center;
				margin-left:-2px;}				
				
			.diaporama{
				float:right;
				margin-right:20px;
				width:380px;
				height:350px;}


/* --- PIED ----------------------------------------------*/


#footer{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:770px;
	color:#999999;
	text-align:center;
	padding:2px;
	font-size:9px;} 


#footer_texte{
	position:relative;
	width:680px;
	text-align:center;
	color:#666666;}

#footer a:link, #footer a:visited{
	color:#666666;
	text-decoration:underline;}
#footer a:hover{
	color:#FF6600;
	text-decoration:none;}

/* ---------------------------------------------------------*/


.echo_date{
	font-weight:bold;
	font-size:11px;
	color:#999999;
}


hr{
	height:3px;
	width:auto;
	color:#999999;
	background-color:#666666}


.invisible{
	visibility:hidden;
	display:none;}
	
.spacer{
clear: both;
}

*:focus {outline: 0;}
