/*****************************************************************************************************
PARAMETRES PAR DEFAUT DE LA PAGE */
* {
margin: 0;
padding: 0;
}

body {
background-color: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
}



/*****************************************************************************************************
BLOCS */

/*Bloc conteneur centré dans la page 900x629px*/
.BlocConteneur {
display: block;
position: absolute;
width: 900px;
height: 629px;
left: 50%;
margin-left: -450px;
margin-top:15px;
background-image: url(IMAGES/Fond.jpg);
border: solid 1px #999999;
}
	
	/*Sous bloc haut 900x180px*/
	.BlocHaut {
	display: block;
	float: left;
	width: 898px;
	height: 15px;
	padding: 0px 0px 5px 2px;
	}
		.BlocHaut table {
		text-align: left;
		margin: 0px 0px 0px 30px;
		}
		.Menu1 {
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		line-height:12px;
		}
		.Menu1:hover {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		line-height:12px;
		}
		.Menu2 {
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		line-height:12px;
		}
		.Menu2:hover {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		line-height:12px;
		}
					
	/*Sous bloc centre 900x415px*/
	.BlocCentre {
	display: block;
	float: left;
	width: 845px;
	height: 360px;
	padding: 0px 20px 20px 35px;
	}
	
		.Contenu {
		/*515x415px*/
		display: block;
		float: left;
		width: 375px;
		height: 330px;
		padding: 50px 140px 0px 0px;
		}
		.Contenu h1 {
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		padding: 0px 0px 15px 0px;
		}
		.Contenu p {
		color: #000000;
		font-size: 13px;
		line-height: 17px;
		text-align: justify;
		padding: 20px 0px 0px 0px;
		}
		.Contenu a, .Contenu a:hover {
		color: #000000;
		font-size: 11px;
		line-height: 17px;
		text-align: justify;
		border: none;
		}
		.Contenu ul {
		display: block;
		float: left;
		width:150px;
		font-size: 12px;
		margin:0px 20px 0px 14px;
		color:#FF3300;
		}
		.Contenu ul li span {
		color:#333333;
		line-height:19px;
		}
		
		.Contenu2 {
		/*515x475px*/
		display: block;
		float: left;
		width: 485px;
		height: 330px;
		padding: 50px 30px 0px 0px;
		}
		.Contenu2 h1 {
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		padding: 0px 0px 15px 0px;
		}
		.Contenu2 p {
		color: #000000;
		font-size: 13px;
		line-height: 17px;
		text-align: justify;
		padding: 20px 0px 0px 0px;
		}
		.Contenu2 a {
		color: #333333;
		font-size: 11px;
		line-height: 20px;
		text-align: justify;
		border: none;
		text-decoration:none;
		}
		.Contenu2 a:hover {
		color: #333333;
		border: none;
		text-decoration:underline;
		}		
		.Contenu2 ul {
		display: block;
		float: left;
		width:235px;
		font-size: 11px;
		margin:0px;
		color:#FF3300;
		line-height:22px;
		list-style:none;
		}
		.Contenu2 ul li span {
		color:#000000;
		}
		.Image {
		display: block;
		float: left;
		margin: 0px 15px 0px 0px;
		border: 1px solid #999999;
		}
		.Motcle1 {
		color: #666666;
		font-size: 13px;
		font-weight: normal;
		font-style: italic;
		line-height: 20px;
		text-decoration: none;
		padding: 0px 0px 5px 30px;
		}
		.Motcle2 {
		color: #666666;
		font-size: 13px;
		font-weight: normal;
		font-style: italic;
		line-height: 20px;
		text-decoration: none;
		padding: 0px 0px 0px 70px;
		}

		.Videos {
	/*330x415px*/
		display: block;
	position: relative;
	float: left;
	width: 330px;
	height: 335px;
	padding: 80px 0px 0px 0px;
	visibility: visible;
		}
		.Videos a, .Videos a:hover {
		color: #000000;
		font-size: 11px;
		line-height: 17px;
		text-align: justify;
		border: none;
		text-decoration:none;
		}
		.Prochain {
		color: #333333;
		font-size: 11px;
		line-height: 17px;
		text-align: justify;
		border: none;
		text-decoration:none;
		}


	/*Sous bloc bas (devis) 900x44px*/
	.BlocBas1 {
	display: block;
	float: left;
	width: 865px;
	height: 44px;
	padding-left: 35px;
	}
		.BlocBas1 a {
		color: #FFFFFF;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		font-style:italic;
		}
		.BlocBas1 a:hover{
		color: #FFFFFF;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		font-style:italic;
		font-weight:bold;
		}
	
	/*Sous bloc bas (menus) 900xé4px*/
	.BlocBas2 {
	display: block;
	float: left;
	width: 900px;
	height: 14px;
	padding: 5px 0px 5px 0px;
	}
		.BlocBas2 table {
		text-align: left;
		padding: 0px;
		margin: 0px 0px 0px 160px ;
		}

	/*Sous bloc bas (pied de page : mentions...)*/
	.BlocBas3 {
	display: block;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	}
		.BlocBas3 a, .BlocBas3 a:hover {
		color: #666666;
		font-size: 11px;
		text-align: justify;
		font-weight: normal;
		text-decoration: underline;
		border: none;
		line-height:11px;
		}

.erreur { font-size:10px; font-weight:normal; font-style:normal; text-decoration:none; color:#FF0000; background-color:#FFFF99; text-align:center; }
