/*///////////////////////////////////////////////////////////*/
/*/															/*/
/*/															/*/
/*/						Design par XnEoZ					/*/
/*/						Codage par XnEoZ					/*/
/*/				Pour les membres de Tcheval.net				/*/
/*/															/*/
/*/															/*/
/*/						XnEoZ@hotmail.fr		        	/*/
/*/															/*/
/*///////////////////////////////////////////////////////////*/


*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#fe43df; font-size:8pt}
a:hover{text-decoration:underline;}


body {
	width: 900px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#208080;
	background-color:#bbff00;
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	float:left;
	width:962px;
	background: url(images/fondcontenu.png) repeat-y left top;
}

/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
	width:1000px;
	height:266px;
	font-weight:bold;
	text-transform:uppercase;
	background: url(images/header.png) no-repeat left top; 
}

/*///////////////////////////////////  MENU  A DROITE //////////////////////////*/
#menu {
	float:right;
	display:inline;
	width:235px;
	height:554px;
	text-align:left;
	margin:0 -37px 0 0;
	padding:40px 0;
	background: url(images/menu.png) no-repeat left top;
}
#menu h2 {
	font-size:10pt;
	margin:0;
	padding:20px 0 5px 0;
	text-align:center;
	color:#049c19;
}
#menu ul {
	margin:0 0 20px 0;
	font-size:10pt;
	list-style:none;
}

#menu ul li {
	width:236px;
}

#menu ul li a {
	display:block;
	margin:0px;
	text-align:center;
	text-decoration:none;
	color:#000000;
	background: url(images/lien.png) no-repeat left top;
}

#menu ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0 190px 0 130px;
	padding:10px;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}

#corps h1 {
	color:#369c04;
	margin:0 10px 0 0;
	padding:0;
	font: bold 10pt Tahoma,Verdana,sans-serif, Arial;
	border-bottom:1px solid #369c04;
}
#corps p {
	color:#BBFF00;
	margin:5px 0;
	padding:0;
}
#corps p a {
	color:#18ff00;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#BBFF00;
}
/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	clear:both;
	width:999px;
	height:120px;
	padding-top:5px;
	font-size:9px;
	text-align:center;
	color:#bbff00;
	background:#bbff00 url(images/footer.png) no-repeat left top;
}

p#footer a{
color:#00ff24;
}