/* CSS Document */
	/* common
	--------------------------------------------------*/
* {margin:0;padding: 0;}
ul {margin:0; padding:0;}
li {margin:0; padding:0;}

body {
	background-color:#999B79;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #424242;
}
#conteneur{
border: 0px solid red;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -360px;
	width: 720px;
/*	height: 1200px;*/
}
#maListe {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	font-size: .85em;
}
#maListe li {
	padding:0;
	display:block;
	margin-left:15px;
	margin-top:50px;
	border:0px solid black;
}
	/* links
	--------------------------------------------------*/
#helper a, a:link, a:visited {
	color: #E7E1B8;
	line-height: 1em;
	display: inline;
 	background-image: none;
	text-decoration: underline;
}
#helper a:hover {
	color: #80FF00;
	text-decoration:underline;
}
#box a, a:link, a:visited {
	color: #6DB700;
	line-height: 1em;
	display: inline;
	background-image: none;
	text-decoration: underline;
	font-style: normal;
}
#box a:hover {
	color: #80FF00;
	text-decoration:underline;
}
#porte a, a:link, a:visited {
	display: block;
	width: 245px;
	height: 245px;
	background-image: url(images/doordouble.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}
#porte a:hover {
	display: block;
	background-image: url(images/doordouble.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#porte a:active, a:focus {
      outline: none;
}
.contact  {
	text-indent: -5000px;
	display: none;
}
/* textes
--------------------------------------------------*/
.slogan{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	margin:5px 270px 30px 100px;
	font-style: normal;
}
#content p{
	font-style: italic;
}
.accro {
	font-family: "Courier New", Courier, mono;
	font-style: italic;
	margin-top: 14px;
	margin-bottom: 1em;
}
/* boxes
--------------------------------------------------*/
#helper{
	margin: 20px 0 5px 0;
	text-align: center;
	height: 30px;
}
#card{
	position: relative;
	border-top: 1px solid #BFC1BF;
	border-right: 1px solid #BFC1BF;
	border-bottom: 2px solid #BFC1BF;
	border-left: 1px solid #BFC1BF;
	margin: 0px 0px;
	height: 380px;
	background-color: #FFFFFF;
	background-position: 95% 100%;
}
#logo{
border:0px solid green;
	margin: 75px 0 0 150px ;
}
#porte {
	position: absolute;
	border:0px dotted black;
	margin:0 padding:0;
	width: 245px;
	height: 245px;
	right: 20px;
	bottom: 0px;
}
#box{
border:0px solid green;
	padding:0;
	margin:0;
	width: 450px;
	height:auto;
}
#content{
border:0px solid black;
	margin:0px 0px 30px 50px;
	text-align: right;
}
#footer{
	margin: 20px 0 5px 0;
	text-align: center;
}
#linker {
	position: relative;
	bottom:0px;
	left:100px;
	width:700px;
	height: auto;
	padding:0px 30px 0 100px;
	border:1px solid black;
	text-align: center;
	}
#linker a {
	display: inline;
	width: auto;
	font-size:0.7em;
	color: #4DC44D;
	text-decoration: none;
	border-left: 0px solid #4DC44D;
	padding: 0px 0px;
	background-image: none;
	line-height: 1.5em;
}


