@charset "utf-8";
/* Balises */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#7c9db7;
}
a:hover {
	color:#36546c;
}
/* Fin Balises */

/* Interface gnrale */
a#retour_accueil {
	display:block;
	position:absolute;
	width:183px;
	height:99px;
	border:none;
}
a#anglais {
	display:block;
	/*background-color:#F09320;*/
	position:absolute;
	margin-left:791px;
	margin-top:39px;
	width:35px;
	height:32px;
	border:none;
}
#conteneur {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#entete_menu {
	width:980px;
	height:105px;
	background-image: url(entete_fond_01.gif);
	background-repeat:no-repeat;
	margin-top:7px;
}
#entete_menu2 {
	width:980px;
	height:105px;
	background-image: url(entete_fond_04.gif);
	background-repeat:no-repeat;
	margin-top:7px;
}
#entete_menu_lang {
	width:30px;
	height:20px;
	padding-top:15px;
	padding-left:790px;
}
#entete_menu_lang a img {
	border:none;
}
#entete_menu_menu {
	width:980px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	margin-top:40px;
}
#entete_menu_menu a {
	text-decoration:none;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
	border:none;
}
#entete_menu_menu a.on {
	color:#f09320;
}
#entete_menu_menu a#rub1{
	background-color:#e3e3e3;
	background-image: url(anim_fond.gif);
}
#entete_menu_menu a#rub1:hover{
	color:#F09320;
	background-image: none;
}
#entete_menu_menu ul.survol {
	position:absolute;
	background-color:#7C9DB7;
	width:225px;
	display:none;
	float:left;
}
#entete_menu_menu ul.survol a {
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#entete_menu_menu ul.survol a:hover{
	background-color:#989898;
}
#entete_menu_menu a img {
	border:none;
}
#entete_menu_menu a.nopadding {
	padding:0;
}
#entete_menu_menu a:hover {
	/*background-color:#e3e3e3;*/
	color:#F09320;
}
#entete_menu_menu img#reunion_ile_verte {
	margin-top:-10px;
}
#entete_menu_menu #gauche {
	float:left;
	width:770px;
	text-align:right;
}
#entete_menu_menu form {
	float:right;
	padding-top:7px;
}
#entete_menu_menu form input, #contenu #menu form input {
	width:21px;
	font-size:11px;
	height:20px;
	background-color:#ef8c25;
	border: 1px solid #8a8a8a;
	margin-top:0;
	color:#FFFFFF;
	font-weight:bold;
}
#entete_menu_menu form input.texte, #contenu #menu form input.texte {
	width:164px;
	color:#8a8a8a;
	font-size:12px;
	height:17px;
	background-color:#FFFFFF;
	margin-top:1px;
	font-weight:normal;
}
#entete_image{
	width:980px;
	height:179px;
	background-image:url(bandeau1.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}

#bandeau1{
	width:980px;
	height:179px;
	background-image:url(bandeau1.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}
#bandeau2{
	width:980px;
	height:179px;
	background-image:url(bandeau2.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}
#bandeau3{
	width:980px;
	height:179px;
	background-image:url(bandeau3.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}
#bandeau4{
	width:980px;
	height:179px;
	background-image:url(bandeau4.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}
#bandeau5{
	width:980px;
	height:179px;
	background-image:url(bandeau5.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}
#bandeau6{
	width:980px;
	height:179px;
	background-image:url(bandeau6.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}

#contenu {
	width:980px;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(fond_menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float:left;
}

#immo


/* Menu Dynamique Sans javascript*/
body {behavior: url(csshover.htc);}
div#menu {/*width: 223px;*/}
/* fond blanc pour le menu */ 
div#menu a {color:#000000}
div#menu ul {padding: 0; /*width: 223px;*/ margin:0px; background: white}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#menu li:hover {background: #EDD}
div#menu li.sousmenu:hover {background: #d4d4d4;}
/* Rajout d'une petite fleche pour les sous menu */ 
div#menu li div.fleche{float:right;margin-top:-20px;color:#bbccd9;padding-right:4px;}

div#menu ul li {position:relative; list-style: none;}
div#menu ul ul {position: absolute; top: 0; left: 223px; display:none; background-color:#7c9db7;}

/* on rajoute une bordure a gauche et des padding, on doit donc r�ajuster la taille 100-(8 de bordure + 8 de padding) =84 */ 
div#menu li a {text-decoration: none; padding: 4px 0 4px 8px; display:block; width:183px}

/*div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 , 
div#menu ul.niveau3 li.sousmenu:hover ul.niveau4 , 
div#menu ul.niveau4 li.sousmenu:hover ul.niveau5 {display:block;}*/


div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 , 
div#menu ul.niveau3 li.sousmenu:hover ul.niveau4 , 
div#menu ul.niveau4 li.sousmenu:hover ul.niveau5 {display:block; width:230px;}


/* la bordure de chaque hauteur a une couleure de survol*/ 
div#menu li a:hover {}
div#menu ul ul li a:hover {}
div#menu ul ul ul li a:hover {}
/* Fin Menu Dynamique Sans javascript*/
#contenu #menu {
	width:225px;
	float:left;
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7c9db7;
}

#contenu #menu ul {
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-left:1px;
}
#contenu #menu li{
	margin:0;
	padding:0;
	list-style:none;
}

#contenu #menu li a{
	font-weight:bold;
	line-height:16px;
}
#contenu #menu form {
	background-color:#7c9db7;
	color:#FFFFFF;
	padding-left:9px;
	padding-top:5px;
	padding-bottom:8px;
	margin-bottom:16px;
}
#contenu #menu a{
	color:#7c9db7;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	padding-left:40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7c9db7;
	height:16px;
	overflow:hidden;
}
#contenu #menu #ejs_server_heure {
	padding-left:40px;
	color:#7c9db7;
	margin-top:20px;
}
#contenu #menu ul ul a{
	color:#FFFFFF;
	border-bottom-color: #FFFFFF;
}
#contenu #menu a#rub14{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7c9db7;
}
#contenu #menu a#rub18, #contenu #menu a#rub19, #contenu #menu a#rub230{
	color:#f09320;
}
#contenu #menu a#rub19{
	background-image: url(icone_annuaire.gif);
	background-repeat: no-repeat;
	background-position: 15px 1px;
}
#contenu #menu a#rss{
	height:29px;
	border:none;
	background-image: url(rss.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:normal;
	margin-left:1px;
}
#contenu #menu a:hover {
	background-color:#e3e3e3;
	color:#F09320;
}
#contenu #menu a#rub18:hover, #contenu #menu a#rub19:hover, #contenu #menu a#rub230:hover{
	color:#000000;
}
#contenu #menu a#rss:hover{
	background-color:#FFFFFF;
}
#contenu #menu a:hover{
	color:#F09320 ;
}



/* Menu Dynamique Sans javascript*/
body {behavior: url(csshover.htc);}
div#menuentete {/*width: 223px;*/}
/* fond blanc pour le menu */ 
div#menuentete a {color:#000000}
div#menuentete ul {padding: 0; /*width: 223px;*/ margin:0px; background: white}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#menuentete li:hover {background: #EDD}
div#menuentete li.sousmenu:hover {background: #d4d4d4;}
/* Rajout d'une petite fleche pour les sous menu */ 
div#menuentete li div.fleche{float:right;margin-top:-20px;color:#bbccd9;padding-right:4px;}

div#menuentete ul li {position:relative; list-style: none;}
div#menuentete ul ul {position: absolute; top: 0; left: 223px; display:none; background-color:#7c9db7;}

/* on rajoute une bordure a gauche et des padding, on doit donc r�ajuster la taille 100-(8 de bordure + 8 de padding) =84 */ 
div#menuentete li a {text-decoration: none; padding: 4px 0 4px 8px; display:block; width:183px}

/*div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 , 
div#menu ul.niveau3 li.sousmenu:hover ul.niveau4 , 
div#menu ul.niveau4 li.sousmenu:hover ul.niveau5 {display:block;}*/


div#menuentete ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menuentete ul.niveau2 li.sousmenu:hover ul.niveau3 , 
div#menuentete ul.niveau3 li.sousmenu:hover ul.niveau4 , 
div#menuentete ul.niveau4 li.sousmenu:hover ul.niveau5 {display:block; width:230px;}


div#menuentete ul.niveau1 {
	float:left;
	margin-left:10px;
	width:140px;
}
div#menuentete ul.niveau1 li.sousmenu:hover ul.niveau2{
	left:0;
	margin-top:23px;
}
div#menuentete ul.niveau2 li.sousmenu:hover ul.niveau3{
	left:0;
	margin-left:230px;
}

/* la bordure de chaque hauteur a une couleure de survol*/ 
div#menuentete li a:hover {}
div#menuentete ul ul li a:hover {}
div#menuentete ul ul ul li a:hover {}
/* Fin Menu Dynamique Sans javascript*/
#contenu #menuentete {
	width:225px;
	float:left;
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7c9db7;
}

#contenu #menuentete ul {
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-left:1px;
}
#contenu #menuentete li{
	margin:0;
	padding:0;
	list-style:none;
}

#contenu #menuentete li a{
	font-weight:bold;
	line-height:16px;
}
#contenu #menuentete form {
	background-color:#7c9db7;
	color:#FFFFFF;
	padding-left:9px;
	padding-top:5px;
	padding-bottom:8px;
	margin-bottom:16px;
}
#contenu #menuentete a{
	color:#7c9db7;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	padding-left:40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7c9db7;
	height:16px;
	overflow:hidden;
}
#contenu #menuentete #ejs_server_heure {
	padding-left:40px;
	color:#7c9db7;
	margin-top:20px;
}
#contenu #menuentete ul ul a{
	color:#FFFFFF;
	border-bottom-color: #FFFFFF;
}
#contenu #menuentete a#rub14{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7c9db7;
}
#contenu #menuentete a#rub18, #contenu #menuentete a#rub19, #contenu #menuentete a#rub230{
	color:#f09320;
}
#contenu #menuentete a#rub19{
	background-image: url(icone_annuaire.gif);
	background-repeat: no-repeat;
	background-position: 15px 1px;
}
#contenu #menuentete a#rss{
	height:29px;
	border:none;
	background-image: url(rss.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:normal;
	margin-left:1px;
}
#contenu #menuentete a:hover {
	background-color:#e3e3e3;
	color:#F09320;
}
#contenu #menuentete a#rub18:hover, #contenu #menuentete a#rub19:hover, #contenu #menuentete a#rub230:hover{
	color:#000000;
}
#contenu #menuentete a#rss:hover{
	background-color:#FFFFFF;
}
#contenu #menuentete a:hover{
	color:#F09320 ;
}



#contenu #center {
	width:508px;
	float:left;
	margin-left:10px;
}
#contenu #center #portfolio div {
	margin-right:5px;
	margin-bottom:10px;
}
#contenu #center #portfolio div img {
	border-width: 1px;
	border-style: dotted;
	border-color: #000000;
}

#contenu #right {
	width:224px;
	float:right;
	margin-left:10px;
}
#contenu #right #projet {
	background-color:#e3e3e3;
}
#contenu #right #projet a {
	display:block;
	padding:3px;
	color:#000000;
	text-decoration:none;
}
#contenu #right #projet a:hover {
	color:#f09320;
}

#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	background-color:#e3e3e3;
}
#pied {
	background-image: url(pied.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 970px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	margin-bottom:20px;
}
#pied a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	border:none;
}
#pied a:hover {
	text-decoration:none;
	color:#f09320;
}
#pied #logos {
	margin-top:20px;
}
#pied #logos a img {
	margin-right:4px;
	margin-left:4px;
	margin-bottom:5px;
}
#pied #logos a img {
	border:none;
}

/* Interface generale */

/* Accueil */
#contenu #center #zoom {
	width:488px;
	height: 270px;
	background-color:#e3e3e3;
	padding:10px;
	margin-bottom:10px;
	text-align:justify;
	float:left;
}
#contenu h1, #contenu h2 {
	color:#f09320;
	font-size:30px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
}
#contenu h2 {
	font-size:20px;
}
#contenu #center #zoom h1 {
	color:#8e8e8e;
}
#contenu #center ul#flash_info{
	margin:0;
	padding:0;
	font-size:12px;
	width:508px;
}
#contenu #center ul#flash_info li{
	list-style:none;
	clear:both;
	margin-bottom:4px;
	text-align:justify;
	width:508px;
	margin-top: 4px;
	margin-right: 0;
	margin-left: 0;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
	height:95px;
}
#contenu #center ul#flash_info li a{
	color:#8f8f8f;
	text-decoration:none;
	border:none;
}
#contenu #center ul#flash_info li a b{
	color:#000000;
}
#contenu #center ul#flash_info li a:hover{
	color:#000000;
}
#contenu #center ul#flash_info li a:hover b{
	color:#f09320;
}
#contenu #center ul#flash_info li img{
	float:left;
	margin-right:5px;
	padding: 1px;
	/*border: 1px solid #8f8f8f;*/
	background-color: #FFFFFF;
}
#contenu #center ul#flash_info li a:hover img{
	/*border: 1px solid #f09320;*/
}
#veritas{
	/*top:400px;
	left:60px; */
	margin-left:40px;
	margin-top:230px;
	position:relative;

}
/* fin Accueil */

/* Nuage de mots */
ul.nuage {
	margin:0;
	padding: 0;
	list-style: none;
	height:300px;
	overflow:inherit;
}
ul.nuage li {
	display: inline;
}
ul.nuage li a {
	white-space: nowrap;
	border:none;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;
}
ul.nuage li a:hover {
	border:none;
	color:#000000;
	background-color:#EBECF0;
}
ul.nuage span.frequence {
	display: block;
	float: left;
	height: 0;
	overflow: auto;
	width: 0;
}
ul.nuage a.nuage {
}
ul.nuage a.nuage0  {
	display:none;
}
ul.nuage a.nuage1  {
	font-size:9px;
	color:#999999;
}
ul.nuage a.nuage2 {
	font-size:10px;
	color:#999999;
}
ul.nuage a.nuage3 {
	font-size:11px;
	color:#666666;
}
ul.nuage a.nuage4 {
	font-size:12px;
	color:#666666;
}
ul.nuage a.nuage5 {
	font-size:13px;
	color:#333333;
}
ul.nuage a.nuage6  {
	font-size:14px;
	color:#333333;
	color:#000000;
}
ul.nuage a.nuage7{
	font-size:15px;
	color:#000000;
	color:#7c9db7;
}
ul.nuage a.nuage8 {
	font-size:16px;
	color:#000000;
	color:#7c9db7;
}
ul.nuage a.nuage8  {
	font-size:17px;
	color:#7c9db7;
	color:#ff9402;
}
ul.nuage a.nuage10  {
	font-size:18px;
	color:#ff9402;
}
/* fin Nuage de mots */

/* Styles d'articles et de rubriques */
#contenu #center {
	text-align:justify;
}
#contenu #center p {
	margin-bottom:5px;
	display:block;
}
#contenu #center #hierarchie h2 {
	color:#7c9db7;
}
#contenu #center #hierarchie a {
	font-size:11px;
	text-decoration:none;
	color:#F09320;
	border:none;
}
#contenu #center #hierarchie a:hover {
	color:#000000;
}
#contenu #center p.surtitre {
	color:#7c9db7;
	font-weight:bold;
}
#contenu #center .cartouche {
	margin-top:20px;
}
#contenu  #right.article {
	margin-top:30px;
}
#contenu  #right.article h2.alireaussi {
	color:#7c9db7;
	font-size:30px;
	margin-bottom:5px;
	background-image: url(fond_h2_article.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:180px;
	padding-right:0;
}
#contenu  #right ul {
	margin:0;
	padding:0;
}
#contenu  #right li {
	margin:0;
	padding:0;
	list-style:none;
}
#contenu  #right li a{
	color:#777777;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ef8c25;
	width:224px;
}
#contenu  #right .breves li a{
	display:block;
	font-size:12px;
}
#contenu  #right li a:hover{
	color:#000000;
	background-color:#e3e3e3;
}
#contenu #right ul.nuage li a {
	border-bottom-style: none;
}

/* fin Styles d'articles et de rubriques */

/* Styles special rubriques */

.rubriques2 li {
	font-size:18px;
	list-style:none;
}
.rubriques2 li a {
	text-decoration:none;
	color:#7c9db7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ef8c25;
	font-size:18px;
}
.rubriques2 li a:hover {
	color:#36546c;
}


/* fin Styles special rubriques */


/* SPIP-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Raccourcis typographiques de SPIP */
i.spip {
font-size:12px;
}
strong.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip {}
ol.spip {}
li.spip {}

h3.spip {
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold; 
	color:#7C9DB7;
	text-align:left;
	}

/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip_note {}

blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* 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 { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { 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); }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #900; } /* liens internes */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	font-weight: bold;

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
/*
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

*/
/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Formulaire contact
/*  ------------------------------------------ */

#contenu #center form label{
	color:#FF0000;
}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }


/* BRICE */
.btnmenu {
	width: 140px;
	float:left;
	text-align:left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
}
a.btnssmenu{
	color:#FFFFFF;
}
a.btnssmenu:hover {
	color:#d4d4d4;
}

/* BRICE */