html
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-image: url("http://www.apexys.fr/includes/items/background_html.jpg");
background-position: top center;
background-repeat: no-repeat;
background-color: #0e0e0e;
}

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

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

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

textarea
{
overflow: auto;
}

p
{
padding: 0px;
margin: 0px;
}


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

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

/* Fin d'Encadrement */


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

/* Header */

	#header
	{
	float: left;
	width: 1003px;
	height: 326px;
	background-image: url("http://www.apexys.fr/includes/items/background_header.png");
	background-position: top center;
	background-repeat: no-repeat;
	}			
		
/* Fin de Header */


/* Corps */
	
	#corps
	{
	clear: both;
	float: left;
	width: 1003px;
	min-height: 500px;
	background-image: url("http://www.apexys.fr/includes/items/background_corps.png");
	background-position: top center;
	background-repeat: repeat;
	}
	
	.sous_conteneur_corps_part_1
	{
	float: left;
	width: 1003px;
	min-height: 500px;
	background-image: url("http://www.apexys.fr/includes/items/background_corps_part_1.png");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.sous_conteneur_corps_part_2
	{
	float: left;
	width: 1003px;
	min-height: 500px;
	background-image: url("http://www.apexys.fr/includes/items/background_corps_part_2.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
	.contenu_corps
	{
	float: left;
	width: 883px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 0px;
	margin-top: 0px;
	}
	
	.conteneur_menu
	{
	float: left;
	width: 883px;
	padding: 0px;
	margin: 0px;
	}
	
	.trait
	{
	float: left;
	vertical-align: top;
	}
	
	.menu
	{
	clear: both;
	float: left;
	width: 881px;
	height: 47px;
	padding: 0px;
	margin-top: 10px;
	border: 1px solid #c5c5c5;
	}
	
		.menu ul 
		{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}

		.menu li 
		{
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
		text-align:center;
		}
		
			.link_accueil
			{
			width: 120px;
			border-right: 1px solid #d7d6d6;
			}
			
			.link_references
			{
			width: 125px;
			border-right: 1px solid #d7d6d6;
			}
			
			.link_methodologie
			{
			width: 140px;
			border-right: 1px solid #d7d6d6;
			}
			
			.link_intervention
			{
			width: 191px;
			border-right: 1px solid #d7d6d6;
			}
			
			.link_transmission
			{
			width: 180px;
			border-right: 1px solid #d7d6d6;
			}
			
			.link_contact
			{
			width: 120px;
			}
			

		.menu li a 
		{
		display: block;
		height: 100%;
		color: #837f7f;
		font-size: 16px;
		height: 34px;
		padding-top: 13px;
		text-decoration: none;
		}

		.menu li a 
		{
		background-image: url("http://www.apexys.fr/includes/items/background_menu.jpg");
		background-repeat: no-repeat;
		}

		.menu li a:hover 
		{
		color: #4b59a6;
		background-position: 0px 0px;
		}
		
		.conteneur_infos
		{
		width: 883px;
		clear: both;
		float: left;
		text-align: justify;
		margin-top: 15px;
		}
		
		.infos img
		{
		max-width: 240px;
		max-height: 240px;
		margin: 6px;
		padding: 7px;
		background-color: #faf9f9;
		border: 1px solid #e5e3e3;
		}
		
		.conteneur_coords
		{
		clear: both;
		float: left;
		width: 883px;
		height: 134px;
		margin-top: 15px;
		margin-bottom: 5px;
		text-align: left;
		background-image: url("http://www.apexys.fr/includes/items/background_coords_new_adresse.jpg");
		background-repeat: no-repeat;
		}
	

/* Fin de Corps */


/* Footer */

	#footer
	{
	clear: both;
	float: left;
	width: 953px;
	height: 57px;
	padding-top: 15px;
	padding-right: 50px;
	text-align: right;
	color: #959595;
	font-size: 12px;
	background-image: url("http://www.apexys.fr/includes/items/background_footer.png");
	background-position: top center;
	background-repeat: no-repeat;
	}
	
	#footer a:link, #footer a:visited, #footer a:hover
	{
	color: #959595;
	}

/* Fin de Footer */
