/* GENERAL TEMPLATE */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#bae066;
	font-family:"Century Gothic";
}

#intro{
	width:700px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-350px;
}

#container{
	width:900px;
	margin:10px auto;
}

#header{
	height:100px;
	background:url(../images/header.jpg) no-repeat;
}

#menu{
	height:20px;
	line-height:17px;
	background:url(../images/menu.png) no-repeat;
	text-align:center;
}

#menu ul{
	list-style-type:none,
}

#menu ul li{
	display:inline;
	padding-right:20px;
}

#menu ul li a:link, #menu ul li a:visited{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}

#menu ul li a:hover{
	color:#f78710;
}

#menu ul li a.under{
	color:#f78710;
}

#content{
	height:450px;
	margin-top:10px;
}

#accueil{
	width:700px;
	height:300px;
	margin:80px auto;
	text-align:center;
}

#contenu{
	width:850px;
	height:440px;
	background:#bae066 url(../images/back.jpg) center center no-repeat;
	margin:20px auto;
	overflow:auto;
}

#contenu2{
	width:850px;
	height:440px;
	background:#bae066 url(../images/back2.jpg) center center no-repeat;
	margin:20px auto;
	overflow:auto;
}

#contenu p, #contenu2 p{
	font-size:15px;
	color:#666;
}

#footer{
	height:52px;
	line-height:52px;
	background:url(../images/footer.jpg) no-repeat;
	text-align:center;
}

#footer p{
	font-size:12px;
	color:#666;
	font-weight:bold;
}

/* FREE TAGS */

img{
	border:none;
}

a{
	text-decoration:none;
	color:#666;
}

table.contact{
	text-align:left;
	margin-left:50px;
}

label{
	font-size:12px;
	color:#313131;
}

input[type=text], textarea{
	border:1px solid #422300;
}

input[type=submit]{
	border:none;
	cursor:pointer;
	width:60px;
	height:20px;
	background:url(../images/btenvoyer.jpg) no-repeat;
}

input[type=reset]{
	border:none;
	cursor:pointer;
	width:60px;
	height:20px;
	background:url(../images/btannuler.jpg) no-repeat;
}

input[type=submit].nl{
	border:none;
	cursor:pointer;
	width:60px;
	height:20px;
	background:url(../images/btenvoyernl.jpg) no-repeat;
}

input[type=reset].nlreset{
	border:none;
	cursor:pointer;
	width:60px;
	height:20px;
	background:url(../images/btannulernl.jpg) no-repeat;
}

span.star{
	color:#FF0000;
}
