@CHARSET "ISO-8859-1";
body{
	margin:auto;
	font-family:arial;
	}

#page{
	width:980px;
	margin:auto;
	margin-top:0px;
	}

#banniere{
	width:980px;
	height:64px;
	margin:0px;
	background-image:url(../images/banniere.jpg);
	background-repeat:no-repeat;
	color:#d3d9d9;
	font-weight:bold;
	font-size:16px;
	}
a {
	color:#4E6E85;
	}

a img{
	border:none;
	}

/*----------Menu-------------*/
	#menu{
		width:980px;
		height:30px;
		margin:0px;
		}
	#menu a{
		color:#d3d9d9;
		text-decoration:none;
		}
	#menu #menu_haut{
		width:980px;
		height:24px;
		background-image:url(../images/menu-fond.jpg);
		background-repeat:no-repeat;	
		}
	#menu ul{
		margin:0px;
		color:#d3d9d9;
		font-weight:bold;
		list-style-type:none;
		list-style-position:inside;
		padding-left:0px;
		float:right;
		}
	#menu ul li{
		width:150px;
		float:left;
		text-align:center;
		}
	#menu #menu_bas ul{
		margin:0px;
		height:6px;
		color:#d3d9d9;
		font-weight:bold;
		list-style-type:none;
		list-style-position:inside;
		padding-left:0px;
		float:right;
		}
	#menu #menu_bas ul li{
		height:6px;
		float:left;
		}
	#menu #menu_bas #menu_bas_bas{
		width:530px;
		background-image:url(../images/menu-barre.jpg);
		background-repeat:no-repeat;
		}
	#menu #menu_bas #bas_concept{
		width:150px;
		background-color:#35a9cf;
		}
	#menu #menu_bas #bas_technologies{
		width:150px;
		background-color:#64cf35;
		}
	#menu #menu_bas #bas_creations{
		width:150px;
		background-color:#cf3585;
		}

		
/*---------Corps-----------*/
	#corps{
		width:980px;
		height:570px;
		background-image:url(../images/corps-haut.jpg);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#f0f3f3;
		
		padding-top:5px;
		
		font-size:11px;
		font-family: Arial;
		text-align:justify;
        padding-bottom:20px;
		}
	#corps h2{
		color:#4E6E85;
		font-style:italic;
        font-size:14px;
		}
	#corps h1{
		color:#4E6E85;
		font-size:26px;
		}
	
	#corps #par1{
		margin-top:20px;
		
		float: left;
		width:304px;
		margin-left:10px;
		margin-right:10px;
		}
	#corps #par2{
		margin-top:20px;
		
		float:left;
		width:304px;
		margin-left:10px;
		margin-right:10px;
		}
	#corps #par3{
		margin-top:20px;
		
		float:left;
		width:304px;
		margin-left:10px;
		margin-right:10px;
		}
	#corps #par1 img{
		display:block;
		float:left;
		}
		
/*---------Footer------------*/
	#footer{
		width:980px;
		height:15px;
		color:#d3d9d9;
		font-size:11px;
		background-color:#3f5c65;
		}
	#footer a{
		color:#d3d9d9;
		text-decoration:none;
		}
	#footer a:hover{
		text-decoration:underline;
		}
	#footer #copyright{
		float:right;
		padding-right:10px;
		}
	#footer div{
		padding-left:10px;
		}





