
/*---------------------CSS site JARRY entete et menus----------------------------*/


/*----------Structure générale---------------*/

body {
	background-color:#FED687;
	margin:0px;
	padding:0px;
	height:100%;
}

a {
	color:#EA4D00;
}

a:hover {
	text-decoration: underline;
	color:#804000;
}

#contenu {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;	
}


#pages {
	margin-left:172px;
	width:700px;
	margin-top:0px;
	padding-left:10px;
}


/*--------------------entete----------------------*/

#entete {
	float:left;
	background-color:#fff;
	width:1030px;
	height:150px;
	margin:0px;
	padding:0px;
}

.entete-sub {
	width:1030px;
	height:20px;
	margin:0px;
	padding:0px;
	background-color:#000;
	color:#000;
	font-size:0.8em;
	font-family:arial,verdana;
	text-align:center;
	font-weight:bold;
}

.entete-sub a{
	text-decoration:none;
	color:#000;
	line-height:1.5em;
}

.entete-sub a:hover{
	color:#000;
	text-decoration:none;
}

.entete-accueil a{
	line-height:1.9em;
	font-family:arial,verdana;
	font-size:8pt;
	color:#EA4D00;
	float:left;
	width:20em;
	text-align:center;
}

.entete-accueil a:hover{
color:#804000;
}


/*--------------------menu gauche----------------------*/

#indexgauche {
	left:0;
	float:left;
	background-color:#87024C;
	margin:0px;	
	padding:0px;
	width:168px;
	height:100%;
	min-height:100%;
	background-image:url(images/fondcg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.rubriqueg {
	margin:3em 0 0 0;
	color:#000;
	font-family:arial,verdana;
	text-align:center;
	padding-left:0em;
	font-size:8pt;
	line-height:2.5em;
}

.rubriqueg a{
	text-decoration: none;
	color:#000;
}

.rubriqueg a:hover{
	text-decoration: none;
	color:#000;
}

ul.rubriqueg-sub li {
	font-family:arial,verdana;
	text-align:left;
	font-size:8pt;
	color:#fff;
	font-weight:bold;
	line-height:3em;
}

ul.rubriqueg-sub li a{
	text-decoration:none;
	color:#fff;
}

ul.rubriqueg-sub li a:hover{
	text-decoration:underline;
	color:#fff;
}


/*--------------------boutons survolés----------------------*/

a.hb0 {
	float:left; 
	display: block;
     width: 179px; 
     height: 20px;
     background-image: url(images/bd0.gif);
     background-repeat: no-repeat;
}

a.hb0:hover {
     background-image: url(images/bd0b.gif); 
} 

a.rg0 { 
     display: block; 
     width: 168px; 
     height: 27px;
     background-image: url(images/rg0.gif); 
     background-repeat: no-repeat;
}
	 
a.rg0:hover {
     background-image: url(images/rg0b.gif); 
}	 



