body {
	background-image: url(gfx/bg.gif);
	background-repeat: repeat;
	background-color: #182A3A;
	font-family: Arial, Helvetica, sans-serif;
}

.principal{
	background-color: #182A3A;
	width:800px;
	height:782px;
	border:none;
}

.header {	
	background-color:#00264E;	
	height:200px;
	width:800px;	
	vertical-align:bottom;
}
	
.content {
	font-size: 12px;
	color: #5080BC;
	vertical-align:top;
}

.accroche {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color: #5080BC;
	padding:40px 20px;
	vertical-align:top;
}

.liste {
	vertical-align:bottom;
}

.liste li {
	list-style-image:url(gfx/puce.gif);
}

.listeContact li {
	list-style:none;
}

.footer {	
	background-color:#000;	
	height:90px;
	vertical-align:bottom;
	padding:0px;
}

.titres {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
	vertical-align:middle;
}

.titre_accroche {
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #2170CA;
}
	
.coordonnees{
	font-size: 10px;
	color:#bbbbbb;
	vertical-align:bottom;
}	
	
.rappel_menu a {
	font-size: 11px;
	color: #5080BC;
}

.rappel_menu a:hover {
	color: #fff;
}

.separation {
	color: #5080BC;
	font-size: 14px;
	margin:0px 10px;
}

.StyleCortix {
	font-size: 10px;
	color: #6DAEFF;
}

.StyleCortix:hover {
	color: #ffffff;
	text-decoration:none;
}



/* LIENS */

a:link {
	font-size: 11px;
	color: #3c608d;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3c608d;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a:active {
	text-decoration: none;
	color: #3c608d;
}

	
	
/* MENU */
	
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;
	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, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	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-size: 11px;
	color: #bdbcbc;
	height:43px;
	text-align:right;
	padding-right:10px;
	background-image: url(gfx/bouton_suite.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align:bottom;
	line-height: 12px;
}

/* FORMULAIRE */

.box_form {
	width:200px;
}
.btn_form {
	font-size: 12px;
	color: #fff;
	background-color:#5080BC;
}

							
.formulaire {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-SIZE: 10px;
	BORDER-LEFT: medium none;
	WIDTH: 100%;
	COLOR: #2B3A46;
	BORDER-BOTTOM: medium none; 
}
	
.formulairebouton {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	BORDER-LEFT: medium none;
	WIDTH: 49%;
	COLOR: #2B3A46;
	BORDER-BOTTOM: medium none;
}
		
	