@charset "iso-8859-1";

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h2{
	font-weight:bold;
	font-size:1.2em;
	color:#333;
	margin:10px 0;
}

h3{
    font-weight:normal;
    line-height:normal;
    margin:0;
}

p{
	margin:0 0 4px 0;
}
/*CSSEditor|content,image|Apparence des images|notext,noizimedia*/
img {
	border:0;
	vertical-align: bottom;
}

table{width:100%;}
th{padding:4px;margin:1px;color:#fff;background:#00af00;}
td{padding:4px;margin:1px;}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

/*style gabarit*/

#page{
	background:#ffffff;
	margin:0;
	padding:0 4px;
	color:#000;
}

#main{
	margin:0;
	padding:0;
}

/*page par page*/
