@charset "utf-8";
/* CSS Document */
/*  ------------------------------------------
/*  style de travail - a supprimer
/*  ------------------------------------------ */
.X {
	color: #FFFFFF;
	text-decoration: underline ;
	background-color: #FF0000;
}

.style1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;

}


/*  ------------------------------------------ */
/*  Correction des styles HTML par defaut */
/*  ------------------------------------------ */
* {
	margin: 0; 
	padding: 0; 
	border-width : 0px;
	color:#000000;
}

div {/*
	border-width : thin;
	border-style:solid;
	*/
}
body {
	background: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	text-align: left;
}



h1, h2, h3, h4, h5, h6 { }

a:link {
	color:#000000;
	text-decoration: underline;

}
a:visited {
	color: #574b38;
	text-decoration:underline;
}

a:hover {
	color:#8a6b3c;

}

a:active {
	color:red;
}

/*  ------------------------------------------ */
/*  Correction des styles SPIP par defaut */
/*  ------------------------------------------ */

p.spip {
	margin-top:1em;
}

h3.spip {
	font-weight:bold;
	font-size:14px;
	margin-top:1.5em;
}

/* ------------------------------------------- */
/* DIV des blocs principaux
/*  ------------------------------------------
/*  Global
/*  ------------------------------------------ */

div#page {
	width: 842px;
	
	margin-left: auto;
	margin-right: auto;
	position:relative;
	min-height : 596px;	
	
}

/*  ##########################################	*/
/*  En tête										*/
/*  ########################################## 	*/

div#enteteLardux {
	width:842px;
	height:100px;
	background-color: #222222;
}

#enteteLardux a {
	width: 842px ;
	height: 100px ;
	display: block ;
	position: relative ;
	text-indent: -5000px ;
}



/*  ##########################################	*/
/*  le bloc entre l'entete et le pied de  page	*/
/*  ########################################## 	*/

div#milieu {
	/*background-color: beige;*/
	position : relative;
	
}




/*  ##########################################	*/
/*    video   				    */
/*  ##########################################	*/

/* en tete special (image au fond noir) */
div#enteteLardux .enteteVideo{
	background: url(../images/bandeauenteteVideo.jpg) no-repeat ;
}



div#fondvideo {
	width:842px;
	left:auto;
	right:auto;
	}
div.video {

	width:100%;
	text-align:center;
	}
div#fondvideo p {
	color:#bc2e2f;
	font-size:medium;
	}
div#fondvideo .bandeauH {
	margin-bottom:0px;
	width:700px;
	left:auto;
	margin-left:70px;
}

div#fondvideo .bandeauH  .vignetteFiche {
	float:right;
	padding-right:10px;
}

div#fondvideo .titre {
	color:#bc2e2f;
	font-size:2em;
	text-transform:uppercase;
}

div#fondvideo .liensbasdefiche {
	margin: 10px 0px 20px 400px;
	background:url(../images/main.gif) left no-repeat;
	padding-left:32px;
	width:auto;

}
div#fondvideo .liensbasdefiche a:link {
	color:#b42225;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	background:none;	
}

div#fondvideo .liensbasdefiche a:visited {
	color:#b42225;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	background:none;	
}



