@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: verdana, sans-serif;
	color: #030460;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background:#030460 url(images/background.jpg) repeat-x;
}
a {
	text-decoration:none;
}
/*---------------MENU------------------*/	
#menu {
	width: 900px;
	height: 82px;
	margin: 0;
	background:url(images/menu.jpg) no-repeat;
}
#menu ul {
	margin-left: 453px;
	text-align:center;
}
#menu ul, li {
	margin-top: 0;
	padding-left:0;
	margin-bottom:0;
}
#menu li {
	display:inline;
	float: left;
	margin-top: 45px;
}
#menu a {
	display:block;
	width:115px;
	color:#1E2354;
	font-size:15px;
	text-decoration:none;
}
#menu a.contact {
	display:block;
	width:95px;
	color:#1E2354;
	font-size:15px;
}
#menu a:hover {
	color:#0C5695;
}
/*---------------BANDEAU------------------*/	
#bandeau {
	width: 900px;
	height: 212px;
	margin: 0;
}
#logo {
	display: block;
	float:left;
	width:284px;
	height:212px;
}
#slogan {
	display:block;
	float:right;
	width:616px;
	height:212px;
}
img {
	border:none;
}
/*---------------ACCUEIL------------------*/	
#accueil {
	width: 900px;
	height: 253px;
	background:url(images/cadre-acc.jpg) no-repeat;
	margin:0px;
}
#accueil p {
	font-size:13px;
	color:#1E2354;
	width: 500px;
	margin: 7px 0px 0px 0px;
}
#texte {
	margin: 0px 0px 0px 70px;
}
/*---------------CONTENU------------------*/	
#contenu {
	color:#1E2354;
}
#partenaire {
	display: block;
	float:right;
	width: 900px;
	height: 37px;
	text-align: right;
	color:#FFFFFF;
	font-size:13px;
	margin:0;
}
#colonne-gauche {
	display: block;
	float:left;
	width:450px;
	height:595px;
	margin:0;
}
#colonne-droite {
	display: block;
	float:right;
	width:450px;
	height:595px;
	margin:0;
}
.bloc {
	width:450px;
	min-height:180px;
	background:url(images/cadre-texte.jpg) no-repeat;
}
.bloctexte {
	width:395px;
	margin-left:30px;
	margin-top:0px;
	font-size: 12px;
}
h1 {
	color: #F2F2F2;
	font-size:26px;
	margin: 0px 0 0 14px;
}
/*---------------CONTACT------------------*/	
#adresse {
	display: block;
	float:left;
	width:290px;
	color: #ffffff;
	text-align:center;
	font-size:12px;
	margin-top:0px;
}
#formulaire {
	display: block;
	float:right;
	width:610px;
	height:auto;
	color: #ffffff;
	text-align:left;
	font-size:12px;
	margin:0px;
}
#formulaire td {
	text-align:right;
}
/*---------------PARTENAIRES------------------*/
#encart-partenaire {
	display:block;
	float:left;
	width:900px;
	color: #ffffff;
	font-size:10px;
	margin:0px;
}
.logo-partenaire {
	display:block;
	float:left;
	width:90px;
	height:100px;
	margin:20px 5px 0px 0px;
}
#rta {
	display:block;
	float:left;
	width:295px;
	text-align:center;
	margin-top:0px;
}
#ems {
	display:block;
	float:left;
	width:295px;
	text-align:center;
	margin-top:0px;
	margin-left: 7px;
}
#gigagraf {
	display: block;
	float:left;
	width:295px;
	text-align:center;
	margin-top:0px;
	margin-left: 7px;
}
/*---------------PIED------------------*/
#pied {
display:block;
	float:left;
	color:#FFFFFF;
	text-align:center;
	width:900px;
	font-size:10px;
}
#pied a {
	text-decoration:none;
	color:#FFFFFF;
}
/*---------------POP-UP MENTIONS------------------*/
#mentions {
	width:420px;
	background:#999999 url(images/bg-mentions.jpg) repeat-x;
	font-size:12px;
	text-align:left;
	margin:30px 0 0 10px;
}
#mentions h1 {
	font-size:15px;
	margin-left:10px;
}
#mentions h2 {
	font-size:13px;
}

