/* CSS Document */

body {
	background-image:url(images/fond.png);
	background-repeat:repeat-x;
	background-color:#38bdf6;
	width:950px;
	margin:0 auto;
	font-family:Arial;
}

.head {
	font-size:11px;
	width:950px;
	text-align:center;
	color:#a8a8a8;
}

#header {
	background-image:url(images/header.png);
	width:941px;
	height:128px;
}

#centre {
	background-image:url(images/centre_centre.png);
	width:871px;
	background-repeat: no-repeat;
	background-color:#FFF;
	margin-left:50px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	padding-bottom: 10px;
}

.p1 {
	float:left;
	background-image:url(images/p1.png);
	width:413px;
	height:353px;
	margin-left: 15px;
}

.p2 {
	background-image:url(images/p2.png);
	width:380px;
	height:323px;
	float:left;
	padding-left: 13px;
	padding-top: 30px;
}

.vignette {
	background-image:url(images/vignette.png);
	width:179px;
	height:134px;
	float:left;
	margin-left: 30px;
	margin-bottom:10px;
	text-align:center;
	padding-top: 15px;
	color:#101b28;
	font-size:13px;
}

.vignette:hover {
	background-position:bottom;
}

.vignette a {
	color:#101b28;
	text-decoration:none;
}

#footer {
	clear:both;
	background-image:url(images/footer.png);
	width:891px;
	height:44px;
	margin-left:50px;
	margin-bottom: 20px;
}

.footer_left {
	float:left;
	width:86%;
	font-size: 13px;
	color: #428eaf;
	margin-left: 10px;
	margin-top: 5px;
}
.footer_av {
	width:100%;
	font-size: 12px;
	color: #428eaf;
	margin-left: 10px;
	margin-top: 5px;
}

.idax {
	width:12%;
	float:right;
	height: 40px;
}

img {
	border:none;
}

.titre {
	float:left;
	font-size:48px;
	color:#146e95;
	margin-left: 125px;
	margin-top: 20px;
	padding:0;
	font-weight:normal;
}

.titre a {
	color:#146e95;
	text-decoration:none;
}

.txt {
	float:left;
	font-size:12px;
	color:#1c6685;
	margin-left: 30px;
	margin-top: 18px;
	width:500px;
}

a {
	color:#434343;
	text-decoration:none;
}

.v1 {
	width:310px;
	float:left;
	margin-left: 90px;
	margin-top: 25px;
	text-align: center;
	font-size:24px;
	color: #4c4c4c;
}

.v1 a {
	color: #4c4c4c;
	text-decoration:none;
}

.v2 {
	width:325px;
	float:left;
	margin-left: 70px;
	margin-top: 15px;
	text-align: center;
	font-size:24px;
	color: #4c4c4c;
}

.v2 a {
	color: #4c4c4c;
	text-decoration:none;
}


h4 { margin-top: 25px; }
pre { display: block; border: 2px dotted #ccc; padding: 5px; background: #f6f6f6; overflow: auto; }
#Videos { display: block; width: 100%; height: auto; }
#Videos div.thumbnail {
	position: relative;
	display: block;
	width: 160px;
	height: 110px;
	overflow: hidden;
	float: left;
	border: 1px solid #999;
	margin-left: 10px;
	text-align: center;
}
#Videos div.thumbnail2 {
	position: relative;
	display: block;
	width: 291px;
	height: 190px;
	overflow: hidden;
	float: left;
	border: 1px solid #999;
	margin-left: 10px;
	text-align: center;
}
#Videos div.thumbnailBig { position: relative; display: block; width: 320px; height: 240px; overflow: hidden; float: left; margin: 0 10px 10px 0; border: 1px solid #999; }

