/* Général */

/*
Charte graphique :
Fond gris:#ebebeb
Gris foncé : #7f7f7f
Beige : #c0b99c
Rouge foncé : #953734
*/

h1 {
	margin:0px;
}

a {
	color:#1D7291;
}
a:hover, a:focus {
}
a:active {
	outline:none;
}
textarea {
	overflow:auto;
}
strong {
}
label {
	cursor:pointer;
}
/* Form layout */
input, textarea, select, input.file, input.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
input.text, input.password, textarea {
	border:1px solid #aaa;
	border-bottom-color:#dedede;
	border-right-color:#dedede;
	padding:2px 0;
}
input.button {
	background-color:#F7F7F7;
	border:1px solid #aaa;
	border-top-color:#dedede;
	border-left-color:#dedede;
	padding:0.2em 0.9em;
	overflow:visible;
}
form kbd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding:2px;
}
form label {
	display:block;
	cursor:pointer;
}

/** PAGE CONSTRUCTION **********************/



/* ---------- Conteneurs ----------*/
#body, #header_container, #main_container, #footer_container {
	width:100%;
}
#header_container {
/*	background-color:#564B3F;*/
}
#main_container {
/*	background-color:#E0E0E0;*/
}
#footer_container {
}

/* ----------------------------------*/

/* ---------- Intérieurs ----------*/
#body {
	background: -webkit-gradient(linear, left top, left bottom, from(#BAAC65), to(#755B1E));
	background: -moz-linear-gradient(top,#BAAC65,#755B1E);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFBAAC65,endColorstr=#FF755B1E);
	background-color:#CEC586;
	
}
#header, #main {
	width:1005px;
	margin:auto;
	/*background-image: url(../images/header_bg.jpg);*/
}
#header {
	position:relative;
	height:143px;
	background-image: url(../images/header_bg.jpg);
}
#header h1#slogan {
	display:block;
	position:absolute;
	top:-200px;
	width:150px;
	font-size:14px;
}
#header #logo {
	display:block;
	position:absolute;
	width:710px;
	height:95px;
	left:00px;
	margin:10px 0px 10px 30px;
	background:transparent;
}

#main {
	background-color:#FFF;
	-moz-text-shadow: 	 1px 1px 1px #eee;  
    -webkit-text-shadow: 1px 1px 1px #eee;  
    text-shadow: 		 1px 1px 1px #eee;	
	
}
#mainTop {
	background-image: url(../images/content_top_bg.jpg);
	background-repeat:repeat-x;
}
#mainLeft {
	background-image:url(../images/left_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
#mainLeftFull {
	background-image:url(../images/left_full_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
#mainRight {
	background-image:url(../images/right_bg.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
#mainTopLeft {
	background-image: url(../images/topleft_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mainTopLeftFull {
	background-image: url(../images/topleft_full_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mainTopRight {
	position:relative;
	background-image:url(../images/topright_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#content {
	padding:0px 9px 0px 9px;
}
#footer {
	width:1005px;
	margin:auto;
	background-color:transparent;
	color:#FFF;
	height:50px;
	padding:90px 0px 5px 0px;
	text-align:center;
	background-image:url(../images/footer_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;

	-moz-text-shadow: 	 1px 1px 1px #222;  
    -webkit-text-shadow: 1px 1px 1px #222;  
    text-shadow: 		 1px 1px 1px #222;	
	
}
#footerFull {
	width:1005px;
	margin:auto;
	background-color:transparent;
	color:#FFF;
	height:50px;
	padding:90px 0px 5px 0px;
	text-align:center;
	background-image:url(../images/footer_full_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;

	-moz-text-shadow: 	 1px 1px 1px #222;  
    -webkit-text-shadow: 1px 1px 1px #222;  
    text-shadow: 		 1px 1px 1px #222;	
	
}
#footer a ,#footerFull a {
	color:#ccc;
	text-decoration:none;
}
#footer a:hover ,#footerFull a:hover {
	color:#000;
	text-decoration:none;
	-moz-text-shadow: 	 1px 1px 1px #fff;
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 		 1px 1px 1px #fff;
}
/* Bannière */
#banniere {
	float:right;
	margin-top:25px;
	background-color:transparent;
	width:470px;
	height:55px;
}
#banniere_droite {
	padding-left:0px;
	background-color:transparent;
	width:165px;
	height:305px;
}
#f_recherche {
	position:absolute;
	top:-55px;
	left:755px;
	padding:0px 6px 0px 0px;
	
	width:165px;
}
#recherche {
	margin:0px 5px 0px 0px;
	border:1px solid #999;
	padding:2px;
	font-size:12px;
	color:#666;
	width:120px;
}
#rechercher_bouton {
	cursor:pointer;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
/* ----------------------------------*/


/** END PAGE CONSTRUCTION ******************/

/*==================== Navigation top (menu haut) ====================*/


/* -------------- Nouvelle navigation top ----------------- */

#navigation_top {
	position:absolute;
	float:left;
	/*font-size:93%;*/
	line-height:normal;
	height:50px;
	margin-left:230px;
}
#navigation_top ul {
	margin:0;
	padding:10px 3px 0;
	list-style:none;
}
#navigation_top li {
	display:inline;
	padding: 8px;
	height:38px;
}

#navigation_top a {
	float:left;
	background:url("../images/btn_left_both.jpg") no-repeat left top;
	margin:0px 7px 0px 7px;
	padding:0px 0px 0px 7px;
	text-decoration:none;
}
#navigation_top a span{
	float:left;
	display:block;
	background:url("../images/btn_right_both.jpg") no-repeat right top;
	padding:5px 7px 5px 2px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#navigation_top a span{float:none;}
/* End IE5-Mac hack */
#navigation_top a:hover span{
	color:#769F1D;
}
#navigation_top a:hover {
	background-position:0% -26px;
	color:#769F1D;
}
#navigation_top a:hover  span{
	background-position:100% -26px;
	color:#769F1D;
}
#navigation_top #current a {
	background:url("../images/btn_current_left_both.jpg") no-repeat left top;
	padding-bottom:0px;
}
#navigation_top #current a span{
	/*color:#333;*/
	background:url("../images/btn_current_right_both.jpg") no-repeat right top;
	padding-bottom:5px;
	color:#2D97C7;
}
#navigation_top #current a:hover {
	background-position:0% -26px;
	color:#96C72E;
}
#navigation_top #current a:hover span{
	background-position:100% -26px;
	color:#96C72E;
}


/*==================== Navigation (menu gauche) ====================*/
#recherche {
	margin:0px 5px 0px 3px;
}
#rechercher_bouton {
	cursor:pointer;
	padding:0px 0px -3px 0px;
}
#navigation {
	position:absolute;
	top:50px;
	left:10px;
	margin-left:48px;
	margin-top:20px;
	float:left;
	width:170px;
	color: #fff;
	padding:5px 0px 0px 2px;

	-moz-text-shadow: 	 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    text-shadow: 		 1px 1px 1px #000;
}
#navigation li {
	background-image: url(../images/menug_background.jpg);
	background-repeat:repeat-y;
	background-color:transparent;	
	padding:0px;
}
#navigation a {
	display: block;
	color: #fff;
	padding:3px 0px 3px 0px;
	font-size:12px;
	line-height:20px;
	border-bottom:1px solid #BFDF79;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	outline:none;
	color: #F4F3B8;
}
#navigation_before_footer {
	background-image: url(../images/menug_background.jpg);
	background-repeat:repeat-y;
	background-color:transparent;
	height:50px;
}
#navigation_footer {
	background-image: url(../images/menug_footer.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	height:18px;

}
#navigation_liste a.sub_select {
	padding-bottom:3px;
	padding-top:3px;
	color:#222;
	-moz-text-shadow: 	 1px 1px 1px #ddd;
    -webkit-text-shadow: 1px 1px 1px #ddd;
    text-shadow: 		 1px 1px 1px #ddd;
}
#navigation_liste .toggleSubMenu a, #navigation_liste .toggleSubMenu span {
	background-image: url(../images/nav_plus.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	background-color:transparent;
	font-size:12px;
	padding:3px 0px 3px 20px;
	color:#fff;
}
#navigation_liste .open a, #navigation_liste .open span {
	background-image: url(../images/nav_moins.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	background-color:transparent;
	color:#fff;
}
/*
#navigation_liste .open a:active, #navigation_liste .open a:focus{
   outline:none;
}
#navigation_liste .open span:active, #navigation_liste .open span:focus{
   outline:none;
}
*/
#navigation_liste a:hover, #navigation_liste a:focus, #navigation_liste a:active {
	color:#222;
	-moz-text-shadow: 	 1px 1px 1px #ddd;
    -webkit-text-shadow: 1px 1px 1px #ddd;
    text-shadow: 		 1px 1px 1px #ddd;
	outline:none;

	/*outline:none;*/
}
#navigation_liste .subMenu {
	margin: 0px;
	padding: 0px;	
	/*
	border-bottom: 1px solid #8CC63E;
	border-left:5px solid #8CC63E;
	border-right:10px solid #8CC63E;
	*/
	}
#navigation ul.subMenu a {
	background-image: url(../images/menu-item-sub.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#fff;
	padding-left:0px;
	margin-left:20px;
	font-size:11px;
	}
#navigation ul.subMenu a:hover,#navigation_liste ul.subMenu a.sub_select:hover {
	background-image: url(../images/menu-item-sub-over.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#222;
	-moz-text-shadow: 	 1px 1px 1px #ddd;
    -webkit-text-shadow: 1px 1px 1px #ddd;
    text-shadow: 		 1px 1px 1px #ddd;
	outline:none;
	}
#navigation ul.subMenu a.sub_select {
	color:#222;
	-moz-text-shadow: 	 1px 1px 1px #ddd;
    -webkit-text-shadow: 1px 1px 1px #ddd;
    text-shadow: 		 1px 1px 1px #ddd;
}
/*==================== Bloc central ====================*/
#centre {
	overflow: hidden;
}
#page_selection {
	vertical-align:middle;
	border:1px solid #333;
	width:150px;
}
.page_navigation_haut {
	float:left;
	width:95%;
	margin:5px 15px 5px 15px;
	border-bottom:1px solid #333;
}
.page_navigation_bas {
	float:left;
	width:95%;
	margin:5px 15px 5px 15px;
	border-top:1px solid #333;
}
.page_precedente {
	float:left;
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
}

.page_suivante {
	float:right;
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:15px;
	text-align:right;
}
.separation {
	/*clear:both;*/
	/*
	margin:5px 15px 10px 15px;
	background-color:#333;
	border:0px solid #333;
	*/
}
.clr {
	clear:both;
	font-size:0;
}


/*==================== Contenu principal ====================*/
#principal, #principal_large, #principal_plein {
	position:relative;
	top:35px;
	background-color: transparent;
	height:480px;
	color:#666;
	padding:10px 10px;
}
#principal{
	width:500px;
	margin-left:235px;
}

#principal_large {
	width: 670px;
	margin-left:235px;
}

#principal_plein {
	width: 840px;
	margin-left:60px;
}
html>body div#principal,html>body div#principal_large,html>body div#principal_plein{
	height: auto;
	min-height: 480px;
} 
#principal > :first-child,#principal_large > :first-child ,#principal_plein > :first-child {
	margin-top: 0px;
}
#principal a, #principal_large a, #principal_plein a{
	color: #2b80ea;
	text-decoration:none;
}
#principal ul, #principal_large ul, #principal_plein ul{
	margin:0px 0px 0px 20px;
	list-style-type:disc;
}
#principal a:hover, #principal a:focus,#principal_large a:hover, #principal_large a:focus ,#principal_plein a:hover, #principal_plein a:focus  {
	color: #F70;
	/*text-decoration:underline;*/
}
#principal strong, #principal_large strong , #principal_plein strong {
	font-weight:bold;
	color:#444;
}
#principal p, #principal li ,#principal_large p, #principal_large li ,#principal_plein p, #principal_plein li {
	line-height: 1.5;
	text-align:justify;
	margin-right:10px;
}
#principal h2,#principal_large h2 ,#principal_plein h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px 10px 15px 00px;
	padding:0px 0px 3px 2px;
	border-bottom:2px solid #C6B772;
}
#principal h3,#principal_large h3,#principal_plein h3 {
	font-size:14px;
	margin:0px 10px 15px 20px;
	padding:0px 0px 3px 3px;
	border-bottom:1px solid #C6B772;
	color:#222;
}
#annuaire_tri {
	margin:5px 0px 10px 0px;
	float:left;
}
#annuaire_tri select {
	border:1px solid #666;
	font-size:12px;
	vertical-align:middle;
}
#annuaire_tri2 {
	margin:5px 0px 10px 20px;
	float:left;
}
#annuaire_tri2 select {
	border:1px solid #666;
	font-size:12px;
	vertical-align:middle;
}

#t_fiche {
	width:650px;
	border:1px solid #FFF;
	border-collapse:collapse;
}
#t_fiche td {
	border:1px solid #FFF;
}
#t_fiche .td1 {
	width:250px;
	padding:5px 5px 5px 5px;
	background-color:#7F7F7F;
	color:#FFF;
	-moz-text-shadow: 	 1px 1px 1px #333;
    -webkit-text-shadow: 1px 1px 1px #333;
    text-shadow: 		 1px 1px 1px #333;
	text-align:right;
}
#t_fiche .td2 {
	width:480px;
	padding:5px 5px 5px 5px;
	background-color:#DDD;
	text-align:justify;
	-moz-text-shadow: 	 1px 1px 1px #fff;
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 		 1px 1px 1px #fff;
	
}
#t_fiche .td3 {
	padding:5px 10px 5px 10px;
	background-color:#DDD;
	text-align:justify;
}
/*==================== Contenu secondaire ====================*/
#secondaire {
	/*border:1px solid #333;*/
	position:relative;
	top:35px;
	float:right;
	margin-top:14px;
	margin-right:45px;
	width:180px;
	color: #444;
	font-size:2px;
	border-left:1px solid #ddd;
}
#secondaire_header {
	height:0px;
}
#secondaire_content {
	background-color:transparent;
	padding:0px 8px 0px 8px;
	font-size:10px;
}
#secondaire_content p {
	margin:0px;
}
#secondaire_content h2 {
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:2px solid #C6B772;
}

#secondaire_content h3 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
}
#secondaire_before_footer {
	height:0px;
}
#secondaire_footer {
	background-color:transparent;
	height:19px;
}
/*==================== Annuaires ====================*/
#principal #annuaire_liste, #principal_large #annuaire_liste, #principal_large #annuaire_liste {
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
#annuaire_liste  li{
	list-style: none;
	margin-left:0px;
}
#annuaire_liste a{
	color:#444;
}
#annuaire_liste a:hover{
	text-decoration:none;
	color:#1D7291;
}
a.annuaire_bouton {
	display:block;
	background-color:#C0B99C;
	border:1px solid #444;
	width:250px;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
}
a.annuaire_bouton:hover {
	border:1px solid #1D7291;
}
a.annuaire_lettre_bouton {
	display:block;
	background-color:#C0B99C;
	border:1px solid #444;
	width:650px;
	text-align:center;
	padding:3px 0px 3px 0px;
	margin-bottom:5px;
}
a.annuaire_lettre_bouton:hover {
	border:1px solid #1D7291;
}
.lettre_contenu {
	padding:5px 0px 10px 5px;
}

