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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

html, body{
	margin:auto;
	background-color:#d8d8d8;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}



.clear{clear:both;}
.left{float:left;}

.center{
	margin:auto;
	width:900px;
}

.center1000{
	margin:auto;
	width:1000px;
}

.green{
	width:100px;
	height:25px;
	text-align:center;
	background-color:#7dd635;
	font-size:14px;
	padding-top:5px;
	margin-left:184px;
}

.green:hover{
	width:100px;
	height:25px;
	text-align:center;
	background-color:#a8f06d;
	font-size:14px;
	padding-top:5px;
	margin-left:184px;
}

.blue{
	width:100px;
	height:25px;
	text-align:center;
	background-color:#47a7f8;
	font-size:14px;
	padding-top:5px;
	margin-left:184px;
}

.blue:hover{
	width:100px;
	height:25px;
	text-align:center;
	background-color:#72bcfb;
	font-size:14px;
	padding-top:5px;
	margin-left:184px;
}

.orange{
	width:100px;
	height:25px;
	text-align:center;
	background-color:#f1be35;
	font-size:14px;
	padding-top:5px;
	margin-left:182px;
}

.orange:hover{
	width:100px;
	height:25px;
	text-align:center;
	background-color:#ffd972;
	font-size:14px;
	padding-top:5px;
	margin-left:182px;
}



#banner_index{
	margin:auto;
	width:100%;
	height:400px;
	background-image:url(../images/bg_banner_index.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#main_index{
	width:100%;
	height:auto;
	margin:auto;
	background-image:url(../images/bg_index_main.png);
	background-repeat:repeat-x;
	background-color:#eaeaea;
}

.col a, .col_end a{
	text-decoration:none;
	color:#fff;	
}

.col a:hover, .col_end a:hover{
	text-decoration:underline;
	color:#000;	
}

	.col_1{
		width:440px;
		height:auto;
		float:left;
		
		text-align:justify;
	}
	.col_2{
		width:440px;
		height:auto;
		float:right;
		
		text-align:justify;
		
	}

	
#green_bar{
	width:423px;
	height:4px;
	background-color:#7dd635;
	margin-top:10px;
	margin-bottom:10px;
}

#blue_bar{
	width:423px;
	height:4px;
	background-color:#47a7f8;
	margin-top:10px;
	margin-bottom:10px;
}

#orange_bar{
	width:282px;
	height:4px;
	background-color:#f1be35;
	margin-top:10px;
	margin-bottom:10px;
}

#footer_index{
	width:100%;
	height:80px;
	background-color:#d8d8d8;
	border-top:solid 1px #1b1b1b;
}

	#avant_propos{
		width:870px;
		height:auto;
		padding:15px;
		background-color:#ebebeb;
	}
	
	#avant_propos a{
	font-weight:bold;
}