/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #eeeeee;
	margin:0;
}

a img
{
	border:0px;	
}

a:link, a:visited{
	text-decoration:none;
	color: #057bc2;
}
a:hover{
	text-decoration:underline;
	color: #057bc2;
}
h1{
	font-size: 15px;
	margin:0;
	padding:0;
	margin-top: 10px;
	font-weight: bold;
}
h1 img{
	margin-right: 5px;
	vertical-align: middle;	
}
p{
	margin:0;
	padding:0;
}
#page{
	position:relative;
	height: auto;
	_height:600px;
	width: 953px;
	margin:auto;
	margin-top: 0px;
	background-color:#FFFFFF;
	padding-bottom:60px;
}
#top{
	width: 100%;
	position:relative;
	top: 5px;
	z-index: 1;
}
	#top #rechercher{
		float: right;
		width: 290px;
		height: 21px;
		color: #057bc2;
		font-size:10px;
	}
	#top #rechercher img{
		vertical-align: middle;
		margin: 3px;
		border: none;
	}
	#top #rechercher input#recherche{
		color: #057bc2;
		font-size:10px;
		text-align: center;
		position:relative;
		top: 3px;
	}
	#top #langue{
		width: 19px;
		height: 12px;
		background-image:url(../images/drapeau.gif);
		background-repeat:no-repeat;
		float:left;
		margin: 5px 5px 5px 5px;
	}
	#top #menutop{
		position: relative;
		width: 270px;
		height: 20px;
		margin-left:27px;
		font-size: 11px;
	}
		#top #menutop .menutopitem{
			height: 20px;
			float:left;
			margin-left: 0px;
			margin-right: 1px;
		}
			#top #menutop .menutopitem .menutopitemleft{
				background-image:url(../images/menutop_left.gif);
				background-repeat:no-repeat;
				width: 5px;
				height: 20px;
				float:left;
			}
			#top #menutop .menutopitem .menutopitemmiddle{
				/*background-image:url(../images/menutop_middle.gif);*/
				background-color:#01509D;
				height: 14px;
				float:left;
				padding:3px;
				padding-left:7px;
				padding-right:7px;
			}
			#top #menutop .menutopitem .menutopitemmiddle a
			{
				color:#ffffff;
			}
			#top #menutop .menutopitem .menutopitemright{
				background-image:url(../images/menutop_right.gif);
				background-repeat:no-repeat;
				width: 5px;
				height: 20px;
				float:left;
			}

#banniere{
	position:relative;
	top: 10px !important;
	top:-10px;
	background-image:url(../images/banniere.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 155px;
	clear: both;
}

#corps{
	position: relative;
	top: 30px !important;
	top: 30px;
	width: 100%;
	z-index:100;
}
	#corps img{
		vertical-align:middle;
		margin-left: 5px;
		margin-right: 5px;
	}
	#corps #corps1{
		width: 380px;
		float: left;
		margin-left: 8px !important;
		margin-left: 4px;
		margin-top:10px;
	}
	#corps #corps2{
		width: 325px;
		height: 308px;
		float: left;
		background-image:url(../images/fond-corps2.jpg);
		background-repeat:no-repeat;
		margin-top: 20px;
		margin-left: 8px !important;
		margin-left: 4px;
		padding: 10px;
	}
		#corps #corps2 #corps22{
			background-image: url(../images/fond-corps22.jpg);
			background-repeat:no-repeat;
			width: 345px;
			height: 133px;
			margin-left: -10px;
			margin-top: 10px;
			margin-bottom: 15px;
			text-align: center;
		}
			#corps #corps2 #corps22 img{
				float:left;
				margin-left: 80px;
				margin-right:-80px;
			}
		#corps #corps2 p.centrer{
			text-align: center;
			margin-top: 5px;
		}
	#corps #corps3{
		float: left;
		width: 180px;
		height: 308px;
		background-image: url(../images/fond-corps3.jpg);
		background-repeat: no-repeat;
		margin-top: 20px;
		margin-left: 8px !important;
		margin-left: 4px;
		padding: 10px;
	}
#footer{	
	width: 100%;
	height: 30px;
	position: absolute;
	font-size: 11px;
	color: #057bc2;
}
	#footer img{
		vertical-align:middle;
		margin-left: 5px;
		margin-right: 5px;
	}
	#footer #cadre{
		float:right;
		border: 1px solid #00509d;
		padding: 3px;
		margin-right: 5px;
	}
	#footer #menubas{
		float:right;
		margin-right: 7px;
		padding: 5px;
		width: 440px;
	}
		#footer #menubas .menubasitem{
			float: left;
			padding-right: 22px;
		}
		#footer #menubas img{
			vertical-align: middle;
			margin:2px;
			margin-top:1px;
		}

.contenu_scroll
{
	overflow-y:scroll;
	height :270px;
}
