body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background: #cc9 url(../images/design/bkgBodyIndex.jpg) repeat-x left top;
}

#container {
	width: 965px;
	margin: 0 auto;
}

/*****************************************************
HEADER
******************************************************/

#header {
	position: relative;
	height: 117px;
}

#header img.logo {
	position: absolute;
	top: 16px;
	left: -50px;
}

#header p {
	position: absolute;
	right: 0px;
	top: 40px;
	margin: 0;
	padding: 0;
	color: #004413;
}

/*****************************************************
MENU
******************************************************/
#header ul#menu {
	position: absolute;
	top: 80px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul#menu li {
	display: inline;
}

#header ul#menu li a {
	display: block;
	float: left;
	width: 95px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
}

#header ul#menu li a:link, #header ul#menu li a:visited {
	background: url(../images/design/menu/bkgMenu.gif) no-repeat left top;		
}

#header ul#menu li a:hover, #header ul#menu li a:active, #header ul#menu li.act a:link, #header ul#menu li.act a:visited, #header ul#menu li.act a:hover, #header ul#menu li.act a:active {
	background: url(../images/design/menu/bkgMenuOn.gif) no-repeat left top;		
}

/*****************************************************
MENU LANGUE
******************************************************/
#header ul#lang {
	position: absolute;
	top: 12px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul#lang li {
	display: inline;
	padding: 0 3px;
}


#header ul#lang li a:link, #header ul#lang li a:visited {
	color: #004413;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;
}

#header ul#lang li a:hover, #header ul#lang li a:active {
	background-color: #004413;
	color: #fff;
}

#header ul#lang li.act a:link, #header ul#lang li.act a:visited, #header ul#lang li.act a:hover, #header ul#lang li.act a:active {
	background-color: #004413;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/*****************************************************
BANNER
******************************************************/
#banner {
	height: 270px;
	width: 1092px;
	background: url(../images/design/bkgBannerIndex.jpg) no-repeat left top;
	position: absolute;
	overflow: hidden;
}


#banner h2, #banner p {
	color: #930;
	margin: 0;
	padding: 0;
}

#banner h2 {
	position: relative;
	top: 40px;
	left: 370px;
	font-size: 130%;
	text-transform: uppercase;
}

#banner p {
	position: relative;
	top: 70px;
	left: 370px;
	width: 340px;
	line-height: 25px;
	font-weight: bold;
}


/*****************************************************
QUICKLINKS
******************************************************/

#content .quicklinks {
	width: 300px;
	height: 100px;
	margin: 10px 0 0 0;
}

#content .quicklinks .img {
	width: 75px;
	float: left;
}


#content .quicklinks .txt {
	width: 225px;
	float: left;
}

#content .quicklinks .txt h2, #content .quicklinks .txt p {
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	color: #030;
	text-align: left;
	line-height: normal;
	font-size: 85%;
}


#content .quicklinks .txt h2 {
	margin: 3px 0 10px 0;
	text-transform: uppercase;
}

#content .quicklinks .txt a:link, #content .quicklinks .txt a:visited, #content .quicklinks .txt a:hover, #content .quicklinks .txt a:active {
	font-weight: bold;
	color: #030;
	text-decoration: none;
}




/*****************************************************
CONTENU
******************************************************/

#content {
	margin-top: 280px;
}

div.content3cols .col1, div.content3cols .col2, div.content3cols .col3 {
	width: 300px;
}

div.content3cols .col1, div.content3cols .col2 {
	float: left;
}

div.content3cols .col2 {
	margin-left: 30px;
}

div.content3cols .col3 {
	float: right;
}

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;	
}

#content h2 {
	width: 300px;
	height: 36px;
	background: url(../images/design/bkgH2Index.gif) no-repeat left top;
	text-align: center;
	color: #fff;
	line-height: 36px;
	font-size: 120%;
}

#content h2.twolines {
	width: 300px;
	height: 72px;
	background: url(../images/design/bkgH2Index_2lignes.gif) no-repeat left top;
	line-height: normal;
}

#content h2.twolines span {
	position: relative;
	top: 8px;
}

#content h2 a:link, #content h2 a:visited, #content h2 a:hover, #content h2 a:active {
	color: #fff;
	text-decoration: none;
}



#content .csc-textpic {
	margin-left: 10px;
}


#content h3 {
	color: #930;
	text-decoration: underline;
	font-size: 110%;
	margin: 0;
	padding: 10px 0;
}

#content p {
	color: #930;
	margin: 0;
	padding: 0;
}
