/* YUI Reset & Fonts (reset-fonts.css) 

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
*/

/*  ------------------------------------------------------------------------------------
/*                                                                                GENERAL
/*  --------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

img {
	border: none;
}

html {
	background: #fff;
}

body {
	background: #fff;
	font-size: 12pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.spacer {
	clear: both;
	visibility: hidden;
}



/*  ------------------------------------------------------------------------------------
/*                                                                                PAGE
/*  --------------------------------------------------------------------------------- */

#wrapper {
	width: auto;
	margin: 2% 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000;
	background: transparent;
}


/*  ------------------------------------------------------------------------------------
/*                                                                              COLONNES
/*  --------------------------------------------------------------------------------- */


td#column_left {
	display: none;
}

td#column_center {
	width: 100%;
	text-align: left;
}

table#columns td {
	vertical-align: top;
}


/*  ------------------------------------------------------------------------------------
/*                                                                              HEADER
/*  --------------------------------------------------------------------------------- */

#header {
	border-bottom: 2px dashed #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

a#logo {
	display: none;
}

#photo {
	display: none;
}

#slogan {
	text-align: left;
}
#slogan h2 {
	font: bold 150%/100% Arial;
	color: #000;
}
#slogan h1 {
	font: bold 195%/120% Impact;
	color: #000;
}


/*  ------------------------------------------------------------------------------------
/*                                                                            BREADCRUMB
/*  --------------------------------------------------------------------------------- */

#breadcrumb {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

#breadcrumb a {
	color: #000;
	font-weight: bold;
	font-size: 80%;
}
#breadcrumb span {
	color: #000;
	font-size: 80%;
}


/*  ------------------------------------------------------------------------------------
/*                                                                                 FLASH
/*  --------------------------------------------------------------------------------- */


#flash {
	display: none;
}


/*  ------------------------------------------------------------------------------------
/*                                                                               CHAPEAU
/*  --------------------------------------------------------------------------------- */

#main {
	border-bottom: 1px solid #666;
}


#main h1 {
	color: #000;
	font: bold 120%/200% Verdana;
}

#main .texte {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

#main .texte p {
	margin: 10px 10px 0 10px;
	font-size: 100%;
}

#main .logo {
	float: right;
}
#main .logo img {
	border: 1px solid #fff;
	margin: 0 10px 10px 20px;
}

/* TABLEAUX --------------------------------------------- */

#main table.spip {   
	width:95%;   
	border-bottom: 2px solid #000;   
	margin: 15px 0 15px 10px;   
	border-collapse: collapse;
}

#main table.spip caption {
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	font-size: 90%;
}

#main table.spip td {
  color: #333;  
  font-size: 80%;  
  padding: .3em 1em;  
}

#main table.spip tr.row_odd td {
   background: #fff;
	border-top: 1px solid #000;
}

#main table.spip tr.row_even td {
   background: #ccc;
	border-top: 1px solid #000;
}

#main table.spip thead th {   
	background: #999;	
	padding: .5em;
}

#main table.spip thead th strong {		
   font: bold 90%/90% Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
}

#main table.spip strong {
	font-weight: bold;
}

#main table.spip a {
	color: #000;
	font-weight: bold;
}


/*  ------------------------------------------------------------------------------------
/*                                                             CARTOGRAPHIE PAGE ACCUEIL
/*  --------------------------------------------------------------------------------- */

#map {
	margin-bottom: 10px;
}



#map .carto {
	float: left;
	width: 410px;
}

#map h1 {
	color: #000;
	font: bold 120%/200% Verdana;
}

#map .texte {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

#map .texte p {
	margin: 10px 10px 0 10px;
	font-size: 100%;
}

#map ul, #map li {
	list-style: none;
	margin: 10px 0 0 0;
	padding-right: 10px;
}
#map li {
	margin-top: 3px;
}
#map li a {
	color: #4b2910;
	padding-left: 10px;
	background: url(../IMG/fleche_marron.gif) left 60% no-repeat;
	font: bold 90%/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#map .logo {
	margin: 10px 0 0 0px;
}
#map .logo img {
	
}

#map a#lien_carto {
  display: none;
}

.carto dl.map {
  display: none;
}

/*  ------------------------------------------------------------------------------------
/*                                                                          CARTOGRAPHIE
/*  --------------------------------------------------------------------------------- */

#carto {
	display: none;
}


/*  ------------------------------------------------------------------------------------
/*                                                     LISTE RUBRIQUES ET SOUS-RUBRIQUES
/*  --------------------------------------------------------------------------------- */

#nav {
display: none;
}

#nav p.link {
	margin: 0 10px 0;
	padding-bottom: 10px;	
}

#nav p.link a {
	padding: 3px 10px 3px 10px;
	color: #000;
	font: bold 100%/100% Verdana;
	display: block;
}


/*  ------------------------------------------------------------------------------------
/*                                                    RUBRIQUE OU SOUS-RUBRIQUE SURVOLEE
/*  --------------------------------------------------------------------------------- */

#chapeau {
	border-bottom: 1px solid #666;
}

#chapeau h1 {
	color: #000;
	font: bold 120%/200% Verdana;
}

#chapeau .texte {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

#chapeau .texte p {
	margin: 10px 10px 0 10px;
	font-size: 100%;
}

#chapeau .logo {
	float: right;
}
#chapeau .logo img {
	border: 1px solid #fff;
	margin: 0 10px 10px 20px;
}

#chapeau p.link {
	text-align: right;
	padding: 2px;
}
#chapeau p.link a {
	color: #4b2910;
	padding-left: 10px;
	font: bold 80%/80% Verdana;
}
 


/*  ------------------------------------------------------------------------------------
/*                                                      LISTE RUBRIQUES MOTEUR RECHERCHE
/*  --------------------------------------------------------------------------------- */

#rubriques {
	border-bottom: 1px solid #666;
}

#rubriques h1 {
	color: #000;
	font: bold 120%/200% Verdana;	
}

#liste_rubriques {
}

.rubrique {
	margin: 15px 14px 0;	
	border-bottom: 1px solid #4b2910;
}

.rubrique h1 {
	margin-bottom: 10px;
	color: #000 !important;
}

.rubrique .logo {
	float: left;
	border: 1px solid #4b2910;
	margin: 0 10px 10px 0;
}

.rubrique .texte p {
	text-align: justify;
	font: normal 100%/100% Arial;
	margin: 5px 0;
}

.rubrique p.link {
	text-align: right;
	padding: 2px;
}

.rubrique p.link a {
	color: #4b2910;
	padding-left: 10px;
	font: bold 80%/80% Verdana;
}

.rubrique p.link a:hover {
	text-decoration: underline;
}


/*  ------------------------------------------------------------------------------------
/*                                                                        LISTE ARTICLES
/*  --------------------------------------------------------------------------------- */

#articles {
border-bottom: 1px solid #666;
}

#articles h1 {
	color: #000;
	font: bold 120%/200% Verdana;	
}

#liste_articles {
}

.article {
	margin: 15px 14px 0;	
	border-bottom: 1px solid #4b2910;
}

.article h1 {
	margin-bottom: 10px;
	color: #000 !important;
}
.article h1 span {
	color: #000;
}

.article .logo {
	float: left;
	border: 1px solid #4b2910;
	margin: 0 10px 10px 0;
}

.article .texte p {
	text-align: justify;
	font: normal 100%/100% Arial;
	margin: 5px 0;
}

.article p.link {
	text-align: right;
	padding: 2px;
}

.article p.link a {
	color: #4b2910;
	padding-left: 10px;
	font: bold 80%/80% Verdana;
}



/*  ------------------------------------------------------------------------------------
/*                                                                               ARTICLE
/*  --------------------------------------------------------------------------------- */

#texte {
border-bottom: 1px solid #666;
}

#texte h1 {
	color: #000;
	font: bold 120%/200% Verdana;
}

#texte .texte {
	padding: 0 10px 0 10px;
}

#texte h3.spip {
	color: #582b00;
	font-weight: bold;
	font-size: 120%;
	line-height: 110%;
	margin: 0 0 10px;
}

#texte p.spip {
	margin: 10px 0 10px 0;
	font: normal 100%/110% Arial;
	text-align: justify;
}

#texte p.spip strong {
   font-weight: bold;
}

#texte hr {
	margin: 15px 0 10px; 
}

/* LIENS --------------------------------------------- */

#texte a {
	color: #4b2910;
	font-weight: bold;
}

#texte a:hover {
	text-decoration: underline;
}

#texte a.spip_out {
	padding-left: 10px;
	background: url(../IMG/puceLienExt.gif) left top no-repeat;
}

/* IMAGES --------------------------------------------- */

#texte img {
	border: 1px solid #713800;
}

#texte .spip_documents_left {
margin-right: 20px;
}

#texte .spip_documents_right {
margin-left: 20px;
}

#texte .spip_documents_center img {
}

#texte .spip_documents_center {
}

#texte .spip_documents_center dt, #texte .spip_documents_center dd {
}

#texte .spip_doc_titre {
}

#texte .spip_doc_descriptif {
	color: #333;
	font: normal 80%/110% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#texte .spip_doc_descriptif p {
	margin-top: 3px;
}

/* LISTES --------------------------------------------- */

#texte ul {
	list-style-type: disc;
	margin: 0 0 10px 25px;
	text-align: justify;
}

#texte li {
   list-style-type: disc;
	margin: 0 0 7px 25px;
	font: normal 100%/110% Arial;
	text-align: justify;
}

#texte ul ul {
	margin: 5px 0 7px 40px;
}

#texte li li {
	padding-left: 15px;
	margin-bottom: 5px;
}


/* TABLEAUX --------------------------------------------- */

#texte table.spip {   
	width:98%;   
	border-bottom: 2px solid #000;   
	margin: 2px 0 15px;   
	border-collapse: collapse;
}

#texte table.spip caption {
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	font-size: 90%;
}

#texte table.spip td {
  color: #333;  
  font-size: 80%;  
  padding: .3em 1em;  
}

#texte table.spip tr.row_odd td {
   background: #fff;
	border-top: 1px solid #000;
}

#texte table.spip tr.row_even td {
   background: #ccc;
	border-top: 1px solid #000;
}

#texte table.spip thead th {   
	background: #999;	
	padding: .5em;
}

#texte table.spip thead th strong {		
   font: bold 90%/90% Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
}

#texte table.spip strong {
	font-weight: bold;
}






/*  ------------------------------------------------------------------------------------
/*                                                                  BREVES ET NOUVEAUTES
/*  --------------------------------------------------------------------------------- */

#breves, #news {
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
}

#breves h1, #news h1 {
	color: #000;
	font: bold 120%/200% Verdana;
}
#breves h1, #news h1 {
	padding-top: 5px;
}

#breves h2 {
	margin: 10px 10px 3px;
}

#breves h2 {
	color: #4b2910;
	font: bold 90%/90% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#breves p {
	text-align: justify;
	margin: 0 10px;
	font-size: 90%;
}

#breves_center-in, #news_center-in {
	padding-top: 5px;
}

#news ul, #news li {
	list-style: none;
	margin: 10px 0 0 10px;
	padding-right: 10px;
}
#news ul {
}
#news li {
	margin-top: 3px;
}
#news li a {
	color: #4b2910;
	padding-left: 10px;
	font: bold 90%/90% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*  ------------------------------------------------------------------------------------
/*                                                                                FOOTER
/*  --------------------------------------------------------------------------------- */

#footer {
	color: #000;
	border-top: 2px dashed #000;
	padding-top: 20px;
}

#footer #logos {
	display: none;
}

#footer #links {
   color: #000;
	margin: 0 0 10px 0;
	width: 600px;	
}

#footer #links a {
	color: #000;
	margin-right: 15px;
	font: bold 90%/90% Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

#footer #copy {
	color: #000;
	font-size: 90%;
	margin: 0 0 10px 0px;
}

#footer #copy a {
	color: #000;
	font: bold 100%/100% Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

#footer p.rea {
	text-align: left;
	margin-top: 5px;
}
#footer p.rea a {
	color: #000;
	font-size: 90%;
}
#footer p.rea a span {
	font: bold 100%/100% Verdana;
}



/*  ------------------------------------------------------------------------------------
/*                                                                          PLAN DU SITE
/*  --------------------------------------------------------------------------------- */

.sitemap #main h1 {
	color: #3e1f00 !important;
	margin-left: 15px;
} 

.sitemap #main ul {
	list-style: none;
	margin: 0 0 0 25px;
	text-align: justify;
}

.sitemap #main li {
   list-style: none;
	background: url(../IMG/puce1_Corps.gif) left 4px no-repeat;
	padding-left: 15px;
	margin-top: 10px;
	font: normal 100%/110% Arial;
	text-align: justify;
}

.sitemap #main ul ul {
	margin: 5px 0 7px 40px;
}

.sitemap #main li li {
	background: url(../IMG/puce2_Corps.gif) left 4px no-repeat;
	padding-left: 15px;
	margin-top: 5px;
}

.sitemap #main li a {
	color: #3e1f00;
	font-weight: bold;
}
.sitemap #main li li a {
	color: #333 !important;
	font-weight: normal !important;
}


.sitemap #main a:hover {
	text-decoration: underline;
}


/*  ------------------------------------------------------------------------------------
/*                                                                 FORMULAIRE DE CONTACT
/*  --------------------------------------------------------------------------------- */

#contact_form {
	margin: 15px 15px 0;
}

#contact_form textarea.on, #contact_form textarea.off {
	width: 500px;
}

#contact_form input.on, #contact_form textarea.on {
	background: #fff;
	border: 1px solid #a45100;
	padding: 3px;
	margin-bottom: 5px;
}

#contact_form input.off, #contact_form textarea.off{
	background: #ffefc1;
	border: 1px solid #4b2910;
	padding: 3px;
	margin-bottom: 5px;
}

#contact_form span.error {
	font-weight: bold;
	font-size: 120%;
	color: #c47604;
}

#contact_form span.error p {
	background: #c47604;
	color: #fff;
	font-size: 90%;
	margin-bottom: 4px;
	padding: 3px;
	width: 500px;
}
p.body_message {
	background: #c47604;
	color: #fff;
	font-size: 90%;
	padding: 3px;
	margin: 10px 10px 0 10px;
	font-weight: bold;
}

#contact_form button.off {
	background: #4b2910;
	border: 1px solid #4b2910;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

#contact_form button.on {
	cursor: pointer;
	border: 1px solid #a45100;
	background: #a45100;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

#contact_form th {
	color: #4b2910;
	font-weight: bold;
	font-size: 90%;
	padding: 0 10px 0 0;
}

#contact_form tr {
	margin: 0 0 15px 0;
}