/*** Styles generaux ***/
* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

html {
	padding: 0px;
	margin: 0px;
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	background-color: #c1f102;
}

img {
	border: none;
}
 
p {
	margin: 10px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

a:link {
color:#518300;
background-color:transparent;
text-decoration:underline;
}
a:visited {
color:#518300;
background-color:transparent;
text-decoration:underline;
}
a:hover {
color:#518300;
background-color:transparent;
text-decoration:underline;
}


/*** Styles elements de la structure du site ***/
/*** debut entete du site ***/
#header
{
	width: 932px;
	height: 60px;
}
#header_gauche
{
	width: 648px;
	height: 16px;
	background-color: #c1f102;
	float: left;
}

#header_blanc
{
	width: 648px;
	height: 23px;
	font-weight: bold;
	background-image: url('../../images/barre_blanche.jpg');
	background-repeat: no-repeat;
	float: left;
}

#header_flash
{
	width: 648px;
	height: 29px;
	font-weight: bold;
	border: 0px solid yellow;
	
}
#header_flash_titre
{
	width: 75px;
	height: 29px;
	font-weight:bold;
	color:white;
	background-image: url(../../images/barre_flash.jpg);
	background-repeat: no-repeat;
	/*background-color: grey;*/
	border: 0px solid orange;
	float: left;
}
#header_flash_contenu
{
	width: 569px;
	height: 29px;
	font-weight:bold;
	color:white;
	background-image: url(../../images/barre_flash.jpg);
	background-repeat: no-repeat;
	border: 0px solid black;
	float: left;
}
#header_flash_contenu a
{
	font-weight:bold;
	color:white;
}

#header_droite_general
{
	position: absolute;
	top: 0px;
	margin-left: 644px;
	width: 287px;
	height: 68px;
}

#header_haut_panneau
{
	width: 287px;
	height: 39px;
	background-image: url(../../images/attache_haut.jpg);
	background-repeat: no-repeat;
	border:0px solid orange;
}

#haut_photos
{
	width: 130px;
	height: 29px;
	background-image: url(../../images/photos_haut.jpg);
	background-repeat: no-repeat;
	border: 0px solid orange;
	float: right;
}
#haut_panneau
{
	width: 157px;
	height: 29px;
	background-image: url(../../images/attache_bas.jpg);
	background-repeat: no-repeat;
	float: left;
}

#photos
{
	width: 130px;
	height: 387px;
}
#panneau
{
	width: 157px;
}

#panneau_general
{
	border: 0px solid orange;
	float: left;	 
}			

#photos_general
{
	border: 0px solid orange;
	float: left; 
}

/*** debut entete du site ***/
#g_conteneur
{
	text-align: left;
	width: 985px;
	margin: 0px auto 0px auto;
	/*padding: 2px 0px 2px 2px;
	overflow: auto;
	height:100%;*/
	background-color: #c1f102;

}

	/*** Partie gauche du site ***/
	#conteneur_gauche
	{
		float: left;
		width: 50px;
		height: 800px;	
	}
	
	
	/*** bouton et barre verte du menu de gauche ***/
	#barre_gauche
	{
		height: 800px;
		float: left;
		background-image: url(../../images/barre_gauche.jpg);
	}
	
	#logo
	{
			
	}
	
	#logo_haut
	{
		width: 50px;
		height: 68px;
		background-image: url(../../images/petit_logo.jpg);
		background-repeat: no-repeat;	
	}

	#menu
	{
		width: 50px;
	}
	/*** fin bouton et barre verte du menu de gauche ***/


	/* Bloc dedie aux images ou anim flash */
	#illustration
	{
		height: 400px;
	}
	
	/* Bloc dedie a la liste de liens que l'on retrouve sur certaines page */
	#list_liens
	{
		margin-top: 100px;
		font-weight: bold;
	}
	
	#list_liens ul
	{
		list-style-type: none;
	}
	
	/*** Partie droite du site ***/
	#conteneur_droit
	{
		float: left;
		width: 932px;
		height: 800px;
		border: 0px solid green; 
	}


/*** Defilement texte ***/
#defilement
{
	background-image: url(../../images/fond-defilement.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
}

#form_avis
{

}
#texte_avis
{

} 

#haut_droite_avis
{
	width: 287px;
	float: left;
}

/*** Contenu de la page ***/
#titre_contenu
{
	font-weight: bold;
}

#texte_accueil
{
}

#contenu
{
	background-color: #FFFFFF;
	width: 644px;
	height: 390px;	
	float: left;
}

#texte
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: left;
}

#texte_popup
{
	margin: 0px -2px 0px 0px;
	padding: 10px;
	width: 550px;
	background-color: #FFFFFF;
	/*height: 400px;*/
	float: left;

}


/*********************/

/*** debut du pied de page ***/
#bas_general
{
	clear: both;
	width: 933px;
	/*height: 345px;*/
	margin-top: -3px;
}

#interne_general
{
	width: 644px;
	height: 346px;
	/*background-image : url("../../images/footer.jpg");*/
	float: left;
	background-repeat: no-repeat;
}

#bas_droit
{
	width: 287px;
	height: 334px;
	float: left;
}

#partenaire
{
	width: 288px;
	height: 271px;
	background-image : url("../../images/partenaires.jpg");
	background-repeat: no-repeat;

}
#defil_partenaire
{
	margin-top: 100px;
	width: 180px;	
	float: right;
}

#news_general
{
	width: 288px;
	height: 74px;
}

#news
{
	width: 128px;
	height: 74px;
	float:left;
}

#news_gauche
{
	width: 86px;
	height: 74px;
	background-image : url("../../images/news_gauche.jpg");
	background-repeat: no-repeat;
	float: left;
}

#news_droite
{
	width: 73px;
	height: 74px;
	background-image : url("../../images/news_droite.jpg");
	background-repeat: no-repeat;
	float: left;
	
}
/*** fin du pied de page ***/

	/*** affchage de l'affiche + photos (en haut a droite) ***/
	#haut_droite
	{
		width: 287px;
		float: left;
	}
	
	#contenu_prog
	{
		width: 162px;
		height: 162px;
		margin: 30px 20px 0px 38px;
		background-color: #FFFFFF;
	}
	
	#img_prog
	{
		height: 34px;
		width: 248px;
		background-image: url(../../images/actu-titre.gif);
		background-repeat: no-repeat;
	}
	
	#date_prog
	{
		font-weight: bold;
		color: #C60062;
		border-bottom: double;
		border-bottom-color: #C60062;
		border-bottom-width: 3px;
	}
	
	.date_prog
	{
		padding: 1px 0px 1px 3px;
	}
	
	#texte_prog
	{
		/*font-weight: bold;*/
		color: #C60062;
		padding: 5px;
	}
	

	/*** Fin cadre programme ***/

	/*** Pied de page ***/
	#footer
	{
		width: 933px;
		color: #000000;
	}
	
	#footer a, #footer a:hover
	{
		color: #000000;
		text-decoration: none;
	}
	
	.copyright
	{
		color: #000000;
		text-align: center;
	}
	/*** Fin pied de page ***/
	
/*** Fin contenu de la page ***/

/*** Page contact ***/
#texte fieldset
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

label
{
    margin: 1px;
    width: 108px;
    display: inline;
    float: left;
    vertical-align: top;  
}    

input, textarea, select {
     border: 1px solid #518300;
     margin: 1px;
}
/*** Fin Page contact ***/


#pscroller1{
       width: 100%;   
       height: 21px;
       color: #000;
       float: left; 
       font-size: 11px;
	   	border: 0px solid orange;
}
#pscroller2{
       width: 100%;
       height: 130px;
       color: #000;
       float: left; 
       font-size: 11px;
	   padding-left: 1px;
	   border: 0px solid #518300;
}
