/**********************************************/
/*                   CREDITS                  */
/**********************************************/
/* Une partie des credits revient a l equipe  */
/* du site www.alistapart.com dont je me suis */
/* fortement inspire, neanmoins pour me       */
/* l approprier je l ai traduit en francais   */
/* et complete pour SPIP                      */
/**********************************************/
/*                Pierre Basson  [maiis.net]  */
/**********************************************/


/**********************************************/
/*                  STRUCTURE                 */
/**********************************************/

body {
	color: #000000; /* couleur du texte dans toute la page #222222 */
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial; /* police principale */
	font-size: 13px; /* taille du texte pour la page en gŽnŽral */
	padding-top: 25px; /* le prochain ŽlŽment (ie. #page) est situŽ ˆ 25px du haut de la page */
	padding-bottom: 25px;
	background-color: #FFFFFF;/* #99B5B1*/
}

#page {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 757px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color: #CEDEC2; /* 	/*background: #403C3D #AEBFCD; */
}

html>#page {
	width: 757px; /* pour leurer internet explorer et contrecarrer les differences d'affichage : il ne comprend pas donc n'en tient pas compte */
}

#entete {
	color: #fff; /* couleur du texte au-dessus du bandeau */
	clear: both;
	background: #645F41 ;
	voice-family: "\"}\"";
	voice-family:inherit;	
	border: 0;
	margin: 0;
	height: 3em; /*65px */	
	padding: 0 0 0 5px;
}

#entete p {
	float: right;
	color: #fff; /* couleur du texte au-dessus du bandeau */
	text-align:right;
}

#entete h1, #entete h1 a:link, #entete h1 a:visited, #entete h1 a:hover, #entete h1 a:active{
	width: 450px;
	float: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:120%;
	color:#FFFFFF;
	/*line-height: 2em;  attention ! lorsque le texte est trop long, il va dŽpasser sur le reste */	
}

#langue {
	width: 450px;
	float: right;
	text-align: right;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
}

#fil_ariane {
	padding-left: 20px;
	font-weight: normal;
}

#left {
	float: left;
}

#right {
	float: right;
}


#frontphoto {
margin: 0 ;
border: 0;
}

#contenu_principal {
	float: left; /* le contenu est ˆ gauche */
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 470px;
}

html>#contenu_principal {
	width: 470px;
}

#contenu_principal h1{
	text-align:left;
	font-size:200%;
	margin-bottom: 20px;
}

#contenu_principal h3{
	text-align:left;
	font-size:120%;
	color:#FFFFFF;
}


#barre_laterale {
	border: 0; /* on ajuste la position de la barre latŽrale en haut ˆ droite */
	voice-family:inherit;
	background: transparent ;
	margin-left: 500px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#barre_laterale .element {
	background: #645F41; /* Ancien : transparent */
	padding: 10px;
	text-align: left;
}


#barre_laterale  p {
	line-height: 0.8em;
}


#pied_de_page {
	border-top: medium none #FFFFFF; /* bordure supŽrieure en trait plein */
	color: #fff; /* couleur du fond du pied de page */
	padding: 10px;
	text-align: center;
	background-color: #645F41; 
	font-size: 10px; /* taille du texte dans cette zone */
	clear: both; /* rien au-dessus ni en-dessous */
}

#pied_de_page h1, #pied_de_page  h1 a:link, #pied_de_page h1 a:visited, #pied_de_page h1 a:hover, #pied_de_page h1 a:active{
	font: bold 50px Garamond;
	color: #fff;
	text-decoration: none;
	line-height: 4em;  
}

#pied_de_page h2 {
	font: bold 20px Garamond;
	color: #99B5B1;
	text-decoration: none; 
	line-height: 4em;  
	/*line-height: 2em;  attention ! lorsque le texte est trop long, il va d?passer sur le reste */	
}



#citation {
	padding-left: 20px;
	text-align: center;
	clear: both;
	padding-right: 20px;
}

#contributions {
	background-color: #fff;
	background-image: url(../images/contributions.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 20px;
}

#weblog {
	background-color: #fff;
	background-image: url(../images/weblog.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 20px;
}


/* POUR LES FORMULAIRES */

fieldset	{
	margin:5px;
	border: 1px dashed #5C7B93;
}

legend		{
}

dt,dd		{
	display:block; 
}

.libelle	{
	display:block; 
}

.champs		{
	display:block;
}



/* POUR LES GALERIES D'IMAGE (PORTEFOLIO) */

#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:320px; 
  height:425px; 
  border:1px solid #888; 
  background:#fff url(../images/win_back.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:320px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }

#galleryh {
  padding:0; 
  margin:0 0 5em 0; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff url(../images/win_backh.gif);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:240px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:28px; 
  height:240px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:320px;
  }
#galleryh li a:hover img {
  width:320px;
  }

/**********************************************/
/*                  CLASSES                   */
/**********************************************/

.chapo {
	margin: 10px 0 10px 0;
	padding: 0;
	font-weight: bold;
}

.biographie {
	padding: 10px;
	margin-left: 0;
	text-align: left;
}

.ps {
	margin: 10px 0 10px 0;
	padding: 0;
	font-style: italic;
}

.rubrique {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.article {
	margin-bottom: 20px;
}

.documents_joints {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.texte { }

.intitule {
	text-align:left;
	padding: 10px;
	margin: 0 0 0 130px;
}

.lien {
	line-height: 30px;
}

.image {
	color: #333333; /* couleur du titre et de la legende d'une image */
	text-align: center;
	padding: 10px;
}

.periode
{
	float: left;
	text-align: right;
	padding: 5px;
	width: 120px;
}

.intitule
{
	text-align:left;
	padding: 5px;
	margin: 0 0 0 130px;
}

.video {
	background-color: #333333; /* contour d'une vidŽo */
	text-align: center;
	padding: 10px;
}

.biographie .image {
	text-align: left;
	padding: 5px;
	margin: 0;
}

.biographie p {
	text-align: left;
}

.titre {
	line-height: 1.5em;
	font-weight: bold;
}

.legende {
	font-style: italic;
}

.reactions, .bouton {
	font-weight: bold;
	text-align: right;
	clear: both;
}

.forum {
	width: 100%;
	margin: 20px 0 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px dashed #ccc;
}

li {
	margin-top: 0.5em;
	margin: 0;
}

.element, .drapeaux { /* seulement dans la barre latŽrale */
}

.element ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.element ul ul {
	margin-left: 10px;
	padding: 0;
	text-align: left;
	border: 0;
}

.element ul li {
	list-style: square inside;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: x-small;
}

.element ul li a {
	font-weight: normal;
}

#cv .element ul li
{
	list-style: none;
}

/**********************************************/
/*                TYPOGRAPHIE                 */
/**********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: 0;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

h1.titre {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

h5 {
	font-size: 12px;
}

.forum h3 {
	font-weight: bold;
}

.element h1, .element h2, .element h3, .element h4, .element h5, .element h6 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 0;
}

#cv .element h1
{
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

p {
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#cv p
{
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

#cv p.spip
{
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

a:link, a:visited {
	text-decoration: none; /* dŽcoration des liens */
	color: #FFFFFF; /* #5C7B93couleur des liens #4253A5 */
	background: transparent;
	font-weight: bold;
	font-style: normal;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF; /* #5C7B93 couleur des liens lorsque la souris passe ou clique dessus #4253A5 */
	background: transparent;
	font-weight: bold;
	font-style: normal;
}

.reactions a:link,
.reactions a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #444; /* couleur pour l'affichage du nombre de rŽactions */
}

.reactions a:hover,
.reactions a:active {
	font-weight: bold;
	text-decoration: underline; /* seule difference avec au-dessus : on souligne au passage du curseur */
	color: #444;
}

.bouton a:link,
.bouton a:visited,
.bouton a:hover,
.bouton a:active {
	padding: 2px;
	background: #4253A5;
	border: 1px solid #5c70d4;
	color: #fff;
	font-size: x-small;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
}

.bouton_off {
	padding: 2px;
	background: #fff;
	border: 1px solid #4253A5;
	color: #4253A5;
	font-size: x-small;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	text-align: right;
}

.miniatures {
	background: #333333;
	padding: 2px;
	margin-top: 5px;
}

img.smiley, #barre_laterale img, #pied_de_page img, .forum img, img.spip_puce, img.document { /* on ne veut pas de bordure pour ces images */
	background: transparent;
	padding: 0;
	display: inline;
	vertical-align: middle;
	border: 0;
}

.miniatures img {
	background: #333333;
	margin: 2px;
}

table {
	padding: 0;
	border-spacing: 0;
	border: 0;
}

form.invisible {
	margin: 0;
	padding: 0;
	display: inline;
}

/**********************************************/
/*              MENU HORIZONTAL               */
/**********************************************/

#menu_baby {
	margin: 0;
	padding: 0;
	background-color: #645F41; 	
	clear: both; /* rien au-dessus ni en-dessous */	
}

#menu {
	margin: 0;
	padding: 0;
	clear: both; /* rien au-dessus ni en-dessous */	
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	background: #645F41 ; /* couleur du fond pour un ŽlŽment du menu non sŽlectionnŽ */
	width: 125px; /* largeur d'un ŽlŽment du menu */
	height: 2em;
	border-left: 1px solid #645F41;
	border-right: none;
	padding: 0;
	margin: 0;
	color:#fff; /* couleur du texte dans un ŽlŽment du menu #4253A5;*/
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 2em;
	voice-family: "\"}\"";   
	voice-family: inherit;   
}

/* si vous voulez afficher les raccourcis clavier du menu au survol : dŽcommentez ces lignes
#menu ul li a:hover:after, #menu ul li a:focus:after {
	content: " [" attr(accesskey) "]";
	font-size: 9px;
}
*/

html>#menu ul li a {
	font-size: x-small;   
} 

#menu ul li#menu_espace_prive a {
	width: 119px; /* pour ajuster ˆ la largeur de #page */
}

#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active  {
	color:#645F41;
	background: #fff ; /* couleur du fond au survol (ancienement #4253A5) */
	border-left: 1px solid #fff;
	border-right: none;
}

#menu li#menu_on a { /* met en Žvidence l'ŽlŽment du menu en cours */
	background: #fff;
	border: 1px solid #fff;
	color: #5C7B93;
	font-weight: bold;
}

/**********************************************/
/*                STYLES SPIP                 */
/**********************************************/

.spip {
	text-align: justify;
}

a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }

code {
	font-family: monospace;
	font-size: 10px;
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: left;
}

code.block {
	display: block;
	text-align: left;
}

p.spip_note {
	font-size: 9px;
}

h3.spip {
	text-align:left;
	font-size:120%;
	margin-bottom: 10px;

}

.spip_puce {
	list-style: disc inside;
}

.spip_logos {
	margin: 10px;
	border-width: 0px;
}

.spip_documents { }


table.spip {
	color: #000;
	background: #eee bottom right no-repeat;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #5C7B93;
	border-top: none;	
}

table.spip thead th {
	font-size: 105%;
	color: #eee;
	background-color: #5C7B93;
	border-bottom: 2px solid #5C7B93;
}

table.spip tbody {

}

table.spip tr {
	vertical-align: top;
}

table.spip tr,table.spip th,table.spip td {
	padding: .75em;
}

table.spip tr.odd td, table.spip tr.odd th {
	background-image: url(tealbg.gif);
	background-repeat: repeat;
}

table.spip tfoot th,table.spip tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}

table.spip tfoot th {
	text-align: right;
}

table.spip tbody tr:hover {
	background: #B59B8C;
}

hr.spip { 
	border: 1px dashed #333333;
}

b.spip { 
	font-weight: bold;
}

i.spip { 
	font-style: italic;
}

blockquote.spip {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left : 30px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 10px;
	font-style: italic;
	padding: 10px;
}

.forml {
	width: 100%;
	border: 1px solid #ccc;
	font-family: monospace;
	font-size: 12px;
}

.spip_encadrer {
	padding: 5px;
	border: 1px dotted #ccc;
}

.spip_cadre {
	padding: 5px;
}

div.spip_poesie { }

div.spip_poesie div { }


.spip_bouton { /* pour personnaliser les boutons de l'interface */
	color: #fff;
	font-weight: bold;
	font-size: x-small;   
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.formrecherche { 
	width: 100px;
	color: #4253A5;
	border: 1px solid #ccc;
	font-size: x-small;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

select { 
	border: 1px solid #ccc;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.spip_surligne {
	background-color: #EEE92E;
}


/**********************************************/
/*            BARRE RACCOURCIS SPIP           */
/**********************************************/

a.spip_barre img {
	border: 1px solid #ccc;
	padding: 1px;
}

a.spip_barre:hover img {
	border: 1px solid #ccc;
	color: #000;
	padding: 1px;
	background-color: #ccc;
}

hr.ligne {
	margin: 0;
	padding: 0;
	line-height: 1px;
	border-top: 1px solid #ccc;
}

