
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

body {
	font: 1em/150% Tahoma,Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1 {
	font: bold 36px/100% Arial, Helvetica, sans-serif;
}
img, table { margin: 0; padding: 0; border: 0; }


/************************************************************************************
titraille
*************************************************************************************/


h1 {
	height:2.5em;
	font-size:1.5em;
	/*font-family: "KimberleyRegular";*/
	font-family: 'Coda Caption', arial, serif;
	color:black;
	text-align:center;
	background: url(../images/barreactive.gif) no-repeat center bottom;
	text-shadow: 3px 3px 5px silver;
	text-transform: uppercase;
}
h2 {
	font-size:1.2em;
	/*font-family: "KimberleyRegular";*/
	font-family: 'Coda Caption', arial, serif;
	height:2.2em;
	color:black;
	text-align:center;
	text-shadow: 2px 2px 3px silver;
	background: url(../images/barreactive.gif) no-repeat center bottom;
}
h3 {
	width:100%;
	text-align:center;
	font-size:0.85em;
	/*font-family: "KimberleyRegular";*/
	font-family: 'Coda Caption', arial, serif;
	color:black;
	text-shadow: 2px 2px 3px silver;
	-webkit-box-shadow: 2px 2px 3px grey;
	-moz-box-shadow: grey 2px 2px 3px;
	 /*coins arrondis*/
	 -moz-border-radius: 0.5em;
	 -webkit-border-radius: 0.5em;
	 border-radius: 0.5em;
	 /* Background subtle gradient, with fallback to solid color */
	 background: #D0E3FA;
	 background: -moz-linear-gradient(top, #d0e3fa, #a4a4a4);
 	 background: -webkit-gradient(linear, left top, left bottom, from(#d0e3fa), to(#6699cc));
}

h4 {/*reset du h4*/
padding: 0;
margin: 0;
border:0;
color: black;
}
/*Les liens*/
a:link {
	color: #333399;
	text-decoration: none;
}

a:visited {
  color: #003366;
  text-decoration: none;
}

a:hover {
  color: #6666FF;
  text-decoration: none;
}

/*la gestion des espaces*/
.espace {height: 1.5em;line-height:0.5em;font-size:2px;}
.invisible { position: absolute; top: -3000em; height: 1%; }
.nettoyeur { clear: both; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }
.separateur{clear:both;height:2px;}

/************************************************************************************
TABLEAUX
*************************************************************************************/
table.spip {
    text-align: center;
    margin: auto;
    margin-bottom: 1em;
    border: 1px solid; /* A laisser si on veut un cadre autour du tableau */
    border-collapse: collapse; 
}
table.spip th, table.spip td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
}
/* Style de la ligne d'en-tête */
table.spip tr.row_first {
	text-shadow: 2px 2px 2px white;
 	text-transform: uppercase; 
	 font-weight: bold; 
	/*couleur de fond*/
	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */
 	text-align: center;
}
table.spip tr.row_even {/*lignes impaires*/
	text-align: center;
	border: 1px solid; /* A laisser si on veut un cadre autour du tableau */
	/*couleur de fond*/
	background: #cccccc; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #cccccc,  #7a7a7a); /* for firefox 3.6+ */
 	text-align: center;

}
table.spip tr.row_odd { 
	text-align: center; 
	/*couleur de fond*/
	 background: #D0E3FA;
	 background: -moz-linear-gradient(top, #d0e3fa, #a4a4a4);
 	 background: -webkit-gradient(linear, left top, left bottom, from(#d0e3fa), to(#6699cc));
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#page {
	padding: 0;
	width: 860px;
	margin: 0 auto;
}
#header {
	height: auto;
	margin-top:27px;
}
#contenu {
	width: 100%;
	float: left;
}
#sidebar {
		position:absolute;
		top:0;
		width: 860px;
		margin: 0 auto;
}
#footer {clear: both;}
#hierarchie{
	margin-bottom:5px;
}
/************************************************************************************
SOMMAIRE
*************************************************************************************/
.texte-accueil{
	text-align:center
}

/************************************************************************************
RUBRIQUES
************************************************************************************/


@font-face {
 	font-family: 'KimberleyRegular';
	src: url('../polices/kimberle-webfont.eot');
	src: 	url('../polices/kimberle-webfont.woff') format('woff'), 
			url('../polices/kimberle-webfont.ttf') format('truetype'), 
			url('../polices/kimberle-webfont.svg#webfontMw6SetD0') format('svg');
	font-weight: normal;
	font-style: normal;
}

.titre-entree, .descriptif-article h3{ /*police pour les noms de rubriques et d'articles dans les pages rubriques*/
	background:none;
	font-family: "KimberleyRegular";
	font-size: 1.5em;
	-webkit-box-shadow:0 0;
	-moz-box-shadow:0 0;
	-o-box-shadow:0 0;
	 /*coins arrondis (reset sinon on les voit un peu sous ff)*/
	 -moz-border-radius: 0;
	 -webkit-border-radius: 0;
	 border-radius: 0;
	text-align:left;
}
.titre-entree a{
	text-decoration: none;
	color: #3399FF;
}

.liste-entrees,.liste-articles{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.liste-entrees a{
	text-decoration: none;
	color: #3399FF;
}


.descriptif-article{
	margin-left:75px;
	float: left;
	width: 350px;
}

.descriptif-article.descriptif a{
	text-decoration: none;
	color: black;
}

.titre-entree a:hover,.descriptif-article h3:hover{
	color: #0c7f00;
}
.logo-article{
	margin-right:75px;
	float: right;
	width:auto;
	/*box-shadow: 8px 8px 0 #aaa; */
}

.ligne{
	clear:both;
}

/************************************************************************************
ARTICLES
************************************************************************************/

/* le cadre <QUOTE> ... </QUOTE> */
blockquote.spip {
	margin-left : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 10px;
	border : solid 1px #aaaaaa;
	-moz-border-radius:15px;
    -o-border-radius:15px;
	-webkit-border-radius:15px;
	-icab-border-radius:15px;
	background-color: #FFFEEE;
	padding-left: 10px;
	padding-right: 10px;
}

#descriptif{
	padding-right: 1em;
	padding-left: 1em;
	margin-left: 2em;
	margin-right: 2em;
	border: 1px solid black;
	-moz-border-radius:6px;
    -o-border-radius:6px;
	-webkit-border-radius:6px;
	-icab-border-radius:6px;
	background-color: #e2e3e6;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);

}
.caractencadre2-spip{
	color=#444;
}
/************************************************************************************
CADRE DE TELECHARGEMENT
************************************************************************************/

#telechargement{
	margin: auto;
	width: 80%;
	 /* Background subtle gradient, with fallback to solid color */
	 background: #D0E3FA;
	 background: -moz-linear-gradient(top, #d0e3fa, #6699cc);
 	 background: -webkit-gradient(linear, left top, left bottom, from(#d0e3fa), to(#6699cc));
	/*coins arrondis*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10 px;
	/*ombre de la boite*/
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, .7);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0, .7);
	box-shadow: 3px 3px 3px rgba(0,0,0, .7);
	margin-bottom:5px;
 	 }
#telechargement ul{
	list-style-type: none;
}
.taille-type, .resume, .credits{
	font-size:  0.75em;}
.resume, .credits{
	line-height: auto;
}
.titre-document{
	font-size: 1em;
	font-weight: bold;
	padding-left:1em;
}
.titre-document a{
	text-decoration: none;
	color: black;
}
.titre-document a:hover{
	color: blue;
}

/************************************************************************************
PAge des extensions
************************************************************************************/
.presentation-scenario{
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:24px;
	-webkit-column-gap:24px;
	-o-column-gap:24px;
	column-gap:24px;
	list-style-type: none;
}
.presentation-extension{
	text-align: center;
	width: 33%;
	display: inline-block;
}
.livre-de-base{	
	text-align: center;
}
.livre-de-base img,.presentation-extension img{
	box-shadow: 5px 5px 5px #656565;
}
.livre-de-base img:hover,.presentation-extension img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 10px 10px 10px #656565;
}
