/* Conception - Tous droits réservés */

html, body {
	font-family: Arial; font-size: 12px; color: #614F39; line-height: 16px;
	margin: 0 auto;
	text-align: center;
	background-image:url(../imagesFront/fd_page.jpg); background-position: center top; background-repeat: repeat-x;
}

#container {
	margin: 0 auto;
	width: 900px;
}

.imagePage {
	border: 1px solid #666666;
	padding: 3px;
}
.top {
	float: left;
	width: 429px; height: 55px;
	text-align: right;
	margin-bottom: 10px;
}
	.top a {
		font-size: 11px;
		color: #666666;
		text-decoration: none;
	}

h1 {
	font-size: 24px; color: #FFFFFF; font-weight: normal; line-height: 24px;
	margin: 0 0 10px 0; padding: 0;
}
h2 {
	font-size: 18px; color: #FFFFFF; font-weight: normal;
	margin: 0; padding: 0;
}
h5 {
	font-size: 10px;
}
a {
	color: #000000;
	outline: none;
}
	a:hover {
	color: #00000; text-decoration: none;
	}
.msgErreur {
	color: red;
	padding: 5px 0;
}

table.compteRendu {
		width: 100%;
		margin-top: 10px;
		background-color: #DFDFDF;
		border-collapse: collapse;
	}
	table.compteRendu th {
		font-size: 14px;
		padding: 5px;
		border: 1px solid #DFDFDF;
	}
	table.compteRendu td {
		background-color: #FFFFFF;
		border: 1px solid #DFDFDF;
		padding: 5px;
	}
	
#header {
	float: left;
	height: 132px; width: 900px;
}
	#headerLeft {
		float: left;
		width: 378px; height: 132px;
	}
		#headerleft img {
			display: block;
			border: 0;
		}
	#headerRight {
		float: left;
		width: 429px;
	}
		#headerRight img {
			display: block;
			border: 0;
		}

#menu {
	float: left;
	width: 429px; height: 67px;
}
	#menu img {
		display: block;
		border: 0;
	}
	#menu dl {
		float: left; 
		height: 67px;
		background-color: none;
		margin: 0; padding: 0; 
	}
	dt a {
		float: left;
		display: block;
	}
	#menu dd {
		position: absolute; 
		display: none; 
		z-index: 200; 
		top: 132px;  margin-left: -40px;
		*top: 110px;
		width: 300px;
	}
		#menu dd#smenu2 {
			*margin-left: -136px;
		}
		#menu dd#smenu3 {
			*margin-left: -165px;
		}
		#menu dd#smenu4 {
			*margin-left: -165px;
		}
		#menu dd#smenu5 {
			*margin-left: -121px;
		}
		#menu dd ul {
			list-style-type: none;
			text-align: left;
		}
		#menu dd ul li {
			height: 20px;
			float: left;
		}
		#menu dd ul li a {
			display: block;
			background-color: #CB1D26;
			width: 300px;
			height: 20px;
			color: #FFFFFF; text-decoration: none;
			padding: 5px;
		}
		#menu dd li a:hover {
			background-color: #CB1D26;
			width: 295px;
			border: 0;
			border-left: 5px solid #614F39;
		}
	

	
#divContent {
	float: left;
	width: 807px; height: 448px;
}
	#content {
		float: left;
		width: 429px;
		text-align: left;
	}
	
	#content #galerie {
		float: left;
		margin-top: 20px;
		font-size: 11px;
		text-align: center;
	}


#divContent2 {
	float: left;
	width: 807px; height: 448px;
	text-align: left;
	background-color: #FFFFFF;
}


#left {
	float: left;
	width: 378px; height: 448px;
}
	#left img {
		display: block;
		border: 0;
		margin: 0; padding: 0;
	}


#right {
	float: right;
	width: 400px; height: 422px;
	padding: 0 19px 20px 10px;
	text-align: left;
	overflow: auto;
}

	#right img {
		display: block;
		border: 0;
		padding: 0; margin: 0;
	}
	
	
#news {
	float: left;
	width: 400px;
	text-align: left;
	margin-top: 20px;
}
#news span {
		float: left;
		margin-top: 30px;
		font-weight: bold;
}
#news .oneNews {
	float: left;
	width: 400px;
	margin: 10px 0;
	padding: 0 10px 0 0;
	font-size: 11px; line-height: 14px; color: #614F39;
}
	#news .oneNews h1.titreNews {
		color: #000000;
		font-size: 18px; font-weight: normal; line-height: 12px;
		padding: 0 margin: 0;
	}
	#news .oneNews .pictureNews {
		float: left;
		width: 60px;
		border: 1px solid #CB1D26;
		margin: 0 10px 0 0px;
	}
	#news .oneNews .pictureNews img {
		width: 60px;
		border: 0;
	}
	#news .oneNews a {
		font-size: 11px; color: #614F39;
	}
	#news .oneNews a:hover {
		color: red;
	}
	#news .oneNews h6 {
		float: left;
		display: block;
		font-size: 10px;
	}
	
	
	
#newsPage {
	float: left;
	text-align: left;
}	
#newsPage .oneNewsPage {
	float: left;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #614F39;
	color: #000000;
	width: 100%;
}
		#newsPage .oneNewsPage h1 {
			color: #ffffff;
			font-size: 24px; line-height: 24px;
			padding: 0; margin: 20px 0 0 0;
		}
		#newsPage .oneNewsPage .pictureNewsPage {
			float: left;
			width: 60px;
			border: 1px solid #B7DB6F;
			margin: 0 10px 0 0px;
		}
		#newsPage .oneNewsPage .pictureNewsPage img {
			width: 60px;
			border: 0;
		}
		#newsPage .oneNewsPage a {
			font-size: 11px; color: #FFFFFF;
		}
		#newsPage .oneNewsPage a:hover {
			color: #B7DB6F;
		}
		#newsPage .oneNewsPage h6 {
			float: left;
			display: block;
			font-size: 10px; color: #614F39;
			margin: 15px 0 0 0; padding: 0;
		}
	
	
	
#homeNewsletter img {
	float: left;
}
	#homeNewsletter form {
		margin-top: 10px;
	}
	#homeNewsletter form input.Txt {
		float: left;
		background-color: #FFFFFF;
		border: 1px solid #666666;
		padding: 3px 3px 3px 20px; margin-right: 5px;
		font-size: 12px; font-family: Arial; color: #666666;
		width: 200px;
		background-image: url('../images_nav/ic_fleche_input.gif');
		background-position: left 5px;
		background-repeat: no-repeat;
	}
	#homeNewsletter form input.submit {
		float: left;
		display: block;
		width: 150px; height: 23px;
		background-color: #F93002;
		text-align: center; padding: 2px; border: 0; 
		color: #FFFFFF; font-size: 13px; font-family; Arial;
	}

form {
	width: 370px;
	font-size: 12px; font-family: Arial;
	padding: 0; margin: 0;
}
	form span {
		font-size: 10px; line-height: 12px;
	}
	form p { 
		width: 100%;
		padding: 2px; margin: 6px 0; 
	}
	form p label {
		float: left;
		margin-top: 3px; padding: 0 5px; width: 370px;
		text-align: left; ligne-height: 12px; 
		}
	form p input, form p textarea {
		float: left;
		padding: 3px 0 3px 5px; width: 250px;
		border: 0; border-left: 1px solid #EF4F00;
		color: #000000; font-size: 12px; font-family: Arial;
		background-color: #EBEBEB;
	}
	form p input.small {
		width: 150px;
	}
	form input.case {
		width: 10px;
	}
	form p input.submit {
		display: block;
		width: 150px; height: 28px;
		background-color: #993501;
		text-align: center; padding: 2px; border: 0; 
		color: #FFFFFF;
	}
	form p.infosLegales {
		float: left;
		width: 370px;
		font-size: 10px; line-height: 12px;
		padding: 10px 0;
	}
	


#footer { 
	float: left;
	margin: 0 auto;
	width: 900px; height: 83px;
	text-align: center;
	background-image:url('../images_nav/fond_basdepage.jpg'); background-position: center top; background-repeat: no-repeat;
}
	#footer h1 { 
		color: #FFFFFF;
		font-size: 12px; font-weight: bold;
		margin-bottom: 3px;
		margin: 0;
	}
	#footer p { 
		margin: 0; padding: 20px 0 0 0;
	}
	#footer p a { 
		text-decoration: none;
	}
	#footer p a:hover { 
		color: #000000; text-decoration: underline;
	}
	#footer p span { 
		font-size: 10px;
	}
	#footer p a img { 
		border: 0;
	}
	

/* PLAN DU SITE */

#planSite .rubrique {
	float: left;
	width: 100%;
	margin: 0 0 5px 0; padding: 0 0 10px 0;
	border-bottom: 1px solid #EBEBEB; 
}
#planSite .rubrique span.titreRubrique {
	float: left;
	width: 100%;
	font-size: 16px; color: #CB1D26; text-decoration: none;
	padding: 3px 0;	
}
#planSite .rubrique span.titreSrubrique {
	float: left; display: inline;
	width: 100%;
	font-size: 12px; font-weight: normal; color: #CB1D26; text-decoration: none;
	padding: 3px 0 0 10px;	margin: 0;
}
#planSite .rubrique ul {
	float: left;
	padding: 0 0 0 35px; margin: 3px 0;
}
#planSite .rubrique ul li {
	list-style-type: circle;
	color: #CB1D26;
	padding: 0; margin: 0;
}
#planSite .rubrique ul li a {
	text-decoration: none;
}
#planSite .rubrique ul li a:hover {
	text-decoration: underline;
}