@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0;
	padding:0;
	}
img {
	border:none;
	}
br.clean, hr.clean, div.clean {
	clear:both;
	height:1%;
	line-height:1%;
	font-size:1px;
	}
/********************************* GENERAL *****************************/
div#contenu {
	padding:20px 30px 20px 30px;
	margin:0;
	}
div.texte {
	width:550px;
	float:left;
	height:430px;
	overflow:auto;
	font-size:11px;
	line-height:130%;
	}
div.image {
	float:left;
	margin:0 15px 2px 0;
	background:url(/img/ombre_img_bg.gif) 0 100% no-repeat;
	position:relative;
	}
div.image img {
	padding:9px 0 6px 9px;
	}
div.image em {
	background:url(/img/ombre_img_hd.gif) 0 0 no-repeat;
	position:absolute;
	top:0; right:-9px;
	width:154px;
	height:188px;
	}
div.texte p {
	margin:0;
	padding:0 0 10px 0;
	}
div.accroche {
	position:absolute;
	bottom:60px;
	right:20px;
	padding:0;
	}
div.accroche h1{
	color:#333;
	text-align: right;
	font-weight:normal;
	font-size:9px;
	line-height:1.4em;
	text-transform:uppercase;
	}
/************* HOME ************/
div#contenant_home {
	position:relative;
	margin: 20px auto 0 auto;
	width:720px;
	}
div#gauche_home {
	width:610px;
	height:470px;
	position:absolute;
	top:0;
	left:0;
	}
div#droite_home {
	position:absolute;
	top:0;
	left:610px;
	width:110px;
	height:470px;
	position:relative;
	background:url(/IMG/home_droite.jpg) 0 0 no-repeat;
	}
div#droite_home div.accroche {
	margin:15px 10px 0 0;
	padding:0;
	}
div#droite_home div.accroche h1{
	color:#FFF;
	}
	
/*************** MENU DROIT HOME *****************/
div#menu {
	position:relative;
	top:10px;
	width:100px;
	margin: 0 10px 0 0;
	padding:0;
	color:#FFFFFF;
	}
div#menu a {
	display:inline;
	border:0;
	margin:0;
	padding:0;
	}
div#drapeaux {
	position:absolute;
	bottom:24px;
	right:28px;
	}
div#drapeaux img {
	margin:0 0 0 15px;
	}

/************* PAGES ************/
div#contenant_page {
	position:relative;
	margin: 20px auto 0 auto;
	width:720px;
	}
div#menu_page {
	position:relative;
	top:10px;
	left:1px;
	width:99px;
	margin:0 10px 0 0;
	padding:0;
	}
div#menu_page img {
	display:block;
	border:0;
	margin:0;
	padding:0;
	}
div#menu_page ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
div#menu_page li.portrait a, div#menu_page li.portraiton a,
div#menu_page li.creations a, div#menu_page li.creationson a,
div#menu_page li.presse a, div#menu_page li.presseon a,
div#menu_page li.encore a, div#menu_page li.encoreon a,
div#menu_page li.contact a, div#menu_page li.contacton a {
	display:block;
	border:1px solid #FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0.4em 0 0.4em 5px;
	border-left:5px solid #FF8400;
	color:#FF8400;
	text-transform:uppercase;
	}
div#menu_page li.creations a, div#menu_page li.creationson a, div#menu_page li.creationson ul li {
	border-left:5px solid #F21C1C;
	color:#F21C1C;
	}
div#menu_page li.presse a, div#menu_page li.presseon a, div#menu_page li.presseon ul li {
	border-left:5px solid #4D2C99;
	color:#4D2C99;
	}
div#menu_page li.encore a, div#menu_page li.encoreon a, div#menu_page li.encoreon ul li {
	border-left:5px solid #8EE429;
	color:#8EE429;
	}
div#menu_page li.contact a, div#menu_page li.contacton a, div#menu_page li.contacton ul li {
	border-left:5px solid #4688AE;
	color:#4688AE;
	}
div#menu_page li.portrait a:hover, div#menu_page li.portraiton a, div#menu_page li.portraiton ul li {
	border-bottom:1px solid #FF8400;
	background-color:#FF8400;
	color:#FFF;
	}
div#menu_page li.creations a:hover, div#menu_page li.creationson a, div#menu_page li.creationson ul li {
	border-bottom:1px solid #F21C1C;
	background-color:#F21C1C;
	color:#FFF;
	}
div#menu_page li.presse a:hover, div#menu_page li.presseon a, div#menu_page li.presseon ul li {
	border-bottom:1px solid #4D2C99;
	background-color:#4D2C99;
	color:#FFF;
	}
div#menu_page li.encore a:hover, div#menu_page li.encoreon a, div#menu_page li.encoreon ul li {
	border-bottom:1px solid #8EE429;
	background-color:#8EE429;
	color:#FFF;
	}
div#menu_page li.contact a:hover, div#menu_page li.contacton a {
	border-bottom:1px solid #4688AE;
	background-color:#4688AE;
	color:#FFF;
	}
	
	/**************************** SOUS-MENU ***************************/
div#menu_page li ul {
	visibility:hidden;
	display:none;
	height:0%;
	}
div#menu_page li:hover ul,
div#menu_page li.portraiton ul,
div#menu_page li.creationson ul,
div#menu_page li.presseon ul,
div#menu_page li.encoreon ul {
	visibility:visible;
	display:block;
	height:100%;
	}
div#menu_page li.portraiton ul li a,
div#menu_page li.portrait:hover ul li a,
div#menu_page li.creationson ul li a,
div#menu_page li.creations:hover ul li a,
div#menu_page li.presseon ul li a,
div#menu_page li.presse:hover ul li a,
div#menu_page li.encoreon ul li a,
div#menu_page li.encore:hover ul li a {
	font-size:10px;
	}
div#menu_page li.portraiton ul li a,
div#menu_page li.creationson ul li a,
div#menu_page li.presseon ul li a,
div#menu_page li.encoreon ul li a {
	color:#FFF;
	text-decoration:none;
	}
	
/************* PORTRAIT ******************/
div#gauche_portrait {
	position:absolute;
	top:0;
	left:0;
	width:610px;
	height:470px;
	background:url(/img/fd_portrait.gif) 0 0 no-repeat;
	}
div#droite_portrait {
	position:absolute;
	top:0;
	right:0;
	float:right;
	width:110px;
	height:470px;
	position:relative;
	background: #333 url(/img/fd_menu_portrait.gif) 0 0 no-repeat;
	}
div#gauche_portrait .hierarchie h1 {
	font-size:12px;
	color:#FF8400;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding:8px 0 20px 0;
	}
div#gauche_portrait .hierarchie h1 strong {
	font-weight:bold;
	}
div#gauche_portrait .hierarchie h1 a {
	text-decoration:none;
	color:#FF8400;
	}

/************* CREATIONS ******************/
div#gauche_creations {
	position:absolute;
	top:0;
	left:0;
	width:610px;
	height:470px;
	background:url(/img/fd_creations.gif) 0 0 no-repeat;
	}
div#droite_creations {
	position:absolute;
	top:0;
	right:0;
	float:right;
	width:110px;
	height:470px;
	position:relative;
	background: #333 url(/img/fd_menu_creations.gif) 0 0 no-repeat;
	}
div#gauche_creations div.gauche {
	float:left;
	height:420px;
	width:310px;
	}
div#gauche_creations div.texte {
	width:240px;
	overflow:auto;
	}
div#gauche_creations .hierarchie h1 {
	font-size:12px;
	color:#9a0000;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding:8px 0 20px 0;
	}
div#gauche_creations .hierarchie h1 strong {
	font-weight:bold;
	}
div#gauche_creations .hierarchie h1 a {
	text-decoration:none;
	color:#9a0000;
	}
div#gauche_creations h2 {
	display:block;
	float:left;
	width:70px;
	margin-left:50px;
	padding:0;
	}
div#gauche_creations h2 {
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
div#gauche_creations h2 a {
	text-decoration:none;
	color:#9a0000;
	}
div#gauche_creations h3 {
	font: bold 10px/100% Arial, Helvetica, sans-serif;
	float:left;
	width:120px;
	margin:0;
	padding:0;
	}
div#gauche_creations h3 a {
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
}
div#gauche_creations h4 {
	font: bold 9px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#666;
	margin:0;
	padding:10px 0 3px 0;
	}
div#gauche_creations div.rub {
	margin:0 0 20px 0;
	overflow:auto;
	}
div#gauche_creations div.ssrub {
	margin:0 0 0 130px;
	padding:0 0 0 5px;
	border-top:1px solid #FFF;
	border-left:1px solid #999;
	}
div#gauche_creations div.vignettes {
	margin:0 0 7px 0;
	padding:0;
	height:30px;
	}
div#gauche_creations div.vignette {
	margin:0 0 0 16px;
	padding:0;
	float:left;
	width:62px;
	}
div#gauche_creations div.vignette a img {
	border:1px solid #666;
	}
div#gauche_creations div.vignette a:hover img {
	border:1px solid #FFF;
	}
	
/************* PRESSE ******************/
div#gauche_presse {
	position:absolute;
	top:0;
	left:0;
	width:610px;
	height:470px;
	background:url(/img/fd_presse.gif) 0 0 no-repeat;
	}
div#gauche_presse div.gauche {
	float:left;
	height:420px;
	width:310px;
	}
div#gauche_presse div.droite {
	width:240px;
	overflow:auto;
	}
div#droite_presse {
	position:absolute;
	top:0;
	right:0;
	float:right;
	width:110px;
	height:470px;
	position:relative;
	background: #333 url(/img/fd_menu_presse.gif) 0 0 no-repeat;
	}
div#gauche_presse .hierarchie h1 {
	font-size:12px;
	color:#4D2C99;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding:5px 0 10px 0;
	}
div#gauche_presse .hierarchie h1 strong {
	font-weight:bold;
	}
div#gauche_presse .hierarchie h1 a {
	text-decoration:none;
	color:#4D2C99;
	}
div#gauche_presse h2 {
	float:left;
	width:100px;
	font: bold 11px/130% Arial, Helvetica, sans-serif;
	color:#4D2C99;
	text-transform:uppercase;
	}
div#gauche_presse h2 a {
	text-decoration:none;
	color:#4D2C99;
	padding:0;
}
div#gauche_presse h3 {
	font: bold 10px/130% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	margin:0 0 5px 0;
	padding:0 10px 0 0;
	}
div#gauche_presse div.rub h3 a, div#gauche_presse div.rubpresse h3 a {
	text-decoration:none;
	color:#4D2C99;
	padding:0 10px 0 0;
	}
div#gauche_presse div.rub h3 a:hover, div#gauche_presse div.rubpresse h3 a:hover {
	color:#ff6600;
}
div#gauche_presse h3 img{
	vertical-align:middle;
	}
div#gauche_presse h3 span.date {
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration:none;
	color:#666;
	margin:0;
	padding:0 0 0 10px;
	border-left:1px solid #4D2C99;
	}
div#gauche_presse div.droite a, div#gauche_presse div.rub a, div#gauche_presse div.liens a, .spip_out{
	color:#4D2C99;
	}
div#gauche_presse div.rub {
	font: normal 11px/130% Arial, Helvetica, sans-serif;
	margin:0 0 5px 105px;
	padding:0 0 0 5px;
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
	}
div#gauche_presse div.rubpresse {
	font: normal 11px/130% Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
	}
div#gauche_presse div.rub p, div#gauche_presse div.rubpresse p{
	padding:0 0 5px 0;
	}
div#gauche_presse div.liens {
	font: normal 11px/130% Arial, Helvetica, sans-serif;
	margin:0 0 0 105px;
	padding:0 0 0 5px;
	border-left:1px dotted #999;
	}
div#gauche_presse div.liens h3 a {
	text-decoration:none;
	color:#4D2C99;
	padding:0 10px 0 0;
	}
div#gauche_presse p.suite {
	text-align:right;
	background:url(/img/fleche_suite.gif) 100% 2px no-repeat;
	color:#4D2C99;
	}
div#gauche_presse p.suite a {
	color:#4D2C99;
	padding:0 16px 0 0;
	}

/************* ET ENCORE ******************/
div#gauche_encore {
	position:absolute;
	top:0;
	left:0;
	width:610px;
	height:470px;
	background:url(/img/fd_encore.gif) 0 0 no-repeat;
	}
div#gauche_encore div.gauche {
	float:left;
	height:420px;
	width:310px;
	}
div#gauche_encore div.texte {
	width:240px;
	overflow:auto;
	}
div#droite_encore {
	position:absolute;
	top:0;
	right:0;
	float:right;
	width:110px;
	height:470px;
	position:relative;
	background: #333 url(/img/fd_menu_encore.gif) 0 0 no-repeat;
	}
div#gauche_encore .hierarchie h1 {
	font-size:12px;
	color:#6e7c5d;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding:5px 0 20px 0;
	}
div#gauche_encore .hierarchie h1 strong {
	font-weight:bold;
	}
div#gauche_encore .hierarchie h1 a {
	text-decoration:none;
	color:#6e7c5d;
	}
div#gauche_encore h2 {
	display:block;
	float:left;
	width:100px;
	margin-left:50px;
	padding:0;
	}
div#gauche_encore h2 {
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
div#gauche_encore h2 a {
	text-decoration:none;
	color:#6e7c5d;
	}
div#gauche_encore h3 {
	font: bold 10px/100% Arial, Helvetica, sans-serif;
	float:left;
	width:100px;
	margin:0;
	padding:0;
	}
div#gauche_encore h3 a {
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
}
div#gauche_encore h3.spip {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:130%;
	font-style:italic;
	text-align:center;
	color:#6e7c5d;
	float:none;
	width:100%;
	margin:10px 0 20px 0;
	padding:5px 0 10px 0;
	border-bottom: 1px solid #6e7c5d;
	border-top: 1px solid #6e7c5d;
	}
div#gauche_encore h4 {
	font: bold 9px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#666;
	margin:0;
	padding:10px 0 3px 0;
	}
div#gauche_encore div.rub {
	margin:0 0 20px 0;
	overflow:auto;
	}
div#gauche_encore div.ssrub {
	margin:0 0 0 155px;
	padding:0 0 0 5px;
	border:1px solid #FFF;
	border-left:1px solid #999;
	}
div#gauche_encore div.vignettes {
	margin:0 0 7px 0;
	padding:0;
	height:30px;
	}
div#gauche_encore div.vignette {
	margin:0 0 0 16px;
	padding:0;
	float:left;
	width:62px;
	}
div#gauche_encore div.vignette a img {
	border:1px solid #666;
	}
div#gauche_encore div.vignette a:hover img {
	border:1px solid #FFF;
	}
	
/************* CONTACT ******************/
div#gauche_contact {
	position:absolute;
	top:0;
	left:0;
	width:610px;
	height:470px;
	background:url(/img/fd_contact.gif) 0 0 no-repeat;
	}
div#droite_contact {
	position:absolute;
	top:0;
	right:0;
	float:right;
	width:110px;
	height:470px;
	position:relative;
	background: #333 url(/img/fd_menu_contact.gif) 0 0 no-repeat;
	}
div#gauche_contact div.gauche {
	float:left;
	width:220px;
	margin:0 20px 0 0;
	}
div#gauche_contact div.droite {
	float:right;
	width: 280px;
	}
div#gauche_contact .texte h1 {
	font-size:12px;
	color:#4688ae;
	font-weight:normal;
	line-height:100%;
	margin:0;
	padding:0 0 20px 0;
	}
div#gauche_contact .texte h1 strong {
	font-weight:bold;
	}
div#gauche_contact .hierarchie h1 a {
	text-decoration:none;
	color:#4688ae;
	}
div#gauche_contact .texte {
	font-size:12px;
	font-weight:normal;
	line-height:130%;
	}
div#gauche_contact .texte p {
	margin:0;
	padding:0 0 10px 0;
	}
div#gauche_contact .texte p a {
	font-size:11px;
	color:#4688ae;
	font-weight:bold;
	line-height:100%;
	margin:0;
	padding:0 0 10px 0;
	}
/*************** FOOTER ***************/
div#footer {
	clear:both;
	position:relative;
	width: 700px;
	margin:0 auto;
	padding:30px 0 0 0;
	font-size:0.8em;
	color:#FFF;
	text-align:center;
	}
div#footer img {
	vertical-align: middle;
	margin:0 5px 0 0;
	}
div#footer a {
	color:#FFF;
	text-decoration:none;
	}
div#footer a:hover {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	}
	
/*************** FOOTER HOME ***************/
div#footer_home {
	clear:both;
	width: 700px;
	margin:0px auto;
	padding:40px 0 0 0;
	font-size:0.8em;
	color:#333;
	text-align:center;
	}
div#footer_home a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	}
div#footer_home a:hover {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dashed #333;
	}
	
/********************** FORMULAIRE CONTACT ******************/
div.formulaire_ecrire_auteur {
	font-size:11px;
	color:#333333;
	}
div.formulaire_ecrire_auteur fieldset {
	border:1px dashed #999;
	margin:0 0 5px 0;
	padding:10px;
	}
div.formulaire_ecrire_auteur legend {
	text-transform:uppercase;
	font-size:0.8em;
	background-color:#FFFFFF;
	padding:2px;
	}
div.formulaire_ecrire_auteur .spip_bouton {
	display:block;
	margin:5px auto 0 auto;
	padding:2px 0;
	background-color:#4688ae;
	color:#FFFFFF;
	border-top:1px solid #666;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #666;
	}
div#gauche_contact div.droite .forml {
	width:250px;
	}
/********************** IMAGES INSEREE ******************/	
span.spip_documents_center {
	display:block;
	margin:20px auto;
	text-align:center;
	}
