/* MAIN */

body {	
	margin: 				0 0 0 0;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
}

a {
	color:			 		#000000;
	text-decoration: 		underline;
}

a:hover {
	color:					#EC871D;
	text-decoration:		none;

}

li {
	list-style:				square;
	list-style-position:	inside;
}

/* MAIN END */


/* HEADER */

.top_border {
	background-color: 		#CE4020;
	height: 				24px;
}
.top_sub_border {
	background-color:		#971B1E;
	height:					2px;
}

.head {
	margin-top: 			5px;
	margin-bottom: 			2px;
	background-color:		#FFFFFF;

}
.head a {
	color:			 		#292929;
	text-decoration: 		none;
}

.head a:hover {
	color:					#292929;
	text-decoration:		underline;

}

/* HEADER END */

/* MENU */

.menu_back {
		background-color:		#FDDF00;
		height: 				30px;
		text-align:				center;
}

.menu {
		background-color:		#FDDF00;
		padding-right:			5px;
		padding-left:			5px;
		font-size:				11px;
		font-weight:			bold;
		height: 				30px;
		width: 					775px;
}

.menu a {
	color:			 		#292929;
	text-decoration: 		none;
}

.menu a:hover {
	color:					#971B1E;
	text-decoration:		none;

}

.sub_menu  {
	background-color:		#F1C700;
	height:					4px;	
	margin-left:			6px;	
	margin-right:			6px;
	width:					763px;	

}

/* MENU END */

/* CONTENT */

#main_page {
	background-image: 		url(../images/page_bg.gif);
	background-repeat: 		repeat-x;
	background-color:		#FDD460;
	height:		 			600px;
	width:					763px;	
	margin-left:			6px;	
	margin-right:			6px;
	display:				table;
}
.left_side {
	float:					left;
	width:					150px;
	margin-left:			10px;
	margin-top:				10px;
	margin-right:			10px;
	padding-top:			5px;
	text-align:				center;
}
.right_side {
	float: 					right;
	padding-top:			10px;
	padding-right:			25px;
}
.developpementclf{
	padding-top:			10px;
	padding-bottom:			10px;
}

.title {
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				18px;
	font-weight:			bold;
	padding-bottom:			15px;
	padding-top:			15px;
	color:					#CE4020;
	background-image:		url(../images/title_bg.gif);
	background-repeat:		no-repeat;
	background-position:	right;
}

.home_title  {
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				18px;
	font-weight:			bold;
	padding-bottom:			15px;
	padding-top:			15px;
	color:					#CE4020;
}

.content {
	text-align:				justify;
	padding-left:			20px;
	padding-right:			20px;
	padding-bottom:			15px;
	color:					#000000;
}

.footer {
	background-color:		#F1C700;
	height:					18px;
	text-align:				center;
	padding-top:			2px;
}
.footer a {
	color:			 		#000000;
	text-decoration: 		none;
}

.footer a:hover {
	color:					#971B1E;
	text-decoration:		none;

}
.form_filling {
	border:					1px solid #000000;
	background-color:		#FFF5DD;
}

.photostyle {
	border: 				1px solid #000000;

}

.site_mapping {
	padding: 				5px 5px 5px 5px;
	background-color:		#CE4020;
	color: 					#FFFFFF;
	font-size:				14px;
	font-weight:			bold;
}
.site_mapping a {
	color: 					#FFFFFF;
	text-decoration:		none;
}