/* CSS Document */

body {
	background-color: #FFFFFF;
	margin : 0px;
	padding : 0px;
}
#in{
	position:absolute;
	width:780px;
	margin-left: -390px;
	left: 50%;
	/*top: 0px;*/
	background-color: #66CCFF;
	background-image:url(images/fond.jpg);	
}


#bandeau {
	width: 543px; /*780-237*/
	height: 78px; /*265-187*/
	float: left;
	padding: 187px 0 0 237px;
	background: url(images/bandeau.jpg) no-repeat;
}

#bandeau ul {
	/*display: block;
	background-color: #00FFFF;
	padding: 188px 0 0 237px;*/
	margin: 0px;
	padding: 0 0 0 20px;
	list-style-type: none;	
}

#bandeau li {
	display: block;
	float: left;
	/*width: 100px;
	height: 25px;*/
	padding: 7px 15px;
	font-size: 12px;
	/*background-color: #99FF00;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-align: center;*/
}

#bandeau a {
	color: #005a7f;
	text-decoration: none;
}

#bandeau li a:hover {
	color: #Fffcc32;
	text-decoration: none;
}

#bandeau li:hover {
	background: url(images/menu_fond.jpg) repeat-x;
}

#texte{
float:left;
width: 300px;
margin-top:10px;
margin-left:15px;

}
#texte2{
float:left;
width:420px;
margin-right:80px;
margin-top:10px;
margin-left:15px;

}
#bleu{
float:left;
width:100%;
background-color: #000033;
}
#photo{
float:left;

margin-left:20px;
width: 185px;

}
#cadre{
float:left;
padding:0px;
width: 247px;
height:493px;
background-image:url(images/cadre.jpg);

}
#txtcadre{
align-left:0px;
width: 200px;
padding-top:14px;
padding-left:19px;
text-shadow:Navy;
text-align:justify;

}
#bottom{
float:left;
width: 780px;
margin:0px;
Padding:0px;

}