/**********************************************/
/*                   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 {
	background: #AEBFCD; /* couleur du fond #DDDDDD */
	color: #222222; /* couleur du texte dans toute la page */
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; /* police principale */
	font-size: 12px; /* taille du texte pour la page en gnral */
	padding-top: 25px; /* le prochain lment (ie. #page) est situ  25px du haut de la page */
	padding-bottom: 25px;
}

#page {
	background: #fff /* url(../images/separateur.gif) repeat #4E677B*/;
	text-align: left;
	margin: auto;
	padding: 0;
	width: 757px;	
	voice-family: "\"}\""; 
	voice-family:inherit;
}

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 {
	clear: both;
	border: 0;
	margin: 0;
	height: 3em; /*65px */	
	padding: 0 0 0 5px;
}

#entete p {
	width: 250px;
	float: right;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.2em;
}

#entete p a:link, #entete p a:visited, #entete p a:hover, #entete p a:active{
	color: #fff; /* couleur du texte au-dessus du bandeau */
}

#entete h1, #entete h1 a:link, #entete h1 a:visited, #entete h1 a:hover, #entete h1 a:active{
	width: 450px;
	float: left;
	font: bold 16px Garamond;
	color: #fff;
	/*line-height: 2em;  attention ! lorsque le texte est trop long, il va dpasser sur le reste */	
}

#entete h1:first-letter, #entete a::first-letter{
	font-size: 26px;
	color: #fff;	
}

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

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

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

html>#contenu_principal {
	width: 500px;
}

#contenu_principal h1{
	text-align:left;
	font-size:200%;
	color:#5C7B93;
}

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


#barre_laterale {
	border: 0;
	padding: 2px 10px 10px 30px;
	margin: 20px 0 0 500px; /* on ajuste la position de la barre latrale en haut  droite */
	voice-family:inherit;	
	background: transparent;
}

#barre_laterale  h1{
	font-size:200%;
	color:#5C7B93;
}

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

#pied_de_page {
	border-top: medium none #FFFFFF; /* bordure suprieure en trait plein */
	padding: 10px;
	text-align: center;
	clear: both; /* rien au-dessus ni en-dessous */
	font-size: 10px; /* taille du texte dans cette zone */
}

#citation {
	padding: 10px;
	text-align: center;
	clear: both;
	font-size: 14px;
}

#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;
}


/**********************************************/
/*                  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 vido */
	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 {
	list-style: square;
	margin-top: 0.5em;
	margin: 0;
}

.element, .drapeaux { /* seulement dans la barre latrale */
	margin-top: 10px;
	padding: 5px;
}

.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;
	color: #4253A5;
}

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: 0;
	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 {
	font-weight: bold;
	text-decoration: none; /* dcoration des liens */
	color: #4253A5; /* couleur des liens */
	background: transparent;
}

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

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

.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;
	font-size: x-small;
}

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

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

#menu {
	display: none;
}

#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: #5C7B93 ; /* couleur du fond pour un lment du menu non slectionn */
	width: 125px; /* largeur d'un lment du menu */
	height: 2em;
	border-top: 1px solid #AEBFCD; /* pas de bordure  droite */
	border-left: 1px solid #AEBFCD;
	border-bottom: 1px solid #AEBFCD;
	border-right: none;
	padding: 0;
	margin: 0;
	color:#fff; /* couleur du texte dans un lment du menu #4253A5;*/
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: x-small;   
}

/* si vous voulez afficher les raccourcis clavier du menu au survol : dcommentez 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:#5C7B93;
	font-weight: bold;
	background: #fff ; /* couleur du fond au survol (ancienement #4253A5) */
	border-top: 1px solid #fff; /* mme couleur que le fond */
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: none;
}

#menu li#menu_on a { /* met en vidence l'lment 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%;
}

.spip_puce {
	list-style: disc inside;
}

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

.spip_documents { }


table.spip, table.spip_forum {
	padding: 0;
	border-spacing: 0;
	border: 1px solid #ccc;
	font-size: x-small;
}

table.spip_forum {
	width: 100%;
}

table.spip tr.row_first, table.spip_forum tr.row_first{ /* premire ligne d'un tableau gnr par SPIP */
	background: #4253A5;
	color: #fff;
	font-weight: bold;
}

table.spip tr.row_odd, table.spip_forum tr.row_odd { /* pour l'alternance des couleurs des lignes d'un tableau SPIP */
	background: #eee;
}

table.spip tr.row_even, table.spip_forum tr.row_even {
	background: transparent;
}

table.spip tr.row_odd td, table.spip_forum tr.row_odd td {
	border-color: #eee;
}

table.spip td {
	padding: 7px;
	text-align: left;
	vertical-align: middle;
}

table.spip_forum td {
	padding: 7px;
	text-align: left;
	vertical-align: top;
}

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 */
	background: #4253A5;
	border: 1px solid #5c70d4;
	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;
}

