/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX éléMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à  la fin de la feuille de styles. */
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* -> 6 */
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; /* -> 7 */
}
h1 {
	font-size: 2em; /* -> 8 */
	font-style: italic;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}

/* Listes */
ul, ol {
	margin: .5em 0 .5em 28px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: circle;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
#principal p:first-letter { 
	padding-left: 20px; 
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: normal;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 0;
	padding: 1em 1em 1em 1em;
	background: #edefc6;
	border: 3px solid #829713;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	text-decoration: underline;
}

a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: gray;
}

fieldset {
	margin: .75em 0 .75em 0;
	padding: 1em 1em 1em 1em;
	border: medium double #663300;
}	

fieldset a{
	text-decoration: none;
}

legend{
	font-size: 120%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
	color: #2c2f22;
}


/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

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;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
#sharing {
	text-align: center;
	font-size: .8em;
	color: #972713;
	padding: 3px;
	border: 1px solid #829713;
}
#sharing img{
	margin: 10px 2px 4px 2px;
	border: none;
}
#sharing a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* --- COULEURS --- */



/* Général */
body {
	color: #F0E39E;
	background: #2C2F22;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	background: url(./img/11-colgauche.png) repeat-y left top;
}
#centre-bis {
	background: url(./img/11-coldroite.png) repeat-y right top;
}

/* Navigation */
#navigation {
	background: #181A12;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#principal {
	color: #181A12;
	background: #cbd888;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}


/* Contenu secondaire */
#secondaire {
	background: #181A12;
}
#sondage {
	padding-bottom: 15px;
	padding-top: 15px;

}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 98%;
	max-width: 90em;
	min-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 20px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
	height: 60px;
}
#entete .sous-titre i{
color: #962713;
line-height: 2;
margin-left: 20px;
}
#entete .sous-titre p{
font-family: "Courier New", Courier, monospace;
font-size: 1.2em;
}
.cntr{
width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
/* class pour les tables de CE1 sans frontière*/
.ce1SF {
	background: #e3ffbb;
	border: 1px solid #579300;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}

.ce1SF b{
	color: #887b00;
}
#principal .tbl table{
	background: #ddc7ef;
	border: 1px solid #5a2686;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
	padding: 2px;
}
#principal .tbl td{
	border: 1px solid #5a2686;
	text-align: center;
	padding: 5px;
}
#principal .tbl th{
	background-color: #b172e0;
	text-align: center;
	padding: 5px;
}
#principal .tbl a{
	text-decoration: none;
	color: blue;
}
#principal .tbl a:hover{
	text-decoration: underline;
	color: purple;
}
#principal .title{
	background-color: #c497e6;
	text-align: center;
	padding: 5px;
}
/* Bloc central */
#centre-bis {
	width: 100%;
	overflow: hidden;
}
/* --- css exo numérations --- */
.info {
	margin-bottom:10px;
	width: 95%;
	padding: 3px;
}
 p#affichage {
	min-height: 2em;
	background: silver;
	color: maroon;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	
}
p#score {
	width: 35%;
	margin-right :auto;
	margin-left: auto;
	min-height: 2em;
	border: thin dashed #502376;
	font-size: 1.4em;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-style: oblique;
	color: #502376;
	font-weight: bolder;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 150px; /*180px;*/
}
#navigation ul {
	margin: 0;
	padding: 10px 5px 10px 5px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 3px 5px 3px 5px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	margin-left: 170px;/*200px;*/
	margin-right: 200px;/*260px;*/
	padding: 10px 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 140px;/*200px;*/
	padding: 12px 20px;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 260px 10px 200px;/*15px 260px 10px 200px;*/
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: center;
}

/*printer styles*/ 
 @media print{ 
 
/*hide the left column when printing*/ 
#navigation{display:none;}
/*hide the right column when printing*/ 
#secondaire{display:none;} 
#principal{ padding: 5px; margin:12px;}
#pied{display:none;}
button{display:none;}
a{display:none;}
blockquote{display:none;}
input{display:none;}
}
