/* 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_grise.jpg');
	background-repeat:no-repeat;
}

/* menu */

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

.element_menu{
	padding:5px;
	
	background-color:#727272;
}

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:#727272;
}

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

.news_table
        {
	border:0px;
	border-color:#000000;
	border-style:solid;
	margin-left:5px;
	margin-right:5px;
	width:80%;
}

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

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

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

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

.login_tab_1{
	border:0px;
	border-color:#000000;
	border-style:solid;
	margin-left:5px;
	margin-right:5px;
	width:60%;
}

.login_tab_2{
	border:0px;
	border-color:#000000;
	border-style:solid;
	width:15%;
	color:#000000;
	text-align:center;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}

.login_tab_3{
	border:0px;
	border-color:#000000;
	border-style:solid;
	width:40%;
	color:#000000;
	text-align:left;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	padding:2px;
}

.td_menu_center{
	border:0px;
	border-color:#000000;
	border-style:solid;
	text-align:center;
	width:30%;
	height:33%;
	padding:3px;
}

.input{
	width:99%;
}

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

.video_tab_1{
	border:0px;
	border-color:#000000;
	border-style:solid;
	margin-left:5px;
	margin-right:5px;
	width:70%;
}

.video_tab_2{
	border:0px;
	border-color:#000000;
	border-style:solid;
	width:20%;
	text-align:center;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}

.video_tab_3{
	border:0px;
	border-color:#000000;
	border-style:solid;
	width:60%;
}

.video_tab_4{
	border:0px;
	border-color:#000000;
	border-style:solid;
	width:10%;
	text-align:center;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}

/* footer */

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

