/* DIVERS */

body
{
  margin : auto;
	width : 810px;
	background-color : #063c6f;
	background-image : url("images/fond.png");
	background-repeat : repeat-y;
	background-position : center;
	font-family : 'Trebuchet MS';
	color : #063c6e;
}
a img
{
	border : none;
}
.link
{
	color : #063c6e;
}
.blink
{
	color : #ffffff;
}
a:hover
{
	text-decoration : none;
}
.italic
{
	font-style : italic;
}
.bold
{
	font-weight : bolder;
}
.smallcaps
{
	font-variant : small-caps;
	font-size : 1.2em;
}
.title_indent
{
	text-indent : 60px;
}
.right
{
	margin-left : 100px;
}
.float_left
{
	float : left;
	margin-right : 15px;
}
.float_right
{
	float : right;
	margin-left : 15px;
}

/* EN TETE */

#en_tete
{
	width : 810px; 
	height : 160px;
	margin-top : 10px;
	margin-bottom : 0px;
}

/* MENUS */

#vertical_menu
{
	width : 180px;
	position : absolute;
	margin-top : 30px;
	/margin-top : 25px; /* IE... */
	/margin-left : -130px;
	text-align : center;
}
#vmenu , #vmenu ul
{ 
	padding : 0;
    margin-top : 5px;
	margin-bottom : 20px;
	margin-left : 0px;
	/margin-left : -100px;
    list-style : none;
    line-height : 15px;
	font-weight : bold;
	font-size : 14px;
}
#vmenu a
{
    width : 180px;
	display : block;
    padding : 10px;
	padding-left : 0px;
    background-image : url("images/vmenu1.png");    
	background-position : left;		
	background-repeat : no-repeat;
    color : #063c6e;
    text-decoration : none;
	text-indent : 4px;
}
#vmenu a:hover 
{      
    background-image : url("images/vmenu.png");    
	background-position : left;		
	background-repeat : no-repeat;       
    color : #ffffff;
}
#vsubmenu
{
	margin-top : 0px;
	margin-bottom : 0px;
	
}
#vsubmenu a
{
	width : 150px;
	margin-left : 0px;
	/margin-left : 100px;
	margin-bottom : 2px;
	background-image : url("images/vsubmenu1.png");    
	background-position : left;		
	background-repeat : no-repeat;
	line-height : 12px;
	text-indent : -5px;
}
#vsubmenu a:hover 
{      
    background-image : url("images/vsubmenu.png");    
    color : #ffffff;
}
#vsubmenu li
{
	padding-left : 38px;
}
#player
{
	margin-top : 30px;
	margin-bottom : 5px;
}

/* CORPS */

#corps
{
	width : 590px; /*540*/
	margin-left: 230px;
	margin-top : 0px;
	margin-bottom: 20px;
	padding: 5px;
	text-align : justify;
	min-height : 525px;
	font-size : 14px;
}
#corps h5
{
	margin-top : 1px;
	padding-top : 1px;
}
#corps div
{
	width : 470px;
	margin-top : 20px;
	margin-bottom : 20px;
}
#news1
{
	width : 450px;
	margin : 10px;
	padding : 10px;
	padding-left : 20px;
	text-indent : 25px;
	border : 3px solid #7b7b7b;
	border-radius : 10px;
}
#news2
{
	width : 450px;
	margin : 10px;
	margin-left : 45px;
	padding : 10px;
	padding-left : 20px;
	text-indent : 25px;
	border : 3px solid #7b7b7b;
	border-radius : 10px;
}
#sponsors table , #sponsors td
{
	text-align : left;
	border : none;
   border-bottom : 15px solid white;
   border-collapse : collapse;
   font-size : 0.9em;
}

/* PIED DE PAGE */

#pied_de_page
{
	width : 1000px;
	margin-left : -100px;
	margin-bottom : 0px;
	background-color : #063c6f;
	color : #ffffff;
}
#pied_de_page p
{
	width : 780px;
	text-align : center;
	padding-left : 100px;
	padding-top : 5px;
	margin-bottom : 0px;
}
