body {
	background-image: url(gfx/bg.gif);
	background-repeat: repeat;
}
.td{
	background-color: #000000;
}

.tab2{
	background-color: #474747;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
	
	.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding:20px;
	}
	
.style1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#bbbbbb;
	}
	
	
.Style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;

}

.StyleCortix {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;

}

.StyleCortix:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;
text-decoration:none;

}

.StyleJean {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
padding:10px;

}

.StyleJaune {
	color: #474747;
	font-size: 14px;
}

/* LIENS */

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #a31515;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

	
	
/* MENU */

.menu {
	background-image: url(gfx/menu.gif);
	background-repeat: no-repeat;
	height:221px; }
	
.texte_menu{
	font-family: Tahoma;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left:35px;}
	
	ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 0px 0 ;
	padding-left: 0px ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 167px;
	line-height: 36px;
	color: #000;
	text-indent: 30px; /* On décale le texte de 40px du bord gauche */
	text-decoration: none; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	background-image: url(gfx/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Tahoma;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

ul#menu li a:hover
{
	background: url(gfx/bg_menu.gif) no-repeat 0 -36px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
}
		
	
	
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bdbcbc;
	height:57px;
	text-align:right;
	padding-right:20px;
	line-height:16px;
	background-image: url(gfx/bouton_suite.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.header {
	background-image: url(gfx/header.jpg);
	background-color:#17232e;
	height:245px;
	width:799px;
	background-position: bottom;
}
.titres {
	background-image: url(gfx/titres.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:55px;
	line-height:40pt;
}

.titres_gris {
	background-image: url(gfx/titres.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #8F0505;
	line-height:40pt;
}
	.titre_blanc {
	background-color:#050505;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:2px;
	line-height:20pt;
}
	.titre_milieu {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:25px;
	line-height:20pt;
}
.titre_milieu-bis {
	background-color:#17232E;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height:20pt;
}
	
								/* FORMULAIRE */
									
.formulaire {
	FONT-SIZE: 11px;
	WIDTH: 100%;
	COLOR: #fff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #8F0505;
	border: 1px solid #fff;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.formulaire_bouton { 
BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: medium none; WIDTH: 49%; COLOR: #fff; BORDER-BOTTOM: medium none; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #8F0505
}
