* {
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html, body {
	width: 100%;
	height:100%;
	background-color: #FFF7F6;
	text-align: center;
	overflow:auto;
	margin:0;
	padding:0;
	background-image: url(../img/body-gopartenaires.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:13px;
}

a {
	text-decoration: none;
	color: #10687E;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
#general {
	position:relative;
	height:auto;
	width:803px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
#haut {
	position:absolute;
	top:20px;
	left:0;
	width:803px;
	height: 100px;
	z-index:2;
}
#haut .textehaut {
	margin: 30px 16px;
	text-align:left;
}

#haut .textehaut h1 {
	font-size:26px;
	line-height:36px;
	font-weight:520;
}
#logo {
	position: absolute;
	top: 0;
	left:0;
	width:290px;
	height:100px;
}
#slogan {
	position:absolute;
	left: 310px;
	top: 42px;
	width: 390px;
	height:auto;
	font-size:90%;
	line-height: 120%;
	text-align:left;
	font-weight:bold;
}
#menu {
	position:absolute;
	left:0;
	top:80px;
	height:36px;
	width:110px;
	z-index:900;	
}
#contenu {
	position:absolute;
	top: 150px;
	left:0;
	height: auto;
	width: 803px;
	position: absolute;
	color:#000;
	text-align:center;
	z-index: 50;
}
#contenu .acc-par {
	position:absolute;
	top: 330px;
	left:0;
	height:auto;
	font-weight: bold;
	width: 790px;
	margin: 36px 12px 0 0;
	text-align:center;
}
#contenu ul {list-style:inside;}
#contenu ol {position:relative; margin:0; list-style:none;}
#contenu h2 {text-align:center;font-size:90%; padding: 6px; margin:0}
#contenu #formation, #contenu #recherche , #contenu #formation-adultes, #contenu #formation-suisse {
	position:absolute;
	width:200px;
	height:340px;
	background-image: url(../img/onglet-home.jpg);
	background-repeat: no-repeat;
	text-align:left;
	z-index: 20;
}
#contenu #formation {left:0;top:0;}
#contenu #recherche {left:201px;}
#contenu #formation-adultes {right:201px;}
#contenu #formation-suisse {right:0;}
#contenu p { text-align:left; font-size:82%; line-height:135%; padding-bottom:12px 0; margin:6px;}
/* #contenu img { border-top:solid 1px #FFF;border-bottom:solid 1px #FFF;} */

#lng {
	position:absolute;
	top: 48px;
	right: 4px;
	width: 100px;
	height:30px;
	color: #333;
	font-weight: normal;
	z-index:800;
}
#lng a {
	color: #FFF;
	display:block;
	float:right;
	padding-right: 4px;
	font-size: 100%;
	line-height: 150%;
	text-align:center;
	background-image: url(../img/fond-lng.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
}
#lng a:hover {
	color: #FFCC33;
}
.lng-actif {
	color: #000;
	display:block;
	float:right;
	padding-right: 4px;
	font-size: 100%;
	line-height: 150%;
	text-align:center;
	background-image: url(../img/fond-lng.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
}

#adresse {
	position: absolute;
	top:42px;
	left: 290px;
	width: 280px;
	height:310px;
	padding: 0 0 0 22px;
	border-left:solid 1px #FFF;
	text-align:left;
	z-index: 100;
}
#basdepage {
}
/* -- Styles pour formulaire -- */
.inputform {
	font-size: 12px;
	border: solid 1px #FFF;
	background-color: #1274D8;
	padding: 2px 5px 2px 5px;
	color:#FFF;
}
.boutonForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#333;
	padding: 3px 6px 3px 6px;
	border: solid 1px #000;
}
