@charset "utf-8";
/* CSS Document */

body{
	
	margin				: 10px 0 0 0;
	padding				: 0;
	background			: #FFFFFF;
	color				: #000000;
	text-align			: center;
	font-family			: Arial;
	font-size			: 10px;
	display				: block;
}

/*div{
	
	margin:0 0 10px 0;
	padding:0;
}
*/

p{
	padding:10px;
	text-align:justify;
}

ul{
	
	margin				:0;
	padding				:0;
	list-style-type		: none;
}

li{
	
	margin				:0;
	padding				:0;
}

h1{	font-size: 18px;}

h2{	font-size: 14px;}

h3{	font-size: 12px;}

table{
	
	margin				:5px 10px;
	width				:908px;
	border				:none;
	border-collapse		:collapse;
	border-spacing		:0px;
}

td{
	
	border				:1px solid #EBEBEB;
}

th{
	
	height				:21px;
	border-right		:1px solid #FFFFFF;
	border-left			:1px solid #EBEBEB;
	background			:#D0E9ff;
}

dl,dt,dd{
	
	margin				:0;
	padding				:0;
	list-style-type		: none;
}

hr{
	
	height				: 2px;
	border-bottom		: 1px solid #cfdbe8;
	border-top			: 1px solid #848c94;
}

/************************************************************************************
************************************************************************************
lien
************************************************************************************
************************************************************************************/

a,a:link,a:visited,a:hover{
	
	color				:#3C3C3C;
	font-size			:12px;
	text-decoration		:none;
	font-weight			:bold;
}

a img, a:hover img{
	
	border				:none;
}

a:hover{
	
	color				:#009DFF;
}

/************************************************************************************
************************************************************************************
element formulaire
************************************************************************************
************************************************************************************/
select, option
{
	/*height:24px;*/
}

input, select, button
{
	
	background-color	:#FFFFFF;
	border				:1px solid #CCCCCC;
	padding				:2px 1px 2px 2px ;
	vertical-align		:middle;
	outline-style		:none;
}


input[type=checkbox], input[type=radio]{
	
	border				:none;
	background			:none;
	outline				:none;
}