/* background */

body{
	background-color:#FFFFFF;
}

/* canneva */

.caneva{
	width:100%;
	height:100%;
	
	border:0;
	border-style:solid;
	border-color:#000000;
	
	margin-top:10px;
}

/* header */

#en_tete{
	width:100%;
	height:100%;
	
	border:1px;
	border-style:solid;
	border-color:#000000;
}

.ban{
	width:100%;
	height:180px;
	background-image:url('../images/banniere_rouge.jpg');
	background-repeat:no-repeat;
}

/* menu */

#menu{
	width:14%;
	height:100%;
	
	border:1px;
	border-style:solid;
	border-color:#000000;
	
	background-color:#D70000;
	
	vertical-align:top;
}

.element_menu{
	padding:5px;
}

h3{
	color:#000000;
	
	font-family:Impact;
	font-size:17px;
}

li{
	color:#000000;
}

.menu_links{
	color:#000000;
	
	text-decoration:underline;
	
}

.menu_links:hover{
	color:#000000;
	
	text-decoration:none;
	
}

.img_design{
	border:0;
	margin-left:25px;
	margin-bottom:5px;
}

/* separation menu affichage */

#vide{
	width:1%;
	height:100%;
	
	border:0px;
	border-style:solid;
	border-color:#000000;
}

/* corps */

#corps{
	width:85%;
	height:100%;
	
	border:1px;
	border-style:solid;
	border-color:#000000;
	
	background-color:#D70000;
	
	text-align:center;
}

#news{
	width:80%;
	height:90%;
	
	border:1px;
	border-style:solid;
	border-color:#000000;
	
	background-color:#D70000;
	
	text-align:center;
}

.home{
	text-align:justify;
	font-size:18px;
	margin-left:90px;
	margin-right:90px;
	
}

.news_table
        {
	border:0px;
	border-color:#000000;
	border-style:solid;
	width:60%;
	vertical-align:top;
}

.news_info
{
	width:70%;
	height:10%;
	border:1px;
	border-color:#000000;
	border-style:solid;
	font-weight:bold;
}

.news_content
{
	width:70%;
	height:10%;
	border:0px;
	border-color:#000000;
	border-style:solid;
	text-align:justify;
}

#video{
	width:70%;
	height:100%;
	
	border:1px;
	border-style:solid;
	border-color:#000000;
	
	background-color:#D70000;
	
	text-align:center;
}

.video_table
{
	border:0px;
	border-color:#000000;
	border-style:solid;
	width:70%;
	height:35%;
}

.video_info
{
	width:70%;
	height:20%;
	border:0px;
	border-color:#000000;
	border-style:solid;
	font-weight:bold;
}

.video_content
{
	width:70%;
	height:15%;
	border:0px;
	border-color:#000000;
	border-style:solid;
	text-align:center;
	vertical-align:top;
}

.jpg_videos{
	width:400px;
}

.pilots_table
        {
	border:1px;
	border-color:#000000;
	border-style:solid;
	width:70%;
	height:50%;
}

.pilots_info
{
	width:20%;
	height:30%;
	border:0px;
	border-color:#000000;
	border-style:solid;
	font-weight:bold;
	text-align:left;
}

.pilots_info2
{
	width:85%;
	height:30%;
	border:0px;
	border-color:#000000;
	border-style:solid;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	vertical-align:top;
}

.pilots_content
{
	width:70%;
	height:30%;
	border:0px;
	border-color:#000000;
	border-style:solid;
	text-align:center;
}

.pilots_content2
{
	width:70%;
	height:30%;
	border:0px;
	border-color:#000000;
	border-style:solid;
	text-align:justify;
	vertical-align:top;
}

.pilots_content3
{
	width:70%;
	height:30%;
	border:0px;
	border-color:#000000;
	border-style:solid;
	text-align:center;
	vertical-align:top;
	font-size:16px;
	font-weight:bold;
}

.jpg_pilots{
	width:150px;
	height:210px;
}

.icone{
	border:0;
}

.admin_link{
	color:#000000;
	text-decoration:none;
}

.admin_link:hover{
	color:#000000;
	text-decoration:none;
}

.admin_link:visited{
	color:#000000;
	text-decoration:none;
}

/* footer */

#pied_de_page{
	width:100%;
	height:100%;
	
	border:1px;
	border-style:solid;
	border-color:#000000;
	
	text-align:center;
	color:#000000;
	
	background-color:#D70000;
}

.center{
	text-align:center;
}

.img_links{
	border:0;
	width:300px;
}


