*{
	margin:0px;
	padding:0px;
	
}
body
{
	background-image:url(../Theme/fond.png);
	background-repeat:repeat;
	margin:auto;	
}

h1{

	font-size:22px;
	color:#f51717;
	padding:10px;
	text-align:center;
	border:1px #f51717 solid;
	margin-bottom:20px;
}

h2{
	font-size:20px;	
	color:#f01616;
	padding:10px 0 0 20px;
	text-decoration:underline;
	font-family:"Trebuchet ms", Geneva, sans-serif;
}

h3{
	font-size:18px;
	padding:20px 0 0 35px;	
	color:#ef3939;
	text-decoration:underline;
	font-family:"Trebuchet ms", Geneva, sans-serif;
}

h4{
	font-size:16px;
	padding:20px 0 0 45px;	
	text-decoration:underline;
	color:black;
	font-family:"Trebuchet ms", Geneva, sans-serif;
}

p{
	font-size:14px;
	font-family:"trebuchet ms",Georgia,Serif;
	color:black;
	padding:10px;	
	margin:auto;
}
a{
	font-size:14px;
	font-family:"Trebuchet ms",Georgia,Serif;
	color:#cdcbcb;
	text-decoration:underline;

}

a:hover{
	color:#ea1010;

}

img, img:hover{
	border:none;

}

img.centrer{

	display:block;
	border:0px;
	margin:auto;
}

#global
{
	width:100%;
	height:100%;
}

#header
{
	height:180px;
	width:100%;
	margin:0px;
	border: 1px solid black;

}
#header div.part_1
{

	background-image:url(../Theme/fond_header.png);
	background-repeat:repeat-x;
	width:100%;
	height:180px;
	float: left;
	
}

#header img.part_2
{
	float: left;
	margin-left:2%;
	
}

#header img.part_3
{

	float: right
	
}

#bande 
{
	background-image:url(../Theme/bande.png);
	background-repeat:repeat-x;
	width:100%;
	height:20px;
	float: left;

}

#news{
	background-image:url(../Theme/news_fond.png);
	background-repeat:repeat-x;
	width:100%;
	height:100px;
	margin:0px;
	float:left;

}

#news ul li{

	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	float:left;
	
}

#news p{

	font-size:12px;
	font-family:"trebuchet ms",Georgia,Serif;
	color:#cdcbcb;
	padding:10px;
	width:230px;
	height:50px;
	margin:auto;
}

#liens{
	background-image:url(../Theme/news_fond.png);
	background-repeat:repeat-x;
	width:100%;
	height:50px;
	margin:0px;
	float:left;

}


#liens a{

	font-size:22px;
	font-family:"trebuchet ms",Georgia,Serif;
	color:#cdcbcb;
	padding:10px;
	width:auto;
	height:50px;
	margin:auto;
}

#liens a:hover{

	color:black;
}

#liens ul li{

	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	float:left;
	
}

#liens ul li.liens{

	padding-top:11px;
}

#liens ul li.liens:hover{
	
	background-image:url(../Theme/fond_liens.png);
	background-repeat:repeat-x;
	width:auto;
	height:50px;
	

}

#milieu {
	margin:0px;
    padding:0px;
    height:auto;

}

#menu {
	
	background-image:url(../Theme/fond_menu.png);
	background-repeat:repeat-y;
	float:left;
	width:200px;
	height:100%;
	
}

#menu ul li{

	margin-left:50px;
	padding:5px;
	list-style:none;	
}

#menu ul li.image_titre{
	
	margin:0px;
	padding:0px;
	height:50px;
	width:100px;

}

#menu ul li.teamspeak{
	
	margin:5px;
	padding:0px;

}

#menu ul li.image{
	
	margin:10px;
	padding:0px;

}
#corps_global{
	
	margin-left:200px;	
	width:auto;	
	height:auto;
	
}

#corps
{ 
	background-color:#232323;
	border:1px solid black;
	padding:10px;
		
}

#corps p
{ 
	color:#cdcbcb;
	font-size:14px;
	text-align:justify;
	
		
}
#corps table.membre th, table.membre td, table.membre tr{

	border:1px solid #c5bdbd;
}

#corps table.membre th{

	font-size:18px;
	font-family:"trebuchet ms",Georgia,Serif;
	color:#cdcbcb;
	background-color:#626262;
}

#corps table.membre td{

	font-size:16px;
	font-family:"trebuchet ms",Georgia,Serif;
	color:black;
	padding:2px;
	text-align:center;	
	background-color:#c83131;
	
}

#corps table.membre td.no_center{

	text-align:left;
	background-color:#232323;
	color:#cdcbcb;

}
#corps table.tutoriel{

 margin-top:20px;
 margin-bottom:20px;
 }
 
#corps table.tutoriel th,td,tr{

	border:1px solid gray;
	padding:5px;
	font-family:"trebuchet ms", Geneva, sans-serif;
	font-size:14px;

}

#corps table.tutoriel th{
	
	font-size:18px;
	text-align:center;
}

#corps table.tutoriel td.cmd{
	
	color:#84cd3b;
}

#corps img.album{
	
	border:1px solid black;

}

#corps img.album:hover{
	
	border:1px solid red;

}

#corps ul.tutoriel{

	margin-left:30px;
}

#corps ul.tutoriel li  {
	
	text-align:justify;
	color:#cdcbcb;
	font-size:14px;
	font-family:"Trebuchet ms", Geneva, sans-serif;
	
}
#footer
{
	background-image:url(../Theme/fond_footer.png);
	background-repeat:repeat-x;
	border:1px solid black;
	height:100px;
	width:100%;
	overflow:hidden;
	

}
#footer p
{
	text-align:center;
	padding-top:20px;
	
}

