body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #28587b;
	margin: 0;
	padding: 0;
	text-align: center; /* centre le conteneur dans les navigateurs IE 5.x. Ensuite aligné à gauche dans #container */
}
#contenu_total {
	position: relative;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */ 
	/*width: 968px;*/
	background-color: #ffffff;
	/*border-left: solid 1px #d4dee5;*/
	/*border-right: solid 1px #d4dee5;*/
	text-align: left; /* annule le paramètre text-align: center dans body */
}
#contenu_footer {
	display:none;
}
#header {
	display:none;
}
#banner {
	padding: 0px 0px 30px 0px;
	margin: 0px;
	background-color: #ffffff;
}
#menubar {
	display:none;
}
#mainContent {
	margin-left: 0px;
	padding: 0px;
	background-color: #ffffff;
}
footer {
	display:none;
}
#hide_print {
	display:none;
}
/* COLONNE GAUCHE MENU -----------------------------------*/
#contentMenu {
	display:none;
}
table.menu {
	display:none;
}
td.menu {
	display:none;;
}
td.menuProducts {
	display:none;
}
td.puce {
	display:none;
}
a.menu {
	display:none;
}
a.menu:hover {
	display:none;
}
a.menuProducts {
	display:none;
}
a.menuProducts:hover {
	display:none;
}

/* COLONNE DROITE TEXTES ---------------------------------*/
#contentPage {
	margin: 0px;
	padding: 0px;
	height: 450px; /*ici pour taille min de page*/
	background: #ffffff;
	/*border-left: solid 1px #d4dee5;*/
}

/* MISES EN FORME TEXTES ---------------------------------*/
p {
	margin: 0px;
	line-height: 17px;
}
.interligne {
	margin: 0px;
	line-height: 9px;
}
.pageTitle {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #28587b;
}
.SubTitleCapital {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #28587b;
	text-transform : uppercase;
}
.SubTitleUnderline {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #28587b;
	text-transform : uppercase;
	border-bottom: solid 1px #dddddd;
}
.SubTitleCadre {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #28587b;
	border: solid 1px #bed3e8;
	padding: 4px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #28587b;
	line-height: 25px;
}
.LittleTypo {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #28587b;
	line-height: 13px;
}

/* LES LIENS ---------------------------------------------*/
a {
	color: #28587b;
	text-decoration: none;
}
a:hover {
	color: #4278a1;
	text-decoration: underline;
}
a.UnderLink {
	color: #28587b;
	text-decoration: underline;
}
a.UnderLink:hover {
	color: #4278a1;
	text-decoration: underline;
}

/* LES LISTES PUCES --------------------------------------*/
ul{
	list-style-type:square;
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin-left: 18px;*/
	margin-right: 0px;
	line-height: 17px;
}

/* LES IMAGES --------------------------------------------*/
img {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
.imgFlotRightTop {
	float: right;
	margin-left: 22px;
	margin-bottom: 17px;
	margin-top: 3px;
}
.imgFlotLeftTop {
	float: left;
	margin-right: 22px;
	margin-bottom: 17px;
	margin-top: 3px;
}
.imgFlotRight {
	float: right;
	margin-left: 22px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.imgFlotLeft {
	float: left;
	margin-right: 22px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* LES TABLEAUX ------------------------------------------*/
table {
	border: 0px;
}
td {
	padding: 0px;
	margin: 0px;
}
td.alignTopLeft {
	vertical-align: top;
	text-align: left;
}
td.alignTopRight {
	vertical-align: top;
	text-align: right;
}
td.alignTopMiddle {
	vertical-align: top;
	text-align: center;
}
table.large {
	width: 968px;
	border: 0px;
	padding: 0px;
}
table.formulaire {
	width: 650px; /* au lieu de 720 px*/
	border: 0px;
	padding: 0px;
}
td.headerLeft {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: left;
	vertical-align: top;
	background: #FFFFFF;
}
td.headerRight {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: right;
	vertical-align: top;
	background: #FFFFFF;
}
td.bannerTitle {
	margin: 0px;
	padding: 8px 0px 0px 34px;
	border: 0;
	width: 550px;
	text-align: center;
	background: #FFFFFF url(../images/banner_right.jpg) no-repeat;
}
td.bannerLeft {
	display: none;
	/*
	margin: 0px;
	padding: 0px;
	border: 0;
	width: 177px;
	text-align: left;
	vertical-align: top;
	background: #FFFFFF;
	*/
}

/* LES ELEMENTS FORMULAIRES ------------------------------*/
input {
	border-right: #bed3e8 1px solid;
	border-top: #bed3e8 1px solid;
	border-left: #bed3e8 1px solid;
	border-bottom: #bed3e8 1px solid;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4278a1;
}
textarea {
	border-right:#bed3e8 1px solid;
	border-top: #bed3e8 1px solid;
	border-left: #bed3e8 1px solid;
	border-bottom: #bed3e8 1px solid;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4278a1;
}
select {
	border-right: #bed3e8 1px solid;
	border-top: #bed3e8 1px solid;
	border-left: #bed3e8 1px solid;
	border-bottom: #bed3e8 1px solid;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4278a1;
}
.button {
	background-color: #e5ecf4;
	
}
.formu {
	margin: 0px;
	line-height: 15px;
}


/*
------------- RAPPEL COULEURS --------------------------
#e3edf6 = gris: color bakground body
#d4dee5 = gris: color 3 bords verticals
#28587b = bleu: color texte body
#bed3e8 = bleu clair: champs formulaire, cadre subtitle
*/
