@charset "utf-8";
/* CSS Document */

Body {
	margin:0px;
	padding:0px;
	/*background-color:#d5fcca;*/
	background-image:url(../img/back.png);
	background-repeat:repeat;
	font-family:Arial;
	font-size:14px;
	}
	
.container {
	width: 980px;
	margin-left: auto;
	margin-top:10px;
	margin-right: auto;
	margin-bottom:10px;
	background-color:#f2f2f2;
	}
	
.main {
	width: 680px;
	background-color:#FFFFFF;
	background-image:url(../img/fond.jpg);
	background-repeat:no-repeat;
	}
	
.activite {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:266px;
	height:450px;
	background-image:url(../img/activite.png);
	background-repeat:no-repeat;
	font-size:18px;
	}
	
.logo {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:320px;
	height:240px;
	}

.soc {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:623px;
	height:233px;
	background-image:url(../img/societe.png);
	background-repeat:no-repeat;
	font-size:15px;
	padding-top:10px;
	}
	
.right {
	color:#000000;
	margin:10px;
	font-size:12px;
	}
	
.left {
	color:#000000;
	margin:10px;
	background-color:#defcd7;
	}
	
a.menu {
	color:#000000;
	text-decoration:none;
}

a.menu:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.menu:visited {
	color:#000000;
	text-decoration:none;
}
	
.title {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
