

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

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #000;
}

img {
	border: none;
	display: 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;
}

#columns h3 {
	margin: 10px 0 5px;
}

#columns .links {
	display: none;
}

#bloc_contact ul {
	display: none;
}

.rubrique #column_2, .article #column_2 {
	display: none;
}


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

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

a#logo {
	display: none;
}

p.title {
	font: bold 150%/100% Arial;
	margin-bottom: 10px;
}
.baseline1 p, .baseline2 p {
	font: bold 120%/100% Arial;
}

#menu, .photo {
	display: none;
}


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

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

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


/*  ------------------------------------------------------------------------------------
/*                                                                                 HISTOIRES
/*  --------------------------------------------------------------------------------- */


#columns img {
	display: none;
}
.column_1, .column_2, .column_3 {
	width: 30%;
	padding: 20px;
}



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

h1 {
	font-size: 170%;
}

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

#text h1 {
	color: #000;
	font: bold 100%/100% Verdana;
}

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

#text h3.spip {
	color: #666;
	font-weight: bold;
	font-size: 120%;
	line-height: 110%;
	margin: 10px 0 20px;
}

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

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

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

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

#text a {
	color: #333;
	font-weight: bold;
}

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

#text a.spip_out {
	padding-left: 0px;
}



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

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

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

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

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


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

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

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

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

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

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

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

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

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




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

#footer {
	color: #000;
	border-top: 2px dashed #000;
	padding-top: 20px;
	margin-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;
}




.spip_documents {
	display: none;
}
