/* propriétés générales de la page */ 
body {
	background-color:#B80202;
}
	
/* propriétés du menu vertical */
#menu_vertical {
	padding-left: 115px;
	line-height:17px;
	margin: px;
	background-image:url("images/menu_item.png");
}

/* propriétés du menu vertical */
#top_menu_vertical {
	margin: 0px;
	padding: 0px;
	width:265px;
	height:47px;
	background-image:url("images/left_top_menu.png");
	background-repeat: no-repeat;
}

/* propriétés du menu vertical */
#bottom_menu_vertical {
	margin: 0px;
	padding: 0px;
	width:265px;
	height:29px;
	background-image:url("images/left_bottom_menu.png");
	background-repeat: no-repeat;
}

/* propriétés du menu vertical */
#bottom_menu_repeat {
	margin: 0px;
	padding: 0px;
	width:265px;
	height:200px;
	background-image:url("images/left_bottom_repeat.png");
	background-repeat: repeat-y;
}


/* propriétés du contenu */
#titre {
	margin: 0px;
	padding-left: 42px;
	line-height: 150%;
	width:663px;
	height:43px;
	font-size:22px;
	font-family:arial;
	color:#FFFFFF;
	text-align:left;
	background-image:url("images/title.png");
	background-repeat: no-repeat;
}

/* propriétés du contenu */
#titre2 {
	margin: 0px;
	padding-left: 42px;
	line-height: 150%;
	width:663px;
	height:43px;
	font-size:22px;
	font-family:arial;
	color:#FFFFFF;
	text-align:left;
	background-image:url("images/title2.png");
	background-repeat: no-repeat;
}

/* propriétés du contenu */
#contenu {
	margin: 0px;
	padding-left: 20px;
	line-height:17px;
	width:663px;
	font-size:12px;
	font-family:arial;
	font-weight: bold;
	color:#FFFFFF;
	text-align:left;
	background-image:url("images/main.png");
	background-repeat: repeat-y;
}

#contenu_in {
	margin: 0px;
	width:592px;
}

#news {
	padding-left: 10px;
	margin: 0px;
	width:592px;
}

#partners {
	margin: 0px;
	width:592px;
	text-align:center;
}

/* propriétés du contenu */
#contenu_pied {
	margin: 0px;
	padding: 0px;
	width:663px;
	height:44px;
	background-image:url("images/mfooter.png");
	background-repeat: no-repeat;
}

/* propriétés du contenu */
#contenu_pied2 {
	margin: 0px;
	padding: 0px;
	width:663px;
	height:24px;
	background-image:url("images/tfooter2.png");
	background-repeat: no-repeat;
}

/* propriétés du contenu */
#contenu_transition {
	margin: 0px;
	padding: 0px;
	width:663px;
	height:44px;
	background-image:url("images/tfooter.png");
	background-repeat: no-repeat;
}

#left_header {
	margin: 0px;
	padding: 0px;
	width:265px;
	height:250px;
	background-image:url("images/left_header.png");
	background-repeat: no-repeat;
}

#center_header {
	margin: 0px;
	padding: 0px;
	width:663px;
	height:250px;
	background-image:url("images/center_header.png");
	background-repeat: no-repeat;
}

#right_header {
	margin: 0px;
	padding: 0px;
	width:96px;
	height:250px;
	background-image:url("images/right_header.png");
	background-repeat: no-repeat;
}

#left_center {
	margin: 0px;
	padding: 0px;
}

#center {
	margin: 0px;
	padding: 0px;
}

#left_footer {
	margin: 0px;
	padding: 0px;
	width:265px;
	height:171px;
	background-image:url("images/left_footer.png");
	background-repeat: no-repeat;
}

#center_footer{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	color:#000000;
	font-family: arial;
	font-weight: bold;
	font-size:12px;
}

#center_footer a:link, #center_footer a:visited{
	margin: 0px;
	padding: 0px;
	color:#000000;
	text-decoration:underline;
}

#center_footer a:hover, #center_footer a:active{
	margin: 0px;
	padding: 0px;
	color:#000000;
	text-decoration:underline;
}
	
#advertising {
	margin: 0px;
	padding: 0px;
	padding-left: 67px;
	padding-top: 152px;
}
#advertising_right {
	margin: 0px;
	padding: 0px;
	padding-top: 33px;
}

#custom_table {
	border: solid #000000 1px; 
}
	
/* propriétés des liens (de base et déjà visités) contenus dans le bloc menu_vertical */
#menu_vertical a:link, #menu_vertical a:visited {
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;

}

/* propriétés des liens (au dessus et actifs) contenus dans le bloc menu_gauche */
#menu_vertical a:hover, #menu_vertical a:active {
	margin: 0px;
	padding: 0px;
	text-decoration:overline;
}

#date {	
	margin: 0px;
	width:592px;
	text-align: right;
}

/* propriétés des liens (au dessus et actifs) contenus dans le bloc menu_gauche */
#tableau {
	padding: 2px;
	border: solid #353535 1px; 
	background-color:#111111;
}

.data {
    color: #FFFFFF;
	padding-left: 2px;
	border: solid #020202 1px;
    background-color: #444242;
}

.kit_image{
    color: #FFFFFF;
	border: solid #020202 1px;
    text-align: center;
    background-color: #99918d;
}

.face_image{
    color: #FFFFFF;
	border: solid #020202 1px;
    text-align: center;
    background-color: #99918d;
}

a { 
	color:#ffffff; 
	text-decoration:none; 
}/*Paramètres des liens*/
 
a:hover { 
	color:#FFFFFF; 
	text-decoration:overline;
}/*Paramètres des liens quand le pointeur est sur ceux-ci*/ 