@charset "utf-8";
/* CSS Document */

html {
	background-color:#950000;
}

body {
	padding: 10px O;
	background-color: #FEFFFF;
	float:center;
	width:95%;
	min-width:800px;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	font: 100%/ "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}


.header {
	background-color: #FFFFFF;
	height:auto;
	width:95%;
	min-width:800px;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	
}

div#date{
	padding: 10px O;
	/*background-color:#33FF99;*///repérage si besoin
	text-indent:1%;
	width:29%;
	float: left;
	height:105px;
}


div#logomie {
	width:69%;
	height:105px;
	float: right;	/*background-color: #999999;*/
	padding: 10px O;
	background-image:url("new%20logo%201.jpg");
	background-size:50%;
	background-repeat:no-repeat;
	background-position:top left center;
	/*background-color:#009999;*/
	/*margin-left:5px;*/
}

div#poster{
	clear:both;
	width:49%;
	/*height:auto;*/
	height:300px;
	float:left;
	margin-top:10px 0;
	text-justify:auto;

	
	
}

div#titre{
	
	width:50%;
	height:300px;
	float:right;
	margin-top:10px 0;
	text-align:center;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif, Algerian;

	/*
	vertical-align:middle central;*/
	/*background-color:#66FFFF; repérage si besoin*/ 
	/*height:auto;
		display:table-cell;
	vertical-align:middle;*/

}



   
   

.content {
	clear:both;
	background-color:#FFF;
	float:center;
	width:95%;
	min-width:800px;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	padding: 10px 5px 10px 5px;
	height:auto;
	text-height:font-size:12px;
	line-height:24px;
	text-align:justify;
}

.footer {
	clear:both;
	float:center;
	width:95%;
	min-width:800px;
	max-width:1200px;
	height:15px;
	margin-right:auto;
	margin-left:auto;
	/*padding: 10px;*/
	background-color: #E6E6E6;
	color: #000;
	padding: 10px 5px 10px 5px;
	text-align:center;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;

}

.classfooter A:link {color: black}
.classfooter A:visited {text-decoration: none}
.classfooter A:active {text-decoration: none; color: grey}
.classfooter A:hover {
	text-decoration: underline;
	color: red;
}