/* ==============================================
http://www.alsacreations.com/gabarits/styles/base.css
http://www.alsacreations.com/gabarits/styles/modele10.css
   ============================================== */
html {
	font-size: 100%; 
}

body {
	margin: 0;
	padding: 5px 5px; 
	font-family: Lucida, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	line-height: 1.25; 
	color: black;
	background-color: #FFF;
	padding: 5px 5px;
}

/* Liens */
a, a:visited {
	color: #B52515;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #00F;
}
a img {
	border: none;
}


/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 0.7em 0 .5em 0;
	font-weight: bold;
}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
p.spip {
	text-align: justify;
}
/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}


/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}


pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}



#global {
	width: 590px;
	margin-left:20px;
}

#conteneur_garance {
	padding-left:10px;
	min-height:300px;
	border:1px solid #999;
}
/*#conteneur_garance #contenu {
	float: left;
	width: 33em;
	background-color: #00FFCC;
}*/

#conteneur_garance #navigation {
	float: right;
	width: 12em;
	text-align: center;
}

#nav-container{
display:none;
}
	
	
/* En-tête */
#entete_garance {
	width: 500px;
	height: 93px;
	background-image: url(logo-head-print.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#entete_garance #nom_site_spip, #entete_garance a .spip_logos {
	display:none;
}

/*#zone_logo_spip {
	display:block;
	position: relative;
	top: 25px;
	left: 10px;
	width: 300px;
	background-color: #00CCFF;
	height: 280px;
}*/

#entete_garance a { text-decoration: none; }
#entete_garance .formulaire_recherche {
	display:none;
}


/*#menu_horizontal {
	height: 30px;
	background-image: url(decoupe-garance-2_03.gif);
	background-repeat: repeat-y;
}*/

/*#main_page_garance { 
	background-image: url(decoupe-garance-2_03.gif);
	background-repeat: repeat-y;
	min-height: 480px;	
}*/

/* menu_gauche = colonne de gauche */
#menu_gauche {
	display:none;
}
#menu_gauche a {
	color: #000000;
	padding: 0;
	text-decoration: none;
}
#menu_gauche a:hover, #menu_gauche a:focus {
	color: #0000FF;
}
#menu_gauche ul {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
	padding-left: 15px;
	padding-right: 10px;
}
#menu_gauche li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 2px;
}
#menu_gauche li .sous_menu, #menu_gauche li .sous_menu_down {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background-color: #990011;
	padding-top: 5px;
	list-style-type: disc;
}


.float_stop {
	clear: both;
}


/* Contenu corps */
#corps_hauteur_variable {
	float: left;
	width: 400px;
	padding: 10px 20px;
	text-align: justify;
}

#corps a {
	color: #332510;
}
#corps a:hover, #corps a:focus {
	color: #6E5122;
}
#corps strong {
	color: #181A12;
}

#corps > :first-child {
	margin-top: 10px;
}
#corps p, #corps li {
	line-height: 1.5;
}


/* 3 e colonne (contenant les photos) */
#colonne_droite {
	margin-left: 450px;
	margin-right: 15px;
	padding: 0;
	padding-left: 4px;
	padding-top: 10px;
	text-align: justify;
}


.formulaire_recherche {
	/*background-color: #CCCC66;*/
	margin-right: 20px;
 }
.formulaire_recherche #recherche.text { /* champ de recherche */ 
	width: 50px;
}


#hierarchie {
	clear: both;
	margin-bottom: 2em;
	font-size: 0.7em;
	color: #666666;
}
#hierarchie a {
	color: #555555;
	text-decoration: none;
}

#pied_garance {
	display:none;
}
#pied_garance_print {
	display:block;
	font-size: 9px;
	color: #999;
	margin-top: 10px;
	text-align: center;
}

#pied_garance_print a {
	color: #666666;
}
#pied_garance a :hover{
	color: #0000FF;
}
 
#conteneur_drapeaux {
	display:none;
}

.titre_echapee {
	background-color:#FACE42;
	padding: 5px;
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
	margin: 5px;
	margin-top: 2px;
}
.article_echapee {
	background-color:#FEF0C5;
	font-size: 1em;
	text-align:justify;
	color: #333;
	padding: 10px;
	margin: 5px;
	border: 1px solid #CCC;
}

.style_stage {
	/* Pour les couleurs, voir la CSS "garance_change_rubrique.css.html" */ 	
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #CCC;
}

.couleur_fond_stage {
	/* Pour les couleurs, voir la CSS "garance_change_rubrique.css.html" */ 	
	background-color:#DDD; /* = par défaut */
}
.encart_droite {
	font-size: 0.8em;
	color: #333;
	padding:5px;
	border: 1px solid #FFF;
}
.encart_droite a {
	color: #B52515;
}
.encart_flotant_d {
	float:right;
	background-color:#E5E5E5;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 10
	px;
	margin: 5px;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}
.style_citation {
	color:#DFDD9A;
}
#bouton_impression {
	display:none;
}
