body {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size : small;
	line-height : 150%;
}

#page {
	
}


.clear {
	overflow : hidden;
	height : 1px;
	clear : both;
}

* html .clear {
	display : none;
}



#content h1 {
	font-size : x-large;
	color : #B2BB1C;
	font-weight : bold;
}

#content h2 {
	font-size : large;
	color : #B2BB1C;
	font-weight : bold;
}

#content .normal {
	font-weight : normal;
}

#content p { text-align:justify; }

#content a {
	text-decoration : none;
	border-bottom : 1px dashed #B2BB1C;
	color : #B2BB1C;
}

#content a:hover {
	text-decoration : none;
	color : #000000;
}

#content ul {
	list-style-type : circle;
}


#content .bold {
	font-weight : bold;
}

#content .normal_line-height {
	line-height : 130%;
}

#content .gauche {
	float : left;
	width : 50%;
}

#content .droite {
	float : right;
	width : 50%;
}
