/* =General-----------------------------------------------------------------------------*/

html{height: 100%}
p{margin: 0;padding: 0;}
blockquote{}
ul, ol{margin: 0;padding: 0;list-style: none;}
.clear{ /* Class for clearing floats */clear:both;}
img{ /* Remove border around linked images */border: 0;}

/* =Typography-----------------------------------------------------------------------------*/

body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #333;
	background-color: #ffffff;
	background-image: url(/images/img_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* =Headings-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

/* =Frame-----------------------------------------------------------------------------*/
#wrap{
	margin: 0px auto;
	width: 682px;
}

#header {
	width: 682px;
	height: 137px;
	padding-top: 5px;
	background-image:url(/images/img_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header #menusec{
	width: 682px;
	height: 14px;
	text-align:right;
}

#header #menusec a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-left: 7px;
	text-decoration: none;
}

#header #menusec a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#header #menu{
	width: 677px;
	height: 18px;
	padding-left: 5px;
	margin-top: 83px;
	text-align:left;
}

#header #menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 7px;
	text-decoration: none;
	margin-right: 25px;
}

#img{
	width: 682px;
	height: 243px;
	margin-top: 3px;
	background-image:url(/images/img_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#img2{
	width: 682px;
	height: 118px;
	margin-top: 3px;
	background-image:url(/images/img2_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#contenu{
	width: 682px;
	margin-top: 3px;
}

#contenu #leftcolonne{
	padding-top: 30px;
	width: 189px;
	height: 282px;
	float:left;
	text-align:right;
	padding-right: 9px;
	background-image: url(/images/img_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#contenu #leftcolonne h2{
	display:block;
	clear:both;
	margin-bottom:7px;
	height: 12px;
	width: 174px;
	padding-right: 15px;
	float:right;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#contenu #leftcolonne a{
	display:block;
	clear:both;
	margin-bottom:4px;
	height: 11px;
	width: 174px;
	padding-right: 15px;
	float:right;
	background-image: url(/images/puce2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#contenu #leftcolonne a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#contenu #rightcolonne{
	width: 474px;
	float:right;
	padding-left:10px;
	background-image: url(/images/img_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#contenu #rightcolonne h1{
	width: 474px;
	margin-top:10px;
	height: 18px;
	float:left;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

#contenu #rightcolonne #texte{
	width: 465px;
	clear:both;
	float:left;
	margin-top: 22px;
	color: #333333;
	text-align:justify;
}
#contenu #rightcolonne #texte a{
	color: #333333;
	text-align:justify;
	font-weight: bold;
}
#contenu #rightcolonne #texte ul li {
	font-size:11px;
	padding-left:20px;
	margin-bottom:5px;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(/images/puce2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
}
#contenu #rightcolonne #texte ul ol {
	font-size:11px;
	margin-left:20px;
	padding-left: 20px;
	margin-bottom:5px;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(/images/puce2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #333333;
}
#footer{
	clear:both;
	width: 682px;
	padding-top: 60px;
	margin-top: 3px;
	text-align:center;
}
#footer a{
	width: 682px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-right: 8px;
}