body {
	background: #FFFFFF url(images/fondpage.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	position: relative;
	font: 1em "Century Gothic", Arial;
}

h1 {font-size: 1.5em; margin: 0em 0em 0.8em 0em;}
h2 {font-size: 1.5em; margin: 0.6em 0em 0.8em 0em;}
h3 {font-size: 1.3em; margin: 0.6em 0em 0.8em 0em;}
h4 {font-size: 1.1em; margin: 0.6em 0em 0.8em 0em;}
.pmenu_gauche h4 {
	font-size: 0.8px;
}
#site {
	background: #CED0D2;
	margin: 0px auto;
	padding: 0px;
	width: 949px;
	position: relative;
	border: 5px solid #AAACAF;
}

/* ##### Header ##### */

#entete {
	background: url(images/entete.jpg);
	margin: 0px;
	padding: 0px;
	width: 949px;
	height: 248px;
	position: relative;
}
#navigation {
	background: #F6921D;
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 949px;
	position: relative;
}
#navigation ul {
	height: 39px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	color: #FFFFFF;
	list-style: url(none) none;
	background: #F6921D;
	width: 944px;

}
#navigation li {
	padding: 0px;
	height: 39px;
	width: 118px;
	margin: 0px;
	float: left;

}
#navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 0px 11px;
	height: 35px;
	font-size: 0.85em;
	display: block;
	border-right: 1px solid #FFFFFF;
}
#navigation a:hover {
	background: #AAACAF;
}


#rootline {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 12px;
}
#rootline a {
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
}
#rootline a:hover {}

/* ##### Colonne Gauche ##### */

.colonne_gauche {
	margin: 25px 19px 0px 10px;
	padding: 0px 0px 10px 0px;
	width: 144px;
	border-top: 7px solid #AAACAF;
	border-bottom: 7px solid #F6921D;
	float: left;
}
.colonne_gauche .titre_colonne {}
.colonne_gauche ul {}
.colonne_gauche li {}
.colonne_gauche a {}
.colonne_gauche a:hover {}

.colonne_gauche .text_colonne {}
.colonne_gauche .text_colonne a {}
.colonne_gauche .text_colonne a:hover {}

/* ##### Colonne_Centre ##### */

#colonne_centre {
	margin: 25px 0px 25px 0px;
	padding: 0px;
	float: left;
	width: 513px;
}
#entete_contenu {
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 513px;
	background: url(images/entete_contenu.gif);
}

#colonne_contenu {
	font-size: 0.9em;
	background: url(images/fond_contenu.gif) repeat-y left top;
	margin: 0px;
	padding: 1px 10px 0px 10px;
	width: 493px;
}
#pied_contenu {
	background: url(images/pied_contenu.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 513px;
}
#colonne_contenu a {
}
#colonne_contenu a:hover {}

#art_rub {}
.logodocument {
	text-align: center;
}
.introduction {
	display: block;
	margin-bottom: 15px;
	padding: 0px;
}
/* ##### Colonne Droite ##### */

#colonne_droite {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 229px;
}
#colonne_droite a {}
#colonne_droite a:hover {}
#entete_cont_col_droite {
	background: url(images/entete+cartoucheD.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#cont_col_droite {
	background: url(images/fond+cartoucheD.gif) repeat-y;
	padding: 1px 10px 0px 20px;
	margin: 0px;
	font-size: 0.8em;
}
#cont_col_droite h4{
	font-size: 1.3em;
}
#pied_cont_col_droite {
	height: 26px;
	background: url(images/pied-+cartoucheD.gif) no-repeat;
}


hr {
	clear: both;
	visibility: hidden;
}
.finNews {
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 144px;
	background: url(images/finNews.gif) no-repeat;
}

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

/* ##### Pied_de_page ##### */

#pied_de_page {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	height: 17px;
}
#pied_de_page div {}

#pied_de_page a {
	color: #787A7D;
	font-size: 0.8em;
}
#pied_de_page a:hover {}


/*------ STYLE SPIP------*/

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents {}
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_center {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.spip_documents_left {
	float: left;
	margin: 0px 8px 5px 0px;
	padding: 0px;
}
.spip_documents_right {
	float: right;
	margin: 0px 0px 5px 8px;
	padding: 0px;
}
.spip_doc_titre { text-align: center; font-weight: bold; font-size: 0.8em; margin: 0px; padding: 0px; }
.spip_doc_descriptif {text-align: center; clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

div.notes .spip_note {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
div.notes .spip_note a {
	border: none;
	padding: 0px;
}a {
	color: #005A96;
	text-decoration: none;
}
a:hover {
	color: #267FBB;
	text-decoration: underline;
}
