/* iniialisation */


html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


a img {border:none}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


html {
	width:100%;
	height:100%;
	}

	
a, p a {
	text-decoration:none;
	color:white;
	}
a:hover {color:white;}

hr {
	background-color: #00DAF1;
	clear: both;
	height: 2px;
	margin: 10px;}	

/* généraux */

body  {
	background-color: #ffc;
	font-family: Comic Sans MS, Arial, sans-serif;  }

#bloc-page {
	width: 1000px;
	margin : auto;
	background-color: rgb(27,1,55);
	}
	
a  {
	color:#33FF99;
	text-decoration: none;  }
a:hover  {
	color:#00CC00;
	text-decoration: underline;  }
	
.blanc { color: #EEE;  } 
.rouge { color: #C00;  } 
.jaune { color: #FF9;  } 
.vert  { color: #0F0;  }
.bleu  { color: #C9F;  }
.bleupale  { color: #A9BEDF;  }
.vertpale  { color: #B6DCD4;  }
.beigeclair  { color: #E8CA9E;  }
.ocre  { color: #F60;  }
.turquoise  { color: #00DAF1;  }
.tomorrow  { color: #EC0023;  }
	 
/* Style publications */

/* Polices Droid Serif et Sans */

h1 {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 42px;
	line-height: 52px;
	text-align: center;
}

h2 {
	font-family:  'Vollkorn', Georgia, Times, serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	color: #FF9;
}

h3 {
	font-family:  'Vollkorn', Georgia, Times, serif;
	font-size: 27px;
	line-height: 37px;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	font-family:  'Vollkorn', Georgia, Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;	
}

h5 {
	font-family:  'Vollkorn', Georgia, Times, serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	text-align: center;
	color: white;
}

h6 {
	font-family:  'Vollkorn', Georgia, Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	color: white;}
	
p {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
}

	
	/* Style du tableau */
table   {
	clear: left;
	width: 950px;
	margin: 0 auto;	
	background-color: #d7f0f9;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	vertical-align: middle;
	padding: 0px;
}

thead, tfoot, th   {
	height: 30px;
	background-color: #fffff6;
	font-family:  'Vollkorn', Georgia, Times, serif;
	font-size: 20px;
}

td   {
	height: 50px; 
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	empty-cells: show;
}

.col1   {
	width: 65%;
	
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: red;
}
.col2   {
	width: 20%; 
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
}
.col3   {
	width: 10%;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
}
.col5   {
	width: 10%;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
} 