body
{
	background-color: #d4dbe1 ;
	font-family: Verdana;

}


#main
{
	width: 960px;

	margin: 0 auto;
}

#head
{
	width: 900px;
	height: 154px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
}


#menu
{
	border: 0px solid red;
	height: 190px;
	float: right;
	margin-right: 10px;
	text-align: right;

}


#menu a
{
	display: block;
	border-bottom: 1px dotted #919191;
	padding: 3px;
	text-decoration: none;
	color: #919191;
	font-size: 15px;
}


#menu a:hover
{
	color: #000000;

}

#home
{
	width: 900px;
	height: 320px;
	margin-left: 0px;
	background-image: url('top.jpg');

}



#detail
{

	border-right: 2px solid #5d5e59;
	height: 300px;
	width: 548px;
	margin-left: 12px;
	float:left;
}

#liste
{
	border-right: 2px solid #5d5e59;
	height: 300px;
	width: 320px;
	margin-left: 562px;
	padding: 0px;


}

.elem_liste
{
	padding: 0px;
	margin: 0px;
	border: 0px solid green;
	height: 75px;
	width: 320px;
	float:left;
}

#liste img
{
	padding: 0px;
	margin: 0px;
	height:75px;
}


#lo_1
{
	background-image: url('option_l_1.png');
	
}

#lo_1:hover
{
	background-image: url('option_l_1_i.png');
	cursor: pointer;
	
}



#lo_2
{
	background-image: url('option_l_2.png');
	
}

#lo_2:hover
{
	background-image: url('option_l_2_i.png');
	cursor: pointer;
	
}

#lo_3
{
	background-image: url('option_l_3.png');
	
}

#lo_3:hover
{
	background-image: url('option_l_3_i.png');
	cursor: pointer;
	
}



#lo_4
{
	background-image: url('option_l_4.png');
	
}

#lo_4:hover
{
	background-image: url('option_l_4_i.png');
	cursor: pointer;
}




#content_top
{

	width: 900px;
	background-image: url('c_top.png');
	min-height: 12px;
}

#content
{

	width: 900px;
	background-image: url('c_mid.png');
	margin-top: 45px;
}


#content h1
{

	border-bottom: 1px dotted #515151;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 30px;
	font-weight: 900;
	color: #313131;
	
}

#content h2
{
	border-bottom: 1px dotted #515151;
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 100;
	color: #FFFFFF;
	background-color: #515151;

}

#content h3
{
	border-bottom: 1px dotted #515151;
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 100;
	color: #FFFFFF;
	background-color: #515151;

}

.bloc_site
{
	margin-top: 3px;
	height: 300px;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	border: 0px solid red;
}

.description_site
{

	margin-left: 450px;
	padding-top: 50px;
}


#plus
{
	width: 20px;
	height: 30px;
	position:relative;
	top:320px;
	left: 270px;
}
#plus img
{
	border: none;
}

.description_site li
{
	padding-bottom: 15px;
}
.img_site
{
	float: left;
	width: 400px;
	margin-left: 30px;
	border: 0px;
	height: 250px;
}

#content p
{
	
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
	line-height: 23px;

}

.rborder
{
	border-left: 3px solid #515151;
	padding: 0px;
}



#content ul
{
	margin-left: 35px;

}

#content li
{
	font-size: 13px;
	padding-bottom: 10px;
}


.check_liste
{
	list-style-image: URL('check.png');
	margin-top: 0px;
	padding-top: 0px;
}

#content a
{
	text-decoration: none;
	color: #008B8B;
}

#content a:hover
{
	color: #121212;

}



#content form
{
	font-size: 13px;
	margin-left: 50px;

}

#adresse
{
	border-left: 1px solid #717171;
	width: 250px;
	height: 150px;
	float: right;
	margin-right: 120px;
	font-size: 16px;
	padding-left: 10px;

}

#content input
{
	font-size: 13px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid #717171;
	padding: 3px;
}

#content textarea
{
	font-size: 13px;
	border: 1px solid #717171;
	padding: 3px;
}

#content_bot
{

	width: 900px;
	background-image: url('c_bot.png');
	min-height: 12px;
	clear: both;
}

#suc
{
	border: 3px solid #95c70e;
	background-color: #d1ed86;
	padding: 10px;
	font-size: 13px;
}

#form_check
{
	display: none;
	
}

