html, body {
	margin: 0; /*indispensable*/
	padding: 0;/*indispensable*/
	height: 100%;/*indispensable*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
div#container {
	width:960px;
	background-color:#FFFFFF;
	min-height: 100%;/*indispensable*/
	padding: 0;/*indispensable pour centrer le site*/
	position: relative;/*indispensable*/

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bg_accueil {
	background: url(../images/bg_accueil.jpg) no-repeat center top;
}
.bg_interne1 {
	background: url(../images/bg_interne1.jpg) no-repeat center top;
}
.bg_interne2 {
	background: url(../images/bg_interne2.jpg) no-repeat center top;
}
.bg_interne2_1 {
	background: url(../images/bg_interne2_1.jpg) no-repeat center top;
}
.bg_interne2_2 {
	background: url(../images/bg_interne2_2.jpg) no-repeat center top;
}
.bg_interne2_3 {
	background: url(../images/bg_interne2_3.jpg) no-repeat center top;
}
.bg_interne2_4 {
	background: url(../images/bg_interne2_4.jpg) no-repeat center top;
}
.bg_interne2_5 {
	background: url(../images/bg_interne2_5.jpg) no-repeat center top;
}
.bg_interne3 {
	background: url(../images/bg_interne3.jpg) no-repeat center top;
}
.bg_interne4 {
	background: url(../images/bg_interne4_1.jpg) no-repeat center top;
}
.bg_interne4_1 {
	background: url(../images/bg_interne4_2.jpg) no-repeat center top;
}
.bg_interne5 {
	background: url(../images/bg_interne5.jpg) no-repeat center top;
}
.bg_interne6 {
	background: url(../images/bg_interne6.jpg) no-repeat center top;
}
.bg_interne7 {
	background: url(../images/bg_interne7.jpg) no-repeat center top;
}
.bg_interne8 {
	background: url(../images/bg_interne8.jpg) no-repeat center top;
}

div#header {
	height:40px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	background-position: top;
	/*background-color:#CCCCCC;*/
}
div#main{
	padding-bottom: 50px;/*indispensable mais on peut changer la hauteur*/
	overflow: auto;/*indispensable*/
}

/************   MENU   *************/
div#menu {
	/*height:40px;*/
	/*background-color:#6699CC;*/
	padding-top: 14px;
	padding-left: 2px;
	padding-right: 2px;
}
.sep_menu2 {
	margin-left: 14px;
}
.logo {
	margin-top: 34px;
	margin-right: 20px;
}
.menu_act {
	font-weight: bold;
}


/************   NEWS   *************/
#news_accueil {
	margin-right: 40px;
	margin-left: 46px;
	margin-top: 14px;
}

.vignette_news {
	float: left;
	padding-right: 14px;
}



/************   LOGO & LANGUES   *************/
div#logo {
	float:right;
	width:572px;
	/*background-color:#e4e4e4;*/
	text-align:center;
	height: 100px;
	padding-right: 28px;
}

/************   CONTENT   *************/
div#content {
	float:right;
	width:536px;
	/*background-color:#e4e4e4;*/
	text-align:left;
	clear: both;
	padding-right: 46px;
}

div#footer {
	height:25px;
	position: absolute;/*indispensable*/
	width: 100%;
	bottom: 0;/*indispensable*/
	background-color:#ffffff;
	color:#c0c0c0;
	font-size: 10px;
	clear:both;/*indispensable*/
	text-align:center;
}



/************   TEXTE   *************/

p {
	margin-right: 46px;
	margin-left: 46px;
}

ul {
	margin-right: 46px;
	margin-left: 46px;
}

.txt_accueil {
	margin-right: 46px;
	margin-left: 46px;
}

.tit_accueil {
	width: 400px;
}

.tit_par {
	width: 400px;
	height: 52px;
}
.sous_tit {
	color: #aeb1d0;
	font-weight: bold;
}

.txt_small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

/************   LINKS   *************/
A:link, A:visited, A:active { text-decoration: none ; color: #9ca3c7}
A:hover { color:#d5d7e7; text-decoration: none}

A.thickbox:link, A.thickbox:visited, A.thickbox:active { text-decoration: none ; color: #334783}
A.thickbox:hover { color:#9EA9C4; text-decoration: none}

A.linkmenu:link, A.linkmenu:visited, A.linkmenu:active { text-decoration: none ; color: #666666}
A.linkmenu:hover { color:#ffcc00; text-decoration: none}

A.linkfooter:link, A.linkfooter:visited, A.linkfooter:active { text-decoration: none ; color: #c0c0c0}
A.linkfooter:hover { color:#666666; text-decoration: none}


/************   FORMULAIRES   *************/


input,textarea,checkbox,select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #f5f7fb;
	border: solid 1px #dadbdb;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #e1e4ee;
	border: solid 1px #dadbdb;
}



/**   transparence PNG sous IE6    **/
img, div { behavior: url(iepngfix.htc) }

