/*
	Sont d�finis ici tout ce qui touche de l'ordre les couleurs utilis�es dans la partie GROUPE uniquement
*/

/** Inclusion du CSS d�finissant la structure du site **/
@import url("./p_interieures.css");
@import url("menu.css");

body {background-color: #ACBDCF;}

#header { background-color: #E5EBF1; }
#menu { background-color: #00346D; }
.menu, .menu a { color: white; }
.ssmenu, .ssmenu a {
	color: #01244B;
	font-weight: normal;
	text-align: left;
	background-color: #EDF4FB;
	border-bottom: 2px solid white;
}
.ssmenu ul:hover, .ssmenu li:focus, .ssmenu a:hover, .ssmenu a:focus {
	color: white;
	background-color: #00346D; /* meme couleur que '#menu' */
}
#rubrique {
	background-color: #ACBDCF;
	background-image:  url("../../_medias/img/f_g_rubrique_fond.png");
	background-position: top;
	background-repeat: repeat-x;
}
#sous_rubrique {
	color: #00346D; /* meme couleur que 'menu > background-color' */
	background-color: #E5EBF1;
	background-image: url(../../_medias/img/f_g_stitre_fond.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*****/
#contenu { background-color: #F6F8F8; }
#interieur p { color: #020202; }
#interieur h1 { color: #00346D; }
#interieur h2 { color: #00346D; }
#interieur a { color: #020202; }
#menubas {
	position: absolute;
	bottom: 130px;
	left: 0;
	height: 20px;
	width: 735px;
	background-color: #00346D;
	line-height: 21px;
	text-align: center;
}
#menubas, #menubas a {
	font-size: 12px;
	color: white;
	font-weight:bold;
}
#id_visuelle { background-color: white; }
#footer { background-color: #F6F8F8; } /* meme couleur que '#contenu' */
#logo_img {right:-1px;}
#sous_menu { background-color: cyan; } /*AVOIR********************************************************/
.ligne {
	background-image: url(../../_medias/img/f_g_trait.gif);
	background-position: center;
	background-repeat: repeat-x;
}

/*****contact****/
#zone_bt_valider { text-align: right; }
.zone_champ { width: 450px; }
.zone_champ1 { width: 200px; }
.zone_champ2 { width: 45px; }
.zone_champ3 { width: 120px; }
#mentions_legales p{
	color: #003269;
	font-size: 1em;
}
.champs_text {
	color: #003269;
	border: 1px solid #C4C4C4;
	width: 100%;
}
.champs_text_fixe {
	border: 1px solid #C4C4C4;
}
.bt_valider {
	background-color:#E5EBF1;
	border: 1px solid #43453A;
	margin-bottom: 1em;
}