/*Reset*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body{
	background: #151b00;
	font-family:Arial;
}

a{
	color:#488A0f;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	color:#d6ffb1;
	text-decoration:underline;
}

p{
	padding-top: 20px;
	text-align: justify;
}

h1{
	font-size:20px;
	color:#053B00;
	margin-top:12px;
}

h2{
	font-size:24px;
	color:#b3b3b3;
	margin-bottom:10px;
	margin-left:60px;
	margin-top:10px;
}

h3{
	text-align:right;
	font-size:10px;
	padding-left: 30px;
	padding-bottom:15px;
	color:#444;
	border-bottom:#CCCCCC solid 1px;
}

strong{
color: #006700;
font-size:12px;
}

.creaWeb{
	margin-left:17px;
	font-size:14px;
}

.center{
	text-align:center;
}

#monMenu{
	margin-left:41px;
}

#global{
	background: url(img/body.png);
	text-align: left;
	color: #fff;
	left:50%;
	 margin-left: auto;
	margin-right: auto;
	width:775px; /* largeur obligatoire pour être centré */
}

#menutop{
	position:absolute;
	margin-left:510px;
	height:119px;
	width:243px;
	background: transparent url(img/tri.png);
	background-repeat: no-repeat;
}
#menucorps{
	position:absolute;
	margin-top:120px;
	padding-left:30px;
	padding-right:10px;
	margin-left:510px;
	width:243px;
	min-height:200px;
}

#contenu{
	color:black;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	margin-left:80px;
	overflow:auto;
	min-height:390px;
	width:390px;
}

#contenu img{
	padding-top:20px;
	border:0;
}

#banner{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: transparent;
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 750px;
	height: 243px;
}

#bottombar{
	position: relative;
	height: 33px;
	width: 775px;
	bottom: 0;
	left: 0;
	background: transparent url(img/bottom-bar.png) top left repeat-x;
	background-attachment: scroll;
	color: #6f6f6f;
}

#bottomcontent{
	font-size:9px;
	padding-top:9px;
	text-align:center;
}