/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */

/**********************************************************/
/*						STYLES GENERAUX 				  */
/**********************************************************/
body {
	margin:0 0 0 10px;
	padding: 0;
	border: 0;	
	background:#fff;
	color: #222;
	font:10pt "Bitstream Vera Serif",Garamond,Georgia, "Times New Roman", Times, serif;
	line-height:14pt;
	}
strong,dt{
	font-weight:bold;
}
a{
	color: #222;
	text-decoration:none;
	}
img{
	border:0;
}
h2,h3,h4{
	margin:18px 0 9px 0;
	padding:3px;
}
h2{
	font-size:18pt;
}
h3{
	background:#222;
	color:#fff;
	font-size:12pt;
}
h4{
	font-size:11pt;
}
p{
	margin:6px 0;
}
table{
	border-collapse:collapse;
}
td,th{
	border:1px solid #000;
}
ol,ul{
margin:0 0 0 20px;
}
/**********************************************************/
/*			   PARAMETRES DES BLOCS     			      */
/**********************************************************/	
#conteneur{
margin:0;
padding:0;
border:0;
}
#contenu{
margin:0;
width:750px;
}
caption,hr,#bandeau,#menu,#basdepage,#ariane{
	display:none;
}
/**********************************************************/
/*			            ECOLES   	    		          */
/**********************************************************/
.asavoir,.anoter{
	background:#eee;
	margin:3px;
	padding:4px;
	border:1px solid #333;
}
.attention{
	background:transparent url(../medias/icone_attention.gif) no-repeat;
	margin:4px;
	padding:4px 4px 4px 35px;
	border:1px solid #fc0;
}
