html
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-color: #000000;
background-image: url("http://www.faconnage79.com/includes/images/background_html.jpg");
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
}

body
{
margin: 0px;
padding: 0px;
font-family: arial, serif;
font-size: 13px;
color: #ffffff;
}

input[type=submit]
{
cursor: pointer;
}

input[type=reset]
{
cursor: pointer;
}


/* Empeche l'encadrement en pointillé systématique effectué par Explorer lors d'un clic sur un lien */

	a
	{
	outline: none;
	}
	
	a:link
	{
	color: #3b9df7;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}
	
	a:visited
	{
	color: #3b9df7;
	text-decoration: none;	
	outline: none;
	cursor: pointer;
	}
	
	a:hover
	{
	color: #3b9df7;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}
	
	a:active
	{
	color: #3b9df7;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}
	
	a:focus
	{
	color: #3b9df7;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}

/* Fin d'Encadrement */


/* Conteneur */
	
	#conteneur_page
	{
	width: 1003px;
	margin: auto;
	}
		
/* Fin de Conteneur */

/* Header */

	#header
	{
	width: 1003px;
	height: 511px;
	float: left;
	}
	
		/* Partie 1 du header */
		
		.conteneur_menu_haut
		{
		float: left;
		width: 1003px;
		height: 60px;
		background-color: #000000;
		}
		
		.menu_haut
		{
		float: right;
		width: 300px;
		height: 60px;
		text-align: right;
		}
	
		.conteneur_banniere
		{
		clear: both;
		float: left;
		width: 1003px;
		height: 451px;
		background-image: url("http://www.faconnage79.com/includes/images/background_banniere.jpg");
		}
		
/* Fin de Header */


/* Corps */
	
	#corps
	{
	float: left;
	width: 943px;
	min-height: 620px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url("http://www.faconnage79.com/includes/images/background_corps.jpg");
	background-repeat: no-repeat;
	background-color: #081f3f;
	}
	
		.bandeau
		{
		clear: both;
		float: left;
		width: 943px;
		height: 300px;
		}
		
		/* Part gauche */
	
		.corps_part_gauche
		{
		float: left;
		width: 320px;
		min-height: 400px;
		margin-right: 10px;
		margin-top: 10px;
		border-right: 1px solid #1f2e3e;
		}
		
		.bloc_gauche
		{
		width: 290px;
		margin-bottom: 20px;
		}
		
		.titre_gauche
		{
		width: 280px;
		height: 34px;
		padding-top: 12px;
		padding-left: 20px;
		font-size: 20px;
		font-weight: bold;
		background-image: url("http://www.faconnage79.com/includes/images/background_titre_gauche.png");
		}
		
		.rond
		{
		vertical-align: -10%;
		}
		
		.images_machines img
		{
		border: 3px solid #ffffff;
		margin-left: 15px;
		margin-top: 15px;
		}
		
		.rappel_immediat
		{
		width: 290px;
		text-align: justify;
		}
		
		.iphone
		{
		float: left;
		}
		
		.form_rappel
		{
		margin-top: 5px;
		margin-left: 27px;
		}
		
		.loi_info
		{
		margin-top: 10px;
		font-size: 11px;
		font-style: italic;
		}
		
		.corps_part_droite
		{
		float: left;
		color: #ffffff;
		width: 600px;
		padding-left: 8px;
		margin-top: 20px;
		text-align: justify;
		min-height: 400px;
		}
		
		.titre_part_droite
		{
		font-size: 20px;
		font-weight: bold;
		}
	
/* Fin de Corps */


/* Footer */

	#footer
	{
	float: left;
	width: 1003px;
	height: 76px;
	background-image: url("http://www.faconnage79.com/includes/images/background_footer.jpg");
	background-repeat: no-repeat;
	}
	
		.contenu_footer_gauche
		{
		float: left;
		width: 300px;
		height: 40px;
		padding-top: 36px;
		margin-left: 20px;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
		}
		
		.contenu_footer_centre
		{
		float: left;
		width: 380px;
		height: 40px;
		padding-top: 36px;
		margin-left: 30px;
		text-align: left;
		font-size: 12px;
		}
		
		.contenu_footer_droite
		{
		float: left;
		width: 258px;
		height: 40px;
		padding-top: 36px;
		padding-right: 15px;
		text-align: right;
		}
		
		.favoris
		{
		margin-left: 10px;
		vertical-align: -20%;
		}

/* Fin de Footer */
