/* CSS Document */
body {
	background: #FFFFFF url(../images/bg_fond_accueil.jpg) repeat-x;
}
#tetiere {
	background-color: #D3E91C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 105px;
	width: 990px;
	padding: 0px;
}
#conteneur { background-color: #D3E91C; }
#out {
	background-image: url(../images_accueil/out_accueil.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 125px;
	left: -125px;
	top: 0px;
}
#vignette {
	height: 100px;
	width: 175px;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 0.7em;
	text-align: center;
}

#contenu {
	width: 625px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#gamme1, #gamme2, #gamme3, #news {
	background-color: #FFFFFF;
	height: 106px;
	width: 141px;
}
#gamme1 {
	position: absolute;
	top: 0px;
	right: 185px;
}
#gamme2 {
	position: absolute;
	top: 111px;
	right: 185px;
}
#gamme3, #news {
	position: absolute;
	top: 222px;
	right: 185px;
}
#news {
	z-index: 20;
	background-image: url(../images_accueil/bg_actualite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica;
}

.titrenews {
	color: #DCE77C;
	text-align: center;
	margin: 0px;
	font-size: 1em;
	text-indent: -4500px;
	padding: 0px;
	height: 30px;
	width: 141px;
	background: url(../images_accueil/titre_actu.jpg) no-repeat left center;
}
.txtnews1, .txtnews2, .txtnews3 {
	color: #6EA3C3;
	font-size: 0.9em;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background: #336666;
	border: 1px solid #DCE77E;
	letter-spacing: 0.1em;
}

.txtnews2 {
	background: #990033;
}

.txtnews3 {
	background: #336633;
}

.txtnews1 a:link, .txtnews1 a:visited, .txtnews2 a:link, .txtnews2 a:visited, .txtnews3 a:link, .txtnews3 a:visited {
	color: #6EA3C3;
	text-decoration: none;
	display: block;
	padding: 10px 7px;
}
.txtnews1 a:hover, .txtnews1 a:active, .txtnews2 a:hover, .txtnews2 a:active, .txtnews3 a:hover, .txtnews3 a:active {
	color: #FFFFFF;
	background-color: #0D3858;
	display: block;
	margin: 0px;
	padding: 10px 7px;
}
/* Bloc edito accueil */
#edito {
	background: url(../images_accueil/bg_edito_accueil.jpg) no-repeat left top;
	height: 230px;
	width: 135px;
	position: absolute;
	padding: 100px 20px 0px;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	right: 5px;
}
#edito  h1 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#edito p {
	margin: 0px 0px 6px;
	padding: 0px;
}
#edito a:link, #edito a:visited {
}
#edito a:hover, #edito a:active {
}
/* Encart spécial sous le menu */
#special {
	font-size: 10px;
	color: #00346B;
	text-align: center;
	margin-top: 10px;
}
#special span {
	font-size: 120%;
	font-weight: bold;
}
#special p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

