@charset "UTF-8";

/*

Bleu Normal = #3b73ba
Bleu foncé  = #1E3C6C
Vert picto  = #78a050
Textes gris = #404040

*/

/*************************************

	Base

**************************************/

body, html {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#box_IE6 {
	display: none;
}

/*************************************

	Définition des conteneurs

**************************************/

#box_black {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	background-color: #333;
	display: block;
	margin: 0px;
	height: 16px;
}
#box_langues {
	width: 960px;
	height: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
}
#box_menus {
	width: 960px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	background-color: #FFF;
}
#box_slider {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	background-color: #FFF;
}
#box_boutons {
	width: 960px;
	height: 70px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	background-color: #FFF;
}
#box_960 {
	width: 960px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
}
#box_main {
	width: 600px;
	overflow: hidden;
	margin: 0px;
	float: left;
	padding: 0px;
}
#box_droite {
	width: 325px;
	overflow: hidden;
	margin: 0px;
	float: right;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}