body {
	background-color: #474946;
	width:980px;
	margin:0px auto;
	border: 1px solid #000000;
	background-repeat:repeat-x;
	}

#header {
	width: 980px;
	height:120px;
	background-image:url("img/logo.png");
	background-repeat:no-repeat;
	background-position: center left;
}

#menu_haut {
	width:700px;
	margin-top:20px;
	height:100px;
	background-image:url(img/top.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	float:right;
}

#menu_haut a.lien_menu {
	color:#B6CD4D;
	display: block;
	float: left;
	height: 100px;
	font-weight: bolder;
}

#menu_haut a.lien_menu:hover {
	background-image:url("img/sous-menu.jpg");
		background-image:url("img/bouton-menu-haut_on.gif");
	background-repeat: no-repeat;
		background-color: #333333;
}

#menu_haut a.lien_menu span {
	display: block;
	color: #adcc1d;
	text-align: center;
	margin-top: 45px;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
}

#contenu {
	width:980px;
	background-image:url("img/contenu.jpg");
	background-repeat: repeat-y;
}

#footer {
	clear:both;
	width:980px;
	height:35px;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 30px;
}

#menu_haut a, #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
}

#footer {
	color:#000000;
}

#footer a {
	color:#B6CD4D;
	text-decoration: none;
	clear: both;
}

#grand, #petit, #large {
	float: left;
	padding: 40px;
}

#petit { width: 220px; padding-right: 20px; }

#grand { width: 600px; padding-left: 20px; }

#large { width: 870px; padding-left: 20px;  }

.fin_float {
	clear:both;
}

h1 {
	font-size: 20px;
	color:#ADCC1D; 
	font-family: Georgia,Helvetica, Arial, sans-serif;
	font-style: italic;
	margin: 0px;
	padding: 5px; 
	text-align:center;
}

h2 {
	font-size: 14px;
	color:#ADCC1D;
	font-family: Georgia,Helvetica, Arial, sans-serif;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: -10px;
	padding-left: 10px;
	border-left: 15px solid #ADCC1D;
}

p, li, td, table, select, input, textarea {
	font-family:Verdana, arial;
	font-size:12px;
	vertical-align:top;
	line-height:20px;
	color:#ccc;
	text-align: justify;
}

b {
color: Highlight;
	font-size:14px;
}

#portfolio {
	border-collapse:collapse;
}

#portfolio tr, #portfolio td, #portfolio div {
	clear:both;
	max-height:100px !important;
	overflow:hidden;
}

#portfolio h2 {
	border:none;
	border-right: 5px solid #ADCC1D;
	text-align:right;
	padding:25px;
	padding-right:15px;
	width:150px;
	margin-top:15px;
}

#portfolio a {
	margin:10px 20px;
	display:block;
	float:left;
	vertical-align:middle;
	border:none;
}

#portfolio a img {
	border:none;
}

#portfolio a:hover img {
	border-bottom:2px solid #ADCC1D;
}


form { margin:0px; padding:0px; }
input, textarea {color: #333; }

.list ul{margin:0px; padding:0px; list-style:none; line-height:18px}
.list ul li a{ color:#8A984A; text-decoration:underline}
.list ul li a:hover{ text-decoration:none}

.footer{ margin-left:38px; color:#000000}
.footer span{ color:#888888}
.footer a{ color:#8A984A; text-decoration:none}
.footer a:hover{ text-decoration:underline}

a{ color:#8A984A; text-decoration:underline}
a:hover{ text-decoration:none}

span a{ color:#8A984A; text-decoration:none}
span a:hover{ text-decoration:underline}

span{ color:#8A984A}

.header{ color:#B6CD4D}
.header a{ color:#B6CD4D; text-decoration:none}
.header a:hover{ text-decoration:underline}

.form input{
	width:121px;
	height:20px;
	
	padding:2px 0 0 6px;
	border-style:solid;
	border-color:#2E2E2C;
	border-width:1px;
	background-color:#000000
}


.form textarea {
	width:121px;
	height:84px;
	color: #888888;
	overflow:hidden;
	padding:2px 0 0 6px;
	border-style:solid;
	border-color:#2E2E2C;
	border-width:1px;
	background-color:#000000
}

