@charset "utf-8";
/* CSS Document */

/* NORMALIZATION START */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

img {
margin:0;
padding:0;
display:block;}



/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}


/* NORMALIZATION END */


html {


}



body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:600px;
	position: relative;
	text-align:center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;


}


#container {
	margin: 0 auto;
	width: 776px;
	height:100%;
	text-align: left;
	position:relative;
	background-image: url(../imagestest/1_main_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#navigation {
	width:365px;
	height:102px;
	position:relative;
	left:411px;
}


#mainNavigation {
	position:absolute;
	top:15px;
	height:40px;
	
}

#secondaryNav {
	width:365px;
	height:47px;
	.height:167px;
	background-image: url(../imagestest/1_bottom.jpg);
	background-color:#FFFFFF;
	position:relative;
	margin-top:30px;
	background-repeat: no-repeat;
	background-position: left top;

}

#secondaryMenu {
position:absolute;
top:15px;
left:70px;

}

#secondaryMenu li {
	line-height:14px;
	.width:1px;
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;

}

#secondaryMenu a {
	display:inline;
	margin-right:15px;
	.margin-right:17px;
	text-decoration:none;
	color:#393A59;
	padding-right:4px;
	font-weight:bold;

}

#secondaryMenu a:hover {
	color:#B6620E;

}

#liste  {
position:absolute;
top:50px;
left:70px;

}

#eqSmall {
	display:block;
	position:absolute;
	top:530px;
	left:70px;
	

}




#mainNavigation li {
/*	width:150px; */
	padding-bottom:5px;
	padding-top:0px;
	padding-right:0px;
	margin-left:70px;
	list-style:none;


}

#mainNavigation a {
	text-decoration:none;
	color:#393A59;
	padding-left:10px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color:#FF9900;
}

#mainNavigation a:hover {
	color:#B6620E;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color:#393A59;
}



h1 {
	width:365px;
	height:52px;
	.height:48px;
	.padding-top:8px;
	margin-top:0px;
	background-image: url(../imagestest/1_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
/*	padding-top:19px;
	padding-bottom:0px;*/
	position: relative;
	line-height:58px;
	.line-height:45px;
	vertical-align:middle;
	text-indent: 70px;
	font-size:18px;
	font-weight:bold;
}

#mainContent {
	width:365px;
	position:relative;
	left:411px;
	top:0px;
	background-image: url(../imagestest/1_content_back.jpg);
	background-repeat:repeat-y;
	background-position: left top;

}

h2 {
	font-size:16px;
	font-weight:bold;
	width:255px;
	padding-right:100px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:70px;
}

* html h2 {
	width:395px;
}


p {
	width:255px;
	padding-bottom:10px;
	padding-left:70px;
	line-height:17px;
}


* html p {
	width:335px;

}

li {
	width:255px;
	padding-right:100px;
	padding-top:2px;
	.padding-top:5px;
	padding-bottom:5px;
	.padding-bottom:8px;

	padding-left:0px;
	margin-left:85px;
	.margin-left:70px;
	list-style-position: outside;
	list-style-type:disc;
	.list-style-type: none;
}

* html li {
	width:355px;
}

strong {
	font-weight:bold;
}

a {
	color:#393A59;
	text-decoration:none;
}

a:hover{
	color:#B6620E;
}

#logoclick {
	display:block;
	position: absolute;
	height: 200px;
	width: 475px;
	left: 25px;
	top: 300px;	
	
}

.marche {
	position:absolute;
	left:-160px;

}