body
{
	/*background:url('images/gp6.jpg') repeat-x;*/
    background-attachment: fixed;
	color: #2C485C;
	margin: auto;
	text-align: center;
	width: 805px;
	height:599px;
	font-size: 12px;
}

#slider { margin-top:60px; background-color: #ffffff;  width:805px; height:170px; position: absolute; top:49px; z-index: 1;}
	  
img.bkg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -999;
}

.my_tab tr{
 height:15px;
 line-height: 15px;
} 

/* --- Affichage mobile --- */

@media screen and (max-width: 1024px){
	img.bkg {
		left: 50%;
		margin-left: -620px; }
		
	body{
		margin-left: 212px;
	}
}

/* ------ */

#panneau { border-right: 1px inset black;  border-bottom: 1px inset black; border-left: 1px inset black; width:250px; height:211px; position: absolute; left: 150; z-index: 25}

@font-face {
     font-family: Sylfaen;
     src: url('fonts/sylfaen.ttf');
	 font-family: AintNothingFancy;
     src: url('fonts/AintNothingFancy.ttf');
}

.titre{
	font-family: AintNothingFancy, Arial, Verdana, sans-serif;
	color:#669900;
}

#main
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*background-color: #FFFFFF;*/
	border-color: -moz-use-text-color #000000 #000000;
	border-image: none;
	border-right: 0px solid #FFFFFF;
	border-style: none solid solid;
	border-width: 0 0px 0px;
	box-shadow: 0 0 15px #000000;
	margin-bottom:0px;
}

.btn_pdf a 
{
	display	: block;
	padding	: 4px;
	background : #6F9D31;
	color : #FFFFFF;
	text-decoration : underline;
	/*width : 100px;*/
	font-family: Impact, "Arial Black", Arial, Verdana, sans-serif;
	letter-spacing:0.03em;
	text-align:center;
	font-style:italic;
	font-size:16px;
	float:left;
}

.btn_pdf a:hover
{
	color: #6F9D31;
	background: #FFFFFF;
	font-style:italic;
}

.underline
{
	text-decoration:underline;
	color:black;
}

a.effet img {
  opacity: 1.0;
  filter:alpha(opacity=50);
  }
 
a.effet:hover img {
  opacity: 0.8;
  filter:alpha(opacity=100);  
  }

#diapo_tf
{
height:570px;
width:100%;
background:url(images/bg_rea.jpg);
padding: 2px 5px 30px 2px;
float:left;
}

#button_diapo
{
	margin-right:5px;
	width:539px;
	padding:5px;
	/*border:1px solid #669900;*/
	margin-bottom:10px;
}

.button2
{
	float:left;
	padding:1px;
	margin:1px;
	border:1px solid #669900;
}

.affichage_photo2
{
	float:left;
	margin-left:7px;
	min-height:424px;
}

.indicat
{
 clear:both;
}

img
{
	border: 0px;
}

#div_menu_p
{
	
	/*border: 1px solid rgb(234,244,251);*/
	padding: 0px;
	padding-bottom:10px;
	overflow:hidden;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-top: 85px;
	/*border: 1px solid #848686;*/
	text-align: left;
	width: 805px;
	position: absolute;
	height:211px;
	z-index: 2;
	font-weight:8px;
}

.float_l
{
	float:left;
	margin-right: 5px;
	display: inline;
}

.float_r
{
	float:right;
	margin-left: 1px;
	display: inline;
}


.titre
{
	margin-left:10px;
}

.slog
{
	margin-left:230px;
	margin-top:10px;
}

.centre
{
	text-align: center;
}


/* Menu */

#menu, #menu ul /* Liste */	
{
	padding : 0;
	margin : 0;
	list-style : none;
	line-height : 21px;
	text-align : center;
}

#menu /* Ensemble du menu */
{
	
	
	font-size : 10px;
}

#menu a /* Contenu des listes */
{
	display	: block; /* les liens deviennent des balises de type block */
	padding	: 0;
	background : #6F9D31;
	color : #FFFFFF;
	text-decoration : none;
	width : 114px;
	font-family: Sylfaen, Arial, Verdana, sans-serif;
	letter-spacing:0.03em;
	font-weight:bold;
}

#menu li /* Elements des listes */	
{ 
	float : left; 
	/* pour ie qui ne reconnait pas "transparent" */
	border-right : 1px solid #fff;
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
	border-right: 1px solid transparent ;
}

#menu li ul /* Sous-listes */
{ 
	position: absolute;
	width: 114px;
	left: -999em;
}


#menu li ul li /* Eléments de sous-listes */
{
	/* pour ie qui ne reconnait pas "transparent" */
	border-top : 1px solid #fff;
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li		
{
	border-top : 1px solid transparent;
}

#menu li ul ul 
{
	margin		: -22px 0 0 114px ; /* On décale les sous-sous-listes qu'elles ne soient pas au dessus des sous-listes */	
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-left	: 1px solid #fff ;
}

/* ie ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul		
{
	border-left	: 1px solid transparent ;
}

#menu a:hover, #menu li ul a:hover /* Lorsque la souris passe sur un des liens */	
{
	color: #6F9D31;
	background: #FFFFFF;
}

#menu li:hover ul ul, #menu li.sfhover ul ul 
{
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul 
{
	left: auto;
	min-height: 0; /* Corrige un bug */
}


a
{
	text-decoration: none;
	color: #ae0000;
}

a:hover
{
	
}

.separateur{
	margin: 30px 0;
	border-top: 2px solid #D2D1D0;
	float: left;
	width: 100%;
	height: 0;
		}

.retour_haut{
   background-color: white; position: relative; top: -0.8em;float:right;padding: 0 20px 0 5px;margin-right:15px;
   background: url("fleche_haut.png") no-repeat right 0 white;
   color: #669900;
}

.bandeau_comp{
	color:white;
	background-color:rgb(111,157,49);
	text-align:center;
	font:Verdana;
	font-size:12;
	width:395px;
	margin:0px;
}

.bandeau_comp2{
	color:white;
	background-color:rgb(111,157,49);
	text-align:center;
	font:Verdana;
	font-size:12;
	width:100%;
	margin:0px;
}

.text_comp{
	font:Verdana;
	font-size:12;
	width:393px;
}

.text_comp2{
	font:Verdana;
	font-size:8;
}

.text_top_comp{
	font:Verdana;
	font-size:12;
	text-align:center;
	width:393px;
	margin:0px;
}

.argu_comp{
	font-weight:bold;
}

.btn_comp a /* Contenu des listes */
{
	display	: block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding	: 2px;
	background : #6F9D31;
	color : #FFFFFF;
	text-decoration : underline;
	width : 135px;
	font-family: Sylfaen, Arial, Verdana, sans-serif;
	letter-spacing:0.03em;
	text-align:center;
	font-weight:bold;
}

.link a
{
	text-decoration : underline;
	color : #6F9D31;
}

.link a:hover
{
	text-decoration : underline;
	color : #6F9D39;
}

.btn_comp a:hover
{
	color: #6F9D31;
	background: #FFFFFF;
}

#infobulle{
position: absolute;
visibility : hidden;
border: 1px solid rgb(111,157,49);
padding: 10px;
font-family: Verdana, Arial;
font-size: 10px;
background-color: #333333;
}

#infobulle2{
position: absolute;
visibility : hidden;
border: 1px solid rgb(111,157,49);
padding: 10px;
font-family: Verdana, Arial;
font-size: 10px;
background-color: #333333;
}

	/* Diapo Header*/

	#slideshow div { border-right: 0px inset black; border-left: 0px inset black; width:190px; height:170px; position: absolute; left:7px; }
	#slideshow2 div { border-right: 0px inset black; border-left: 0px inset black; width:190px; height:170px; position: absolute; margin-left: 207px; }
	#slideshow3 div { border-right: 0px inset black; border-left: 0px inset black; width:190px; height:170px; position: absolute; left: 407px; }
	#slideshow4 div { border-right: 0px inset black; border-left: 0px inset black; width:190px; height:170px; position: absolute; left: 607px; }
	
	/* Panneaux latéraux*/

	#slideshow55 div { border-right: 0px inset red; border-left: 0px inset red; width:250px; position: absolute; left: -227px; top:-50px; }
		  
	#slideshow56 div { border-right: 0px inset red; border-left: 0px inset red; width:250px; height:211px; position: absolute; left: 781px; top:-50px;}