	/* Couleur logo : #ff950e ; plus foncé : #e6820f ; plus clair : #ffa014 ; encore plus clair : #ffb414 */
									
body
{
/* border : solid red ;*/
font-family:  verdana,arial,helvetica,sans-serif;
background-color: #fffaf0;
font-size : 12px ;
}

header
{
/*border : solid blue;*/
}
		.accueil
		{
		font-size : 2.2vw ;
		font-family:  Tahoma, verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		text-decoration : none ;
		}
		
		.orange
		{
		color : #ff950e;
		}
		
		.noir
		{
		color : black;
		}
		
		.logo
		{
		width : 10%;
		min-width : 120px;
		border : none;
		}

		.lien_noir
		{
			text-decoration: none;
			color : black;
		}

		.lien_noir:hover
		{
			color : #0000ee ;
		}


	#corps
	{
	border : solid black ;
	width : 85%;
	display : inline-block ;
	float : right ;
	font-size : 1.2em ;
	margin : 2% 2% 3% 0%;
	}


h1
{
font-size : 1.8em ;
background-color : #ffb414;
font-weight: bold;
text-align: center;
}

		
	#descrip
	{
	/*border : solid green;*/
	width : 74%;
	display : inline-block ;
	overflow : hidden;
	font-size : 1.2em ;
	padding : 1% 3% 0% 1%;
	}

		.visuel
		{
		border : solid 3px black;
		width : 15%;
		margin : 0% 4% 1% 0%;
		float : left;
		min-width : 170px;
		}
		
		.visuel_tel
		{
		border : solid 3px #ff950e;
		width : 15%;
		margin : 0% 4% 4% 2%;
		float : left;
		min-width : 170px;
		}
		
		.visuel_tel:hover
		{
		border : solid #0000ee;
		}
		

h2
{
/*font-family : arial;*/
/*text-transform : uppercase;*/
font-size : 1.4em ;
margin-top : -2%;
}

	#detail
	{
	list-style-type : none;
	line-height : 1.2em;
	font-size : 20px;
	}
					
	#tel_cad
	{
	border : solid 3px #e6820f;
	width : 12%;
	height : auto;
	display : inline-block;	
	text-align: center;
	vertical-align: top ;
	overflow : hidden;
	color :#FF820F;
	background-color : white;
	border-radius : 10px;
	margin : 1% 2% 0% 0%;
	padding : 1% 1% 1% 1%;
	}

	#tel_cad:hover
	{
		border : solid #0000ee 3px ;
	}
	
	
		.tel_lien
		{
			text-decoration: none;
			font-weight : bold ;
			font-size : 1.2em;
			color :black ;
			display : block;
		}

		.tel_lien:hover
		{
			/*background-color : yellow;*/
			color : #0000ee ;
		}
		.description
		{
			/*border : solid green ;*/
			font-size : 1.1em;
			overflow : hidden;
			text-align : justify ;
			padding : 0% 3% 0% 3%;
		}

		.liencontact
		{
		/*border : solid black;*/
		display : inline-block ;
		float : right ;
		margin : 0% 1% 0% 0%;
		text-decoration: none;
		}
		
		.lien
		{
		/*border : solid black;*/
		text-decoration: none;
		}