@import "layout.css";
@import "GBstyles.css";

p, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;	
}
a img { border:0; }

/* Hack GB pour que les boutons s'affiche correctement */
._gb_para_control {
	/*position:absolute;
	display:inline;*/
	z-index: 999;	
}

a 			{font-weight: bold; }
a:link 		{ color:#173896 }
a:visited 	{ color:#173896 }
a:hover 	{ color:#173896; text-decoration: none; }
a:active 	{ color:#173896 }

.spacer 	{ clear:both;			}
.center 	{ text-align:center;	}
.left 		{ texte-align:left;		}
.right 		{ text-align:right;		}
.justify 	{ text-align:justify;	}
.noborder 	{ border: 0;			}

/*
 * formulaire
 */
.form { 
	background-color:#ebeced;
	height:15px;
	border:1px; 
	border-style:solid;
	border-color:#b3c1dd;
	font-family:Verdana, sans-serif;
	font-size:11px; 
	color:#344b9f;
}
/*
 * Styles de la home
 */
 div#homeContent h1 {
	height:177px;
	visibility: hidden;
}
div#homeContent h2 {
	padding-bottom: 18px;
	color:#5c97d1;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
/*
 * Styles du header
 */
 div#header h1 {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 222px;
	height: 75px;
}
div#header h1 a {
	display: block;
	width: 222px;
	height: 75px;
}
div#header h1 a span {
	display: none;
}
div#header h2 {
	position: absolute;
	top: 120px;
	left: 25px;
	color:white;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	
}
div#header div {
	position: relative; 
	top: 0; 
	left: 0; 
	width: 950px; 
	height: 201px; 
	z-index: 0;
}
/*
 * Menu Horizontal
 */
ul#menuHorizontal {
	height:35px;
	list-style-type: none;
	background: url('img_menuHaut.gif') no-repeat left top;
}
ul#menuHorizontal li {
	float: left;
}
ul#menuHorizontal li a {
	display: block;
	height: 35px;
}
ul#menuHorizontal li a span {
	display: none;
}
a#menuH1 {width: 116px;}
a#menuH2 {width: 112px;}
a#menuH3 {width: 122px;}
a#menuH4 {width: 150px;}
a#menuH1:hover {width: 116px; background: url('img_menuHaut.gif') no-repeat 0 -35px;}
a#menuH2:hover {width: 112px; background: url('img_menuHaut.gif') no-repeat -116px -70px;}
a#menuH3:hover {width: 122px; background: url('img_menuHaut.gif') no-repeat -228px -105px;}
a#menuH4:hover {width: 150px; background: url('img_menuHaut.gif') no-repeat -350px -140px;}


ul#langue {	
	position: absolute;
	top: 10px;
	right: 24px;
	list-style-type: none;
}
ul#langue li {
	float: left;
	padding-left: 10px;
}
/*
 * Menu colonne gauche
 */
 div#colonneGauche h1 {
 	padding: 26px 0 0 25px; 
 	height: 21px; 
 	border-bottom: 1px solid #ccc; 
 	color: #2f2c34;
 	font-size: 12px; 
 	font-weight: bold;
 }
 div#colonneGauche div.texte_menu_gauche { 
 	position: relative;
 	padding-top: 8px;
 	padding-left: 25px; 
 	height: 20px; 
 	border-bottom: 1px solid #ccc; 
 	color: #2f6ec9;
 	font-weight: bold;
 }
 div#colonneGauche div.texte_menu_gauche a { 
 	position: absolute;
 	display:block; 
 	top: 0;
 	left: 0;
 	padding-top: 8px; 
 	padding-left: 25px;
 	height: 20px; 
 	width: 174px;
 	color: #2f2c34;
 	background: url("img_fondMenuVertical.gif") repeat-x left top;
 	text-decoration: none;
 	font-weight: normal;
 }
 div#colonneGauche div.texte_menu_gauche a:hover { 
 	color: #2f6ec9;
 	font-weight: bold;
 	background: 0;
 }