/* Css de l'index */
body {
	background-color:#FFFFFF;
	background-image: url(../images/04_commun/fond_main.jpg);
	height: auto;
}

#bodypart, #menu, #ssmenu,#footer {
	position:relative;
	z-index:1;
	width: 990px;
}

#menu {
	height: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#ssmenu {
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c541d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c541d;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-image: url(images/01_menu/ss_fond.gif);
	background-repeat: no-repeat;
}

#bodypart {
	height: 624px;
	background-image: url(../images/04_commun/fond_home.jpg);
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#newsletter {
	height: 60px;
	width: 292px;
	position:absolute;
	z-index:2;
	left: 705px;
	top: 10px;
	background-image: url(../images/02_newsletter/newsletter_bloc.png);
	background-repeat: no-repeat;
}

#allerretour{
	height: 100px;
	width: 150px;
	position:absolute;
	z-index:2;
	left: 830px;
	top: 80px;
	background-image: url(../images/04_commun/allerretour.png);
	background-repeat: no-repeat;
}

#footer {
	height: 20px;
	background-color: #FFFFFB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

/* FIN Css de l'index */


/* CSS de TEXTE et de PARAGRAPHE */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000; 
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #48511E;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000; 
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#053700;
	margin:0;
}


/*BLOC TRANSPARENTS*/
#blc_edito_titre,#blc_edito_txt,#blc_actu_titre,#blc_actu_txt,#blc_actu_txt1,#blc_actu_txt2{
	left: 30px;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	z-index:1;	
	position:relative;
}

#blc_edito_titre,#blc_actu_titre,#blc_lien_titre{
	width: 401px;
	height: 26px;
}

#blc_edito_titre{
	width: 401px;
	height: 26px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #48511E;
	border-left-color: #48511E;
	top: 15px;
	background-image:url(../images/03_blocs/title_edito.png);
	background-repeat:no-repeat;
	background-position:left;
}

#blc_edito_txt{
	width:400px;
	background-color: #DEE3C3;
	border: 1px solid #48511E;
	height:180px;
	top: 17px;
}

#blc_actu_titre{
	width: 401px;
	height: 26px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #48511E;
	border-left-color: #48511E;
	background-image:url(../images/03_blocs/title_actus.png);
	background-repeat:no-repeat;
	background-position:left;
	top: 35px;
}

#blc_actu_txt1,#blc_actu_txt2{
	width:400px;
	background-color: #DEE3C3;
	border: 1px solid #48511E;
	height:80px;
}

#blc_actu_txt1{
	top: 37px;
}
#blc_actu_txt2{
	top: 39px;
}


#blc_lien_titre{
	background-image: url(../images/03_blocs/title_lien.jpg);
	background-repeat: no-repeat;
	background-position: right;
	top: 15px;
}


/*NEWSLETTER*/
#newsletter_form {
	position:absolute;
	z-index:2;
	left: 150px;
	top: 7px;
}

.newsletter_txt{
	background-color: #DEE3C3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003300;
}


/*CSS des contenus de blocs */
#edito_date,#edito_txt,#actu_titre,#actu_txt1,#actu_txt2{
	z-index:1;
	left: 30px;
	width: 400px;
	position:absolute;
}

#edito_date{
	top: 15px;
}

#edito_txt{
	width: 388px;
	padding: 5px;
	height:167px;
	top: 45px;
	overflow:auto;
}

#edito_txt h1{
	color:#053700;
	margin-top:-5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-variant:small-caps;
}

#edito_txt p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#053700;
	margin:0;
}

#edito_titre,#actu_titre{
	height:18px;
}

#actu_titre{
	top: 251px;
}
#actu_txt1,#actu_txt2{
	height:80px;
}

#annonce_promo{
    height:194px;
	width:320px;
	border:#FFFFFF 1px solid;
	position:absolute;
	top:30px;
	left:460px;
}




/*ECART DE 87px entre les bloc txt*/
#actu_txt1{
	top: 274px;
}
#actu_txt2{
	top: 358px;
}


/*TITRE ACTU*/
#actu_txt1 .titre, #actu_txt2 .titre{
	color:#053700;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-variant:small-caps;
	font-size: 12px;
	height:12px;
}


/*ZOOM ACTU*/
#tof_actu1,#tof_actu2{
	left: 500px;
	top: 100px;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	z-index:1;	
	position:absolute;
	height:auto;
	width:320px;
	z-index:1;
	padding:10px;
	background-color: #E3E4DE;
	visibility: hidden;
	background-image: url(../images/04_commun/cube01.png);
	background-repeat: no-repeat;
	background-position: 200px -20px;
}


#tof_actu1 h1, #tof_actu2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-variant:small-caps;
	font-size: 17px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #999933;
	border-left: 1px solid #999933;
	height:20px;
	color:#000000;
	margin-top:5px;
	margin-left:5px;
	padding:5px;
}


#tof_actu1 p, #tof_actu2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	height:auto;
	text-align:justify;
}


#tof_actu1 .date, #tof_actu2 .date{
	/*background-color:#FFFFFF;	
	border-bottom: 1px solid #999933;
	border-right: 1px solid #999933;*/
	width:100%;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 11px;
	color: #000000;
	display:block;
	text-align:right;
	margin-top:5px;
}


#tof_actu1 img, #tof_actu2 img {	
	margin:10px;
	float:left;
}


/*CALQUES D'AGRANDISSEMENT DES ACTUS*/
#tof_actu1,#tof_actu2{

}


/*VOIR DISQUE*/
#voir_disque, #voir_disque_lien{
	padding:2px;
	}

#voir_disque{
	background-image:url(../images/03_blocs/bkg_disque_lien_big.png);
	background-repeat:no-repeat;
	z-index:1;
	left: 30px;
	top:460px;
	width: 175px;
	height:auto;
	position:absolute;
}

#voir_disque_lien{
	background-image:url(../images/03_blocs/bkg_disque_lien.png);
	background-repeat:no-repeat;
	z-index:1;
	position:absolute;
	left: 30px;
	top:592px;
	width: 175px;
	height:25px;
}

/*RESF*/

#resf, #resf_lien{
	padding:2px;
	}

#resf{
	background-image:url(../images/03_blocs/bkg_disque_lien_big.png);
	background-repeat:no-repeat;
	z-index:1;
	left: 258px;
	top:460px;
	width: 175px;
	height:auto;
	position:absolute;
}

#resf_lien{
	background-image:url(../images/03_blocs/bkg_disque_lien.png);
	background-repeat:no-repeat;
	z-index:1;
	left: 258px;
	top:592px;
	width: 175px;
	height:25px;
	position:absolute;
}

/*PLAYER_FOU*/
#player_fou{
position:absolute;
width:250px;
height:40px;
top:600px;
left:700px;
}
