@charset "utf-8";

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	background: url("../images/bg_body.gif") 0 0 repeat-x #ADAAA5;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	margin: 20px;
	padding: 12px 0 0 0;
	background-color: #999999;
}

#header2 {
	height: 30px;
	width: 92px;
	left: 20px;
	top: 10px;
	position: absolute;}

#header2 ul {
	list-style-type: none;
}

#header2 ul li {
	float:left; 
	display: block;
	font-size: 1.1em; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-align : center;
	line-height: 30px;
}

#header2 ul li a {
	width: 92px; 
	height: 30px; 
	display: block; 
	background: url("../images/bg_rouge.gif") 0 0 no-repeat #66605B; 
	color: #FDFDFD;  
	text-decoration: none; 
	text-align: center; 
}

#header2 ul li a:hover {
	background: url("../images/bg_active.gif") 0 0 no-repeat #66605B; 
	color: #1A1917;
}

#header2 ul li.inactive {
	margin: 0 0 0 1px;
}

#header2 ul li.active {
	width: 92px; 
	height: 20px; 
	display: block; 
	background: url("../images/bg_active.gif") 0 0 no-repeat #FDFDFD; 
	color: #1A1917; 
	text-align: center;
}

#header2 ul li.actrouge {
	width: 92px;
	height: 20px;
	display: block;
	color: #1A1917;
	text-align: center;
	background: url("../images/bg_rouge.gif") 0 0 no-repeat #FDFDFD;
}

#header2{
	height: 30px;
	text-align:center;
	font-weight: bold;
}

#header {
	height: 30px;
	left: 112px;
	top: 10px;
	position: absolute;}
}

#header ul {
	list-style-type: none;
}

#header ul li {
	float:left; 
	display: block;
	font-size: 1.1em; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-align : center;
	line-height: 30px;
}

#header ul li a {
	width: 92px; 
	height: 30px; 
	display: block; 
	background: url("../images/bg_inactive.gif") 0 0 no-repeat #66605B; 
	color: #FDFDFD;  
	text-decoration: none; 
	text-align: center; 
}

#header ul li a:hover {
	background: url("../images/bg_active.gif") 0 0 no-repeat #66605B; 
	color: #1A1917;
}

#header ul li.inactive {
	margin: 0 0 0 1px;
}

#header ul li.active {
	width: 92px; 
	height: 20px; 
	display: block; 
	background: url("../images/bg_active.gif") 0 0 no-repeat #FDFDFD; 
	color: #1A1917; 
	text-align: center;
}

#header ul li.actrouge {
	width: 92px;
	height: 20px;
	display: block;
	color: #1A1917;
	text-align: center;
	background: url("../images/bg_rouge.gif") 0 0 no-repeat #FDFDFD;
}

#header{
	height: 320px;
	text-align:center;
	font-weight: bold;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
}

.main {
	width: 900px;
}

img {
	border-width: 0;
}

#page-footer {
	background-image: url("../images/bg_footer.gif");
	background-color:#666666;
	margin-top: 5px;
	min-height: 150px;
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#page-footer .navbar {
	min-width: 650px;
	width: 850px;
	margin: 0 auto;
} 
.colonne1 {
	height: 100%;
	width: 200px;
	left: 20px;
	top: 352px;
	position: absolute;
}
.colonne2 {
	height: 100%;
	width: 650px;
	left: 220px;
	top: 352px;
	position: absolute;
}
