* { padding: 0; margin: 0; }

body {
	background:url(../img/bg.gif) repeat 0 0;
	font: normal 11px Arial, Helvetica, sans-serif;
}
img, div, input { behavior: url("iepngfix.htc") }

/* - - - - - Classes Générales - - - - - */

h1			{ font: bold 12px Arial, Helvetica, sans-serif; color:#cd5e01;
			border-bottom:1px solid #e6e1d2;
			padding:0 0 15px 0;
			margin:0 0 13px 0;
}
h2			{ font: bold 11px Arial, Helvetica, sans-serif; color:#2d6d82; padding:12px 0 8px 0; }
h3			{ font: bold 11px Arial, Helvetica, sans-serif; padding:8px 0 6px 0; }
h4			{ font: bold 14px Arial, Helvetica, sans-serif; }
h5 			{ font: bold 20px Arial, Helvetica, sans-serif; color:#cd5e01; padding:24px 0 0 0px; margin:0 0 28px 0;}
h6			{ font: bold 18px Arial, Helvetica, sans-serif; color:#2d6d82; padding:12px 0 8px 0; }
.situation h4, .actualite h4, .annonce h4 { padding:13px 0 12px 38px;}
img			{border:0;}

/* langues */
dl#langues{height:15px;width:261px;float:left; padding:4px 0px 0px 40px; margin:3px 0px -3px 0px;}
dl#langues dt{float:left;margin: 0px 3px 0px 4px;}

#langues {border:0px solid red;float:left;}


/* - -  Styles de lien  - - */
a				{color:#cd5e01; text-decoration:none;}
a:hover			{ color:#fda004;}

.suite 			{ color:#674525; }
.plus  			{ color:#cd5e01; }
.suite, .plus	{ text-decoration:none; background: url(../img/puce-suite.gif) no-repeat 0 5px; padding:0 0 0 5px; }
.lire, .charge 	{
	margin:0 15px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.lire {float:right;
background: url(../img/puce-lire.gif) no-repeat right 17px;
color:#674525;
padding:12px 12px 0 8px;
}
.charge {
	float:left;	
	background: url(../img/puce-charge.gif) no-repeat left 17px;
	color:#cd5e01;
	padding:12px 12px 0 12px; 
}
.date{float:right; font:normal 11px Arial, Helvetica, sans-serif; color:#134B91; text-transform:lowercase; margin:5px 0 0 0;}


/* - - - - - WRAPPER : container - - - - - */
.wrapper { 
 margin: 0 auto;
 width: 1000px;
}
.container {float:left; background:url(../img/bg-wrapper.png) repeat-y 0 0; }
.orange{color:#CD5E01;	font-weight:bold;}


/* - - - - - HEADER - - - - - */
.header {
	margin:0 auto;
 width: 1000px;
 height: 204px;
 background:url(../img/bg-header.png) no-repeat 0 0;
}
#anim{
	float:left;
	height:168px;
	width:976px;
	margin:0 0 12px 11px;
}

/* - - Menu Footer - - */
.header ul { float:left; display:inline; list-style:none; padding:0 0 0 256px; }
.header li {
	float:left; /*pour IE*/
	list-style:none;
	background:url(../img/separ-nav.gif) no-repeat 0 3px;
	padding: 0 0 0 18px;
	padding: 0 7px 0 8px;
}
.header ul li a {
	float:left;    
	height:20px;
	display:block;
	width:auto;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-align:right;
}
.header a{ 
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#674525;
}
.header a:hover { color:#fda004;}

/* - - - - - GAUCHE - - - - - */
.gauche { 
 float: left;
 width: 234px;
/* height: 461px;
*/ height: auto;
 margin: 0px 0px 0px 0px;
 padding: 0 0 0 20px;
}

/* - - MENU - - */
/* HACK pour IE7*/
#menu li:hover, #menu li.over {
position: static; /* make menus not sticky in ie7 */
} 
/* fin du HACK */

.menu {
	float:left;
	width:234px;
	/*height:281px;*/
	height:301px;
	background:url(../img/bg-menu.png) no-repeat 0 0;
	margin:0 0 7px 0;
}

#menu, #menu ul { /* all lists */
	float : left;
	width:234px;
	height:281px;
	padding: 0;
	margin:8px 0 7px 0;
	list-style: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	z-index:2000;
}
#menu li { /* all list items */
	position : relative;
	float : left;
	width:175px;
	line-height : 25px;
	margin-bottom : -1px;
	}
#menu li ul { /* second-level lists */
	position : absolute;
	left: -999px;
	margin-left : 176px;
	margin-top : -25px;
}
#menu li ul ul { /* third-and-above-level lists */
	position : absolute;
	left: -999px;
	margin-left : 176px;
	margin-top : -25px;
	z-index:3000;
}
#menu li a {
	width: 170px;
	w\idth : 171px;
	display : block;
	color:#f8f8de;
	text-decoration: none;
	background:url(../img/puce-menu.gif) no-repeat 12px 8px;
	text-indent:8px;
	padding:0 0 0 15px;
}
#menu ul li a{
	line-height : 23px;
	display : block;
	width: 174px;
	w\idth : 175px;
	color:#f8f8de;
	text-decoration : none;
	text-indent:8px;
	background:#B5A980;
	border:1px solid #fff;
	padding:0;
}
#menu li a:hover {
color:#fda004;
}
#menu ul li a:hover, #menu ul ul li a:hover {
color:#A06736;
background:#D8D095;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999px;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { left: auto;}

/* - - SITUATION - CONTACT - - */
.situation {
	float:left;
	width:234px;
	height:103px;
	background:url(../img/bg-situation.png) no-repeat 0 0;
}
.carte {
	float:right;
	display:block;
	padding:0 12px 0 8px;
	margin:0 10px 0 0;
	background: url(../img/puce-lire.gif) no-repeat right 5px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#674525;
	text-decoration:none;
	margin:0 0 7px 0;
	height:105px;
	width:220px;
	text-align:right;
}

.contact {
	float:left;
	width:234px;
	height:34px;
	background:url(../img/bg-contact.png) no-repeat 0 0;
}
.contact h4{ padding:7px 0 0 38px; }

.contact a			{	text-decoration:none; color:#f8f8de; }
.contact a:hover	{color:#fda004;}
	
/* - - - - - CONTENU - - - - - */

#index .contenu { 
	float: left;
	display: inline;
	width: 449px;
/*	height: 419px;*/
	height: auto;
	margin: 0;
	padding:12px 6px 30px 16px;
	color: #6b6b63;
	text-align:justify;
}
#interieur .contenu { 
	float: left;
	display: inline;
	width: 704px;
/*	height: 419px;*/
	height: auto;
	margin: 0;
	padding:12px 26px 30px 16px;
	color: #6b6b63;
	text-align:justify;
}
.contenu ul {
list-style:none;
padding:0 45px 10px 25px;
}
.contenu li {
background:url(../img/puce-suite.gif) no-repeat 0 4px;
padding:0 0 0 6px;}

/* - - - - - DROITE - - - - - */
.droite { 
	float: left;
	width: 275px;
	/*height: 461px;*/
	height: auto;
}
/* - -  Actualités & Annonces  - - */
.actualite, .annonce {
	float:left;
	width:256px;
	height:209px;
	margin:0 0 7px 0;
}
.actualite {background:url(../img/bg-actu.png) no-repeat 0 0;}
.annonce {background:url(../img/bg-annonce.png) no-repeat 0 0;}

.txt{
	float:left;
	height:65px;
	width:225px;
	overflow:hidden;
	padding:1px 11px 0 15px;
	font: normal 10px Arial, Helvetica, sans-serif;
}
.txt strong { font: bold 10px Arial, Helvetica, sans-serif; color:#cd5e01; }
.txt img{
	float:right;
	margin:0 0 0 3px;
	border:1px solid #FFF;
}
.txt a:hover { color:#2d6d82; }

/* - - - - - FOOTER - - - - - */
.footer {
	float:left;
	width: 960px;
	height:43px;
/*	clear: both;*/
	background:url(../img/bg-footer.png) no-repeat 0 0;
	margin: 0px 0px 0px 0px;
	padding: 7px 20px 0 20px;
	color: #674525;
}
/* - - Menu Footer - - */
.footer ul { display:inline; list-style:none; }
.footer li {
	float:left; /*pour IE*/
	list-style:none;
	background:url(../img/separ-nav.gif) no-repeat 0 2px;
	padding: 0 0 0 13px;
	padding: 0 9px 0 12px;
	text-transform:uppercase;
}
.footer ul li a {
	float:left;   
	display:block;
	height:30px;
	width:auto;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-align:right;
}
.footer a{ 
	font:bold 11px Georgia, Times New Roman, Times, serif;
	text-decoration:none;
	color: #674525;
}
.footer a:hover { color:#2d6d82;}
.footer .rien { background:none; padding:0 9px 0 0;}

/* - - Logo Novae - - */
.novae {
	float:right;
	display:inline;
	vertical-align:middle;
	height:14px;
}
.novae a{
	padding: 0 9px 0 0;
	font:normal 9px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #674525;
}
.novae img, novae li {display: inline;vertical-align:middle;}
.novae img{ margin: 0 0 0 6px;}

/* - - sous_menu_2 - - */
.sous_menu_2{
	width:540px;
}
.sous_menu_2 ul { 
	float:left; 
	display:inline; 
	list-style:none; 
	padding:0 0 0 0px;
}
.sous_menu_2 li {
	float:left; /*pour IE*/
	list-style:none;
	background:url(../img/separ-nav.gif) no-repeat 0 3px;
	padding: 0 10px 0 5px;
}
.sous_menu_2 li a {
	float:left;
    height:20px;
	display:block;
	width:auto;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-align:right;
}
.sous_menu_2 a{ 
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#674525;
}
.sous_menu_2 a:hover { color:#fda004;}
/* - - - - - TABLEAU - - - - - */
table {
	border-spacing:1px;
	background-color:#F1E9AD;
	width:100%;
	margin:5px 0 20px 0;
}
.part {line-height:0;}
th {padding: 4px;}
.texte table p { background:none;padding: 4px;}
thead th {
	text-align: center;
	background: #F1E9AD;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}
tbody th {	font-weight: bold;color:#18d6e0; }
tbody tr {
	background-color:#FFF; 
	text-align:left;
}
tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
	text-align:center;
}
