* {
	margin: 0;
	padding: 0;
}


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

#fondmenu {
	background-color: #DDDDDD;
}


#menugauche {
	width: 180px;
}

a.bandeau {
	display: block;
	width: 100%;
	background-image: url('imgs/bandorange.jpg');
	height: 100px;
}


#ventre	{
/*	background: #fff url('imgs/ombrehoriz.gif') left top repeat-x;*/
}



form {
	/*background-color:#F5F5F5;*/
	/*padding:10px;*/

}


label {
	font-weight:bold
}
input {
	border:1px solid #555555;
	padding: 0 0 0 3px;
	background-color:#FFF;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #555555;

}
input.bouton {
	border:1px solid #496E94;
	background-color:#496E94;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	margin: 2px 0 2px 0;
}

select, option {
	background-color:#FFF;
	font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #555555;
}
textarea {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #555555;
}

.strong {
	font-weight: bold;
}

.centre
{
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	font-family: verdana, arial;
	font-size: 11px;
	text-align: justify;
}

.centre p{
	margin: 10px 0 10px 0;
	text-align: justify;
}

.centre h1
{
	font-size: 200%;
	color: #F37528;
	margin-bottom: 20px;
}
.centre h2
{
	font-size: 110%;
	color: #F37528;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}

.centre li {
	
	list-style-image: url(imgs/puceannu.png);
	margin: 0 0 0 60px;
	text-align: justify;
}

.centre li.condensed {
	
	list-style-type: square;
	margin: 0 0 0 60px;
	
}

.centre ul.condensed {
	margin: 0 0 10px 0;
}


.centre #liencadre{
	float: right;

	margin: 0 0 30px 30px;
	padding: 10px;
	text-align: right;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.centre #liencadre a{
	color: #006A9D;
}

.centre #liencadre a:hover{
	color: #AFBFC5;
}


.centre  a.tablettre{
	margin: 0 2px 0 0;
	padding: 2px;
	background: #FFF;
	text-decoration: none;
	width: 15px;
	text-align: center;
	border: 1px solid #EEE;
	color: #CCC;

}
.centre  a:hover.tablettre{
	background: #EEE;
	height: 50px;
	width: 50px;
	border: 1px solid #EEE;
}

.centre  a.tablettreact{
	margin: 0 2px 0 0;
	padding: 2px;

	background: #F37528;

	text-align: center;
	text-decoration: none;
	border: 1px solid #AAAAAA;
	color: #FFF;

}

.centre .news{
	margin-left: 20px;
	border: 1px #EEE solid;
	margin-bottom: 10px;
	font-size: 10px;
	padding : 5px;
}

.centre .newsTitre {
		font-size: 12px;
		color: #E55900;
		background-color: inherit;
		background-image: url("imgs/news.gif");
		background-repeat: no-repeat;
		padding: 4px 0 0 24px;
		height: 20px;
		font-weight: bold;
		margin: 0;
	}


.centre .news-content {
	margin-bottom: 10px;
	padding: 10px;
	/*background: #FFF url(imgs/bg_top.png) top left no-repeat;	*/
}
.centre .news-bottom {
	margin-bottom: 10px;
	padding: 0px 0px 10px 40px;
	/*background: #FFF url(imgs/bg_bottom.png) bottom right no-repeat;*/
}


.centre #news H3 {
		font-size: 10px;
		font-weight: bold;
		margin-top: 0px;
		color: #737373;
		margin-bottom: 10px;
	}

/* MENU GAUCHE ------------------------------------------------------------------------*/


.navcontainergauche {

	margin: 0;
	padding: 0;

	/*background: #DEDEDE;*/
	/*background: url(imgs/bandogaucheannus.png) left bottom no-repeat;*/
}

.navcontainergauche ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*background: #FF8F34;*/
	width: 180px;

}

.navcontainergauche ul li {
	display: block;
	padding: 0;
	margin: 0;

}

.navcontainergauche ul li a {

	height: 20px;
	padding: 3px;
	color: #555;
	text-decoration: none;
	display: block;
	font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	/*text-align : right;*/
	/*text-transform : uppercase;*/
	border-bottom: 1px solid #EEE;
}

.navcontainergauche ul li a:hover {
	background: #FF9F46;
	text-decoration: none;
	color: #FFF;	
}


.navcontainergauche  li.actif a{ 
	font: bold 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}




.sousliens a { padding: 3px; color: #D23D39; text-decoration: none; font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; }
.sousliens a:hover { color: #E4423E; text-decoration: underline; }




/* ============================= Tableaux */

#tablodon table{ 
	background: #FEFEFE;
	color: #064616;
	width: 680px;
	border-collapse : collapse;

}

#tablodon tr.entete1 {
	background: #F37528;
	height: 26px;
	text-align: center;
	/*color:#fff;*/
	color:#FFF;
	font-weight: bold;
	letter-spacing: 1px;
}
#tablodon tr.entete1 a{
	/*color:#fff;*/
	color:#000;
}

#tablodon td.entete1 {
	color:#FFF;
}


#tablodon tr.alternate {
background: #EEEEEE;
}

#tablodon td {
	border: 1px solid #fff;
	padding: 2px 3px;
	font-size: 9pt;
	color:#555555;
	font-family: verdana, arial;
	font-size: 10px;
	vertical-align: middle;
	
}

#tablodon td.centrage {
	text-align: center;
}



#tablodon p{ 
	margin: 0;
	padding: 0;
}

#tablodon a {
text-decoration: none;
color:#555555;
/*font-weight: bold;*/
}

#tablodon a:hover {
/*text-decoration: underline;*/
/*color: #000;*/
color: #123456;
} 

.tabdonpage {
text-align: center;
margin: 5px 0 5px 0;
color:#496E94;
}
.tabdonpage a{
	color:#496E94;
}

#tablodon  td.intitule{
	font-weight: bold;
	background: #DDDDDD;

}
/* MENU CONTEXTUEL -------------------------------------------------------------*/
#menuoffre
{
margin-left: 0px;
margin-right: auto;
margin-bottom: 50px;
border-top: 1px solid #496E94;
z-index: 1;
width: 500px;
}

#menuoffre ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#menuoffre li
{
display: inline;
text-align: center;
margin: 5px 5px;

}

#menuoffre li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
font-size: 12px;
font-weight: bold;
height: 30px;
}

#menuoffre li a:hover
{
color: #496E94;
border: 1px solid #DDD;
border-top: 2px solid #DDD;
border-bottom: 2px solid #DDD;
background-color: #EEEEEE;
}

#menuoffre li a#actif
{
color: #496E94;
border: 1px solid #666;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
background-color: #EEEEEE;
}


#offre{
padding: 0;
margin: 0;
}

#offre .titre{
	margin-top: 10px;
	border: 1px solid #EEEEEE;
	padding: 5px;
	font-size: 10pt;
	color: #496E94;
	font-weight: bold;	

}


#offre h1{
	text-align: left;
	font-size: 13pt;
	font-weight: bold;
}

#offre .titre a{

	font-size: 10pt;
	color: #496E94;
	font-weight: bold;
}

#offre .date{	
	
	font-size: 9px;
	color: #888888;
	padding-left: 5px;
}

#offre hr{	
	
	height: 1px;
	color: #EEE;
	padding-left: 5px;
	background-color: #EEE;
	border: 0;
	margin: 5px 0 5px 0;

}


.titremenu2{
	margin: 5px 5px 0 5px;
	font: bold 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #F37528;
}

/*menu recherche*/
.cadremenu{
	margin: 0px 0 10px 0px;
	font: normal 10px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #555555;
	/*border: 1px solid #BBBBBB;*/
	
	/*background-color: #EEEEEE;*/
	
}

.cadremenu input {
	/*border:1px solid #EEE;*/
	padding: 0 0 0 3px;
	background-color:#FFF;
	font: normal 9px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #555555;

}
.cadremenu input.bouton {
	border:0px;
	/*background-color:#EEEEEE;*/
	color: #F37528;
	font: bold 9px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	padding: 0px
	
}

 .cadremenu select, option {
	background-color:#FFF;
	font: normal 9px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #555555;
}


.menu2  {

	border: 10px solid #FAFAFA;
	text-align: center;
	line-height: 25px;
	/*background: red;*/
	padding: 5px 5px 0 0;
	font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;

}

.menu2  a{
	display: block;
	color: #8E7851;
	text-align: left;
	text-indent: 20px;

}
.menu2  a:hover{
	color: #005B88;
	text-decoration: none;
	background: url(imgs/collapsed.jpg) no-repeat 12px 8px ;
}

.menu2  a.active {
	background: #8E7851;
	color: #FFF;
}

.menu2 input {
	border:1px solid #EEE;
}






