/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */




/*  ------------------------------------------
/*  Corps Principal
/*  ------------------------------------------
*/
body {

	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	text-align: center;
	background: #ffffff;
	font-size:12px;
}

#page{
	width: 700px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background:none;
}
#logo_lateral{
	position:absolute;
	width:79px;
	height:377px;
	margin-left:-95px;
	background:url(./images/logo_lateral.png) no-repeat;
}


/*-----------------------
DIVERS
-------------------------*/
img{
	margin:0;
	padding:0;
	border:0;
}

a img{
	border:0;
}

a:link, a:visited, a:focus{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*-----------------------
TOP
-------------------------*/
#top {
	position:relative;
	margin: 0;
	padding:0;
	height: 222px;
	background:url(./images/hdr_hme.jpg) no-repeat;
}
#top_autre {
	position:relative;
	margin: 0;
	padding:0;
	height: 64px;
	background:url(./images/hdr_int.jpg) no-repeat;
}
#animation{
	position:absolute;
	top:0px;
	right:0px;
}
#connexion{
	position:absolute;
	bottom:0;
	right:0;
}
/*-----------------------
COLONNE GAUCHE
-------------------------*/
#colonneGauche{
	float:left;
	width:455px;
	height:100%;
	background:none;
}
#colonneGauche_contenu{
	margin:0px;
}
#colonneGauche_contenu h2{
	margin:0;
	padding:0;
	color:#d4d4d4;
	font-family:impact,arial;
	font-size:30px;
	font-variant:small-caps;
	font-weight:normal;
}
#colonneGauche_contenu h3{
	margin:0;
	padding:0;
	color:#000;
	font-family:arial;
	font-size:16px;
	font-variant:small-caps;
	font-weight:normal;
}





#menu{
	margin:2px 0 10px 0;
	padding:0;
	width:700px;
	background: url(./images/fond-diago.jpg);
}
#menu_ombre{
	margin:0;
	padding:0;
	width:700px;	
	height:4px;	
	background: url(./images/fond-diago-ombre.jpg);
}
#menu_contenu{
	margin:5px 10px;
	width:680px;
	font-family:arial;
	font-size:13px;
	font-variant:small-caps;
	font-weight:bold;
	color:#313131;
	text-align:justify;
}
#menu a, #menu a:link, #menu a:visited, #menu a:hover{
	color:#fff;
	}
	
#sousMenuRub{
margin:0 5px 5px 5px;padding:5px;
color:#808080;
font-variant:small-caps;
font-size:12px;
}

/*-----------------------
COLONNE DROITE
-------------------------*/
#colonneDroite{
	float:right;
	width:240px;
	height:100%;
	background:none;
}
#colonneDroite_contenu{
	margin:0px
}

/*  ------------------------------------------
/* TITRE
/*  ------------------------------------------
*/

.titre{
	margin:0;
	padding:0;
	color:#454545;
	font-family:impact,arial;
	font-size:20px;
	font-variant:small-caps;
	font-weight:normal;
	text-align:center;
	width:430px;
	border:1px solid;
}
.soustitre{
	margin:0;
	padding:0;
	color:#9fac0b;
	font-family:impact,arial;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	width:430px;
	border-bottom:30% 2px solid;
}

/*  ------------------------------------------
/*  Colonne principale - Home
/*  ------------------------------------------
*/
#texte, #article, #contenu2 {
	float: left;
	width: 430px;
	margin-top: 0px;
}
#texte_1{
	width: 450px;
}


#texte_1 h2 {
	width: 400px;
	/*height: 21px;*/
	background: url(./images/t_derniere.gif) no-repeat;
	/*text-indent: -9000px;*/
	margin: 0 0 -0.5em;
	font-family: "Trebuchet MS",verdana,arial;
	font-size: 13px;
	font-weight:bold;
	color: white;
	padding-left: 5px;
	padding-top: 3px;
}

#texte_2 h2 {
	width: 400px;
	/*height: 21px;*/
	background: url(./images/t_precedent.gif) no-repeat;
	/*text-indent: -9000px;*/
	/*margin: 2em 0 -0.5em;*/
	margin: 10px 0 0 0;
	font-family: "Trebuchet MS",verdana,arial;
	font-size: 13px;
	font-weight:bold;
	color: white;
	padding-left: 5px;
	padding-top:3px;

	
}

#texte h3 {
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	color: #454545;
	text-indent: 19px;
	margin: 1.5em 0 0.2em;
	background: url(./images/dot_biggreen.gif) no-repeat 0 3px;
}

#texte h3 a:link, #texte h3 a:visited {
	color: #454545;
	text-decoration:none;
}

#texte h3 a:hover, #texte h3 a:active, #texte h3 a:focus {
	color:#000000;
	text-decoration:underline;
	
}

#texte_1 h3 {
	background: url(./images/dot_bigred.gif) no-repeat 0 3px;
	margin:10px 0;
}

#texte_2 h3 {
	background: url(./images/dot_biggreen.gif) no-repeat 0 3px;
	/*border-top:1px #8d9a02 solid;*/
	margin-top:15px;
}

h3 span.auteur {
	font-style: normal;
	font-size: 0.8em;
	font-weight: bold;
	color: #696969;
}

#texte p {
	margin: 0 0 0.9em;
}

#site a.plus:after {
	content: "\0000a0"url(./images/linkred.gif);
}

#texte_2 a.plus:after {
	content: "\0000a0"url(./images/linkgreen.gif);
}
#texte ul{margin-top: 0}
#texte li{margin:0 0 0 20px}


/*  ------------------------------------------
/*  Colonne de droite - Home
/*  ------------------------------------------
*/
#externes, #fiche, #bio, #tri {
	background: #E2E2E2;
	width: 241px;
	margin: 0px 0;
	padding: 0 10px;
	float: right;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 221px;
}
#site>#externes, #site>#fiche, #site>#bio {
	width: 221px;
}

#externes h2 {
	margin: 0 -10px;
	/*padding: 0;*/
	background: url(./images/t_ailleurs.gif) no-repeat;
	width: 241px;
	height: 23px;
	/*text-indent: -9000px;*/
	/*font-size: 1.3em;*/
	/*margin: 2em 0 -0.5em;*/
	font-family: "Trebuchet MS",verdana,arial;
	font-size: 13px;
	font-weight:bold;
	color: white;
	padding-left: 8px;
	padding-top:4px;

}

#externes h3 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #3C3C3C;
	background: url(./images/dot_bigblue.gif) no-repeat 0 1px;
	padding: 0;
	margin: 0.5em 0;
	text-indent: 19px;
	line-height: 130%;
}

#externes h3 a:link, #externes h3 a:visited {
	color: #3C3C3C;
	text-decoration:none;
}

#externes h3 a:hover, #externes h3 a:active, #externes h3 a:focus {
	color: #000000;
	text-decoration:underline;
}

#externes h3 span.auteur {
	display: block;
	font-size: 0.8em;
	text-indent: 0;
}

#externes p {
	margin: 0 -10px;
	padding: 0 10px 1.5em;
	background: url(./images/hr.gif) repeat-x bottom;
}

#externes a.plus:after {
	content: "\0000a0"url(./images/linkblue.gif);
}

p.plus {
	text-align: right;

}
p.plus a {
	font-weight: bold;
}

#externes p.plus {
	background: url(./images/greybox_bas.gif) no-repeat bottom;
	margin-top: 1em;
	padding-bottom: 0.5em;
}

#externes p.plus a {
	color: #398FC6;
}



/*  ------------------------------------------
/*  Footer
/*  ------------------------------------------
*/
p#credits {
	/*width: 700px;*/
	height: 26px;
	padding: 8px 5px 0;
	clear: both;
	background: url(./images/footer2.gif) no-repeat 0 0px;
	color: #FFF;
	font-size: 10px !important;
	line-height: 120%;
	voice-family: "\"}\"";
	voice-family:inherit;
	/*width: 690px;*/
	height: 18px;
}
#site>p#credits {
	height: 18px;
}

#home p#credits {
	height: 24px;
	padding: 5px 5px 0;
	background: #FFF url(./images/footer.gif) no-repeat 0 5px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 19px;
}



/*  ------------------------------------------
/*  Corps de texte - Général
/*  ------------------------------------------
*/
a:link, code a:link, a:link code, p.plus a:link, p.plus a:visited, #tri a:visited {
	color: #398FC6;
}

a:visited, code a:visited, a:visited code {
	color: /*#525252*/#398FC6;
}

a:hover, code a:hover, a:hover code, p.plus a:hover, #tri a:hover {
	color: #9FAC0B;
}

a:active, a:focus, code a:active, a:active code, code a:focus, a:focus code, p.plus a:active, p.plus a:focus,#tri a:active, #tri a:focus {
	color: #CB1804;
}

a[hreflang|="en"]:after {
	content: "\0000a0"url(./images/linken.gif);
}

a[hreflang] {
	content: normal !important; /*  Hack pour Opera, qui ne comprend pas la règle précédente  */
}



/*  ------------------------------------------
/*  Header - Pages intérieures
/*  ------------------------------------------
*/
#header {
	background: #FFF url(./images/hdr_int.jpg) no-repeat;
	width: 100%;
	height: 67px;
	padding-bottom: 3px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 64px;
}

#header a {
	display: block;
	height: 100%;
	text-indent: -9000px;
	text-decoration: none;
}



/*  ------------------------------------------
/*  Colonne principale - Articles
/*  ------------------------------------------
*/
#article h1 {
	font: italic 2.2em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #CB1804;
}

#article p.signature {
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	color: #626262;
	text-align: center;
	margin-top: -1em;
}
p.signature a:link {
	color: #626262;
}
p.signature a {
	text-decoration: none;
}
p.signature a:after, #fiche a:after, #bio a:after {
	content: "";
}

#article h3, #contenu h2, #contenu2 h2 {
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #CB1804;
	background: url(./images/dot_bigred.gif) no-repeat 0 3px;
	padding-left: 19px;
	margin-top: 2em;
}
#article h2 {
	font: bold 1.3em Tahoma, Arial, Geneva, sans-serif;
	margin-top: 1.5em;
}
#article h4 {
	font: bold 1.1em Tahoma, Arial, Geneva, sans-serif;
	margin-top: 1.2em;
}
#article h2 code, #article h3 code, #article h4 code {
	color: #CB1804;
	font-style: italic;
}

#article p, #contenu p {
	font-size: 1.1em;
	line-height: 150%;
}

ul, ol {
	font-size: 1.05em;
	line-height: 130%;
	margin-left: 19px;
	padding-left: 19px;
	list-style: upper-roman;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

li {
	margin-bottom: 1em;
}

ul li {
	margin-left: 15px;
	padding-left: 16px;
	background: url(./images/puce.gif) no-repeat 0 4px;
}

dl {
	font-size: 1.1em;
}
dt {
	margin: 1.5em 0 0.5em;
}
dd {
	margin-bottom: 0.75em;
}

pre {
	background: #EFEFEF url(./images/prebloc.gif) no-repeat 0 0;
	width: 411px;
	padding: 30px 5px 10px;
	font-size: 1.3em;
	line-height: 1.6em;
	overflow: auto;
	overflow-y: hidden; /* IE seulement */
}

ul pre, ol pre {
	margin-left: -15px;
}

code {
	display: block;
	background: #EFEFEF url(./images/prebloc.gif) no-repeat 0 0;
	width: 411px;
	padding: 0px 5px 10px;
	font-size: 1.3em;
	line-height: 1.6em;
	overflow: auto;
	overflow-y: hidden; /* IE seulement */
	/*font-size: 1.2em;*/
	color: #526011;
}

pre code {
	color: #000;
}

tt {
	font-size: 1.3em;
}

.moreInfo {
	background: #EFEFEF url(./images/aide.gif) no-repeat 10px 12px;
	margin: 10px;
	padding: 10px;
	border: 2px solid #2B7FB5;
}
p.moreInfo {
	text-indent: 17px;
}
.moreInfo p {
	text-indent: 17px;
	margin-top: 0;
}
.moreInfo p+p {
	text-indent: 0;
}

abbr[title], acronym[title], .help {
	border-bottom: 1px dotted;
	cursor: help;
}


blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	min-height: 60px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background: url(./images/quote.gif) no-repeat 0 0;
}
blockquote p {
	margin-left: 85px;
	margin-bottom: 0em;
	padding-bottom: 0;
}
blockquote>p {
	margin-left: 55px;
}

q {
	font-style: italic;
	quotes: "«\0000a0" "\0000a0»";
}
cite {
	font-style: italic;
}



/*  ------------------------------------------
/*  Colonne de droite - Articles
/*  ------------------------------------------
*/
#fiche, #tri {
	background: #E2E2E2 url(./images/greybox_bas2.gif) no-repeat 0 100%;
	padding-bottom: 20px;
}
#bio {
	background: url(./images/greybox_bas3.gif) no-repeat 0 100%;
	padding-bottom: 20px;
	line-height: 170%;
}

/*#fiche h2, #bio h2, #tri h2 {
	width: 241px;
	height: 23px;
	text-indent: -9000px;
	background: url(./images/t_fiche.gif) no-repeat;
	margin: 0 -10px;
}*/
#fiche h2, #bio h2, #tri h2 {
	margin: 0 -10px;
	width: 241px;
	height: 23px;
	background: url(./images/t_ailleurs.gif) no-repeat;
	/*background: url(./images/t_fiche.gif) no-repeat;*/
	/*text-indent: -9000px;*/
	/*font-size: 1.3em;*/
	/*margin: 2em 0 -0.5em;*/
	font-family: "Trebuchet MS",verdana,arial;
	font-size: 13px;
	font-weight:bold;
	color: white;
	padding-left: 8px;
	padding-top:4px;
}

#bio h2 {
	background: url(./images/t_ailleurs.gif) no-repeat;
	/*background-image: url(./images/t_bio.gif);*/
}
#bio p {
	background: #E2E2E2;
	margin: 0 -10px -1px;
	padding: 10px 10px 5px;
}

#fiche li {
	background: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

#fiche em {
	font-style: normal;
	font-weight: bold;
}




/*  ------------------------------------------
/*  Page Tous les Articles
/*  ------------------------------------------
*/
h1#articles {
	background: url(./images/t_articles.gif) no-repeat;
	text-indent: -9000px;
	width: 184px;
	height: 17px;
}
h1#ailleurs{
	background: url(./images/t_tousailleurs.gif) no-repeat;
	text-indent: -9000px;
	width: 376px;
	height: 17px;
}

dl.listeArticles dt {
	font-weight: bold;
	background: url(./images/puce.gif) no-repeat 0 6px;
	margin: 0 0 0.3em 15px;
	padding-left: 15px;
}
dl.listeArticles dt span.auteur {
	font-weight: normal;
	font-size: 0.9em;
	color: #626262;
}


dl.listeArticles dd {
	margin: 0 0 1.5em 30px;
	font-size: 0.9em;
}

#tri h2 {
	background-image: url(./images/t_tri.gif);
}

#tri ul {
	margin-left: -17px;
}
#tri a {
	font-weight: bold;
	text-decoration: none;
}





/*  ------------------------------------------
/*  Autres
/*  ------------------------------------------
*/
body.autre #site {
	background-image: none;
}

#credits a {
	color: #FFF;
}

/*  ------------------------------------------
/*  Page Ressources
/*  ------------------------------------------
*/
h1#ressources {
	background: url(./images/t_ressources.gif) no-repeat;
	text-indent: -9000px;
	width: 127px;
	height: 20px;
}

dl.liensExternes {
	margin-bottom: 1em;
}
dl.liensExternes dt {
	margin-top: 0;
	margin-left: 23px;
	padding-left: 15px;
	background: url(./images/puce.gif) no-repeat 0 5px;
	font-weight: bold;
}


/*  ------------------------------------------
/*  Page A Propos
/*  ------------------------------------------
*/
h1#apropos {
	background: url(./images/t_apropos.gif) no-repeat;
	text-indent: -9000px;
	width: 243px;
	height: 20px;
}


/*  ------------------------------------------
/*  Page Contact
/*  ------------------------------------------
*/
h1#contact {
	background: url(./images/t_contact.gif) no-repeat;
	text-indent: -9000px;
	width: 185px;
	height: 17px;
}

#contenu2 input.champ, #contenu2 textarea {
	background: #F5F5F5 url(./images/fondform.gif) no-repeat 0 50%;
	border: 1px solid #B7B7B7;
	width: 250px;
	padding: 2px;
	margin-bottom: 2em;
	display: block;
	font: 1.2em "Courier New", Courier, monospace;
}

#contenu2 textarea {
	width: 100%;
	height: 150px;
}

#contenu2 label {
	font-weight: bold;
	text-transform: uppercase;
}


/*  ------------------------------------------
/*  Page Liste
/*  ------------------------------------------
*/
h1#liste {
	background: url(./images/t_liste.gif) no-repeat;
	text-indent: -9000px;
	width: 201px;
	height: 17px;
}


/*  ------------------------------------------
/*  Page About
/*  ------------------------------------------
*/
h1#about {
	background: url(./images/t_about.gif) no-repeat;
	text-indent: -9000px;
	width: 179px;
	height: 17px;
}



/*---------------------------
ARCHIVES
-----------------------------*/

#archives ul, #themes ul, #news ul{
	padding:10px 0;
	margin:0;
}
	
#archives li, #themes li{
	padding:0 0 0 20px;
	margin:0;
}

#news li{
	padding:3px 0 0 20px;
	margin:0px;
}

/* * Habillage des forums */
ul.forum li, li.forum-fil{background:none} 


ul.forum { display: block; clear: both; margin: 0; padding: 0;}
ul.forum, ul.forum ul, li.forum, li.forum ul{ list-style: none;list-style-type:none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*La pagination des articles*/
.pagination{
margin:20px;padding:5px;
color:#808080;
font-size:1em;
text-align:center;
/*border:1px solid #808080;*/}

/*GALERY SOMMAIRE AU HASARD*/
.galery{}
.galery-contenu{
text-align:center;
margin:10px auto;
}