/* STRUCTURE */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#efefed;
}
#wrapper {
	height: auto;
	width: 100%;
}


#container {
	height: auto;
	width: 744px;
	position: relative;
	margin: 0px auto;
}
#containerprint {
	height: auto;
	width: 744px;
	position: relative;
	margin: 50px auto;
}
.clear {
	clear:both;
}

/* CUSTOM STYLES */
h1 {
}
h2 {
}
a:hover {
	color:#FC0;
}
a {
	color:#5e743b;
}
#listlegend{
	margin-top:10px;
	font-size:11px;
}
/* HEADER */
#header #message {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#e7e7e7;
	margin-top:18px;
}
#header #logo {
	float:left;
	margin-top:75px;
}
#header #citation {
	float:left;
	width:386px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#adadad;
	margin:62px 0 0 33px;
}

#header #mainmenu{
	clear:both;
	width:744px;
	height:43px;
	background-image:url(../images/bg-menu.jpg);
	background-repeat:no-repeat;
	margin-top:30px;
	padding:10px 0 0 30px;
}

#header #mainmenu ul{
	padding-left:-30px;
	float:left;
	height:43px;
	padding:0;
	margin:0;
}
#header #mainmenu ul li{
	list-style:none;
	display:inline;
	margin-right:50px;
	
}

#header #teasersection{
	width:744px;
	height:151px;
	background-image:url(../images/bg-teaser.jpg);
	margin-top:14px;
}
#header #teasersection #teaser{
	float:left;
	margin:45px 0 0 18px;
}
#header #teasersection #slider{
	float:left;
	margin:5px 0 0 72px;
	border-width:2px;
	border-collapse:collapse;
	border-color:#FFF;
	border-style:solid;
}


/* MAIN SECTION */
#main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7d7d7d;
}
#main #mainsection{
	width:465px;
	height:auto;
	float:left;
	border-width:1px;
	border-collapse:collapse;
	border-color:#d7d7cb;
	border-style:solid;
	margin:15px 0 0 0;
	padding:15px;
}
#main #secondarysection{
	width:210px;
	height:auto;
	float:right;
	border-width:1px;
	border-collapse:collapse;
	border-color:#d7d7cb;
	border-style:solid;
	margin:15px 0 15px 5px;
	padding:15px 10px 15px 15px;
}
#main #secondarysection #googlelink{
	color:#8eb652;
	margin-bottom:5px;
}
#main #information{
	width:715px;
	height:140px;
	margin:0 0 0 0;
	background-color:#FFF;
	background-image:url(../images/bg_information.png);
	background-repeat:no-repeat;
	background-position:20px 15px;
	padding-left:20px;
}
#main #information .contact{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#7d7d7d;
	margin-top:40px;
	margin-right:25px;
}
#main #information .contact a{
	color:#5e743b;
}
#main #information .contact a:hover{
	color:#FC0;
}
.title{
	margin-bottom:10px;
}



#main #partenaire{
	text-align:center;
	border-width:1px;
	border-collapse:collapse;
	border-color:#d7d7cb;
	border-style:solid;
	margin:15px 0 0 5px;
	padding:15px;	
}



/* FOOTER */
#footer{
	text-align:center;
	background-image:url(../images/bg_footer.png);
	background-repeat:repeat-x;
	background-color:#e6e7e2;
	float:left;
	width:100%;
	bottom:0px;
	margin-top:15px;
	margin-bottom:0px;
	z-index: 9999;
	padding-bottom:40px;
}
#footer ul{
}
#footer ul li{
	list-style:none;
	display:inline;
	margin-right:15px;
}
#footer ul li a{
	list-style:none;
	display:inline;
	color:#494949;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer ul a:hover{
	color:#FC0;
}
#footer .content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#adadad;
}