@import("style.css");
*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-family: Arial;
	font-size: 1em;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

ul li{
	list-style: none;
}

select{
	border: 1px solid #000000;
}

.clearer{
	clear: both;
}

.col1{
	float: left;
	padding: 0;
	margin: 0 0.5em 0 0;
	width: 49%;
}

.col2{
	float: left;
	padding: 0;
	width: 49%;
}
#container #menuTop{
	display:none;
}

/*** Mise en place ***/
#container{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em;
}

#container #colg{
	width: 0;
	float: left;
}

#container #conteneur div#colc{
	width: 960px;
	float: left;
	padding: 0 10px;
	text-align: justify;
}

#container #cold{
	width: 0;
	float: left;
}

#container #footer{
	clear: left;
}
#onfomationpage{
	clear: both;
}
/*** fin Mise en place ***/
