/* --- RESETS --- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

img {
	border: 1px solid #e4e4e4;
	background-color: #fafafa;
	padding: 4px 4px 4px 4px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* --- BASIC STYLES --- */

body {
	background: #F1F1E9 url(../images/bg_body.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	margin: 10px 15px 15px 0;
}

#wrapper {
	margin: 0 auto;
	background: url(../images/bg_wrapper.jpg) no-repeat top center;
	text-align: center;
}

#container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#content {
	margin: 0px auto 0;
	background: url(../images/bg_cont.png) top repeat-y;
	overflow: hidden;
}


/* --- LINK STYLES --- */

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* --- HEADINGS --- */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #A8A892;
	margin-bottom:10px;
}

h1 span {
	color: #A8A892;
}

h2 {
	font-size: 16px;
	color: #A8A892;
	margin-bottom:5px;
}

h3 {
	font-size: 14px;
	color: #A8A892;
}


/* --- HEADER --- */

#top {
	overflow: hidden;
	margin-top: 48px;
}

#navigation {
	overflow: hidden;
	margin-left: 5px;
	margin-right: 3px;
}

#header {
	height: 218px;
}

/* --- MAIN CONTENT --- */

#main {
	width: 574px;
	float: left;
	margin: 0 0px 0 5px;
}

#main div {
	padding: 15px 15px 15px 30px;
}

#welcome {
	background: url(../images/bg_welcome.jpg) bottom center no-repeat;
	padding-bottom: 20px !important;
}

#slider2 {
	height: 490px;
	background: url(../images/bg_slider2.jpg) bottom left repeat-x;
}

#slider2 ul {
	padding: 5px 5px 15px 10px;
}

#slider2 #liens ul li {
	margin-left: -40px;
	padding: 10px 0 5px 0px;
	border-bottom:solid 1px #e4e4e4;
}


/* --- SIDEBAR --- */

#sidebar {
	width: 325px;
	float: left;
	margin: 0;
	border-top: 1px solid #fff;
	font-size: 12px;
	color:#878775;
}

#sidebar div {
	margin: 5px 25px 10px 25px;
}

#sidebar #welcome {
	background: url(../images/bg_welcome2.jpg) bottom center no-repeat;
	padding-bottom: 20px !important;
	margin-top:15px;
	font-weight:bold;
	color: #A8A892;
}

#sidebar #services {
	line-height: 16px;
}

.nosidebar #sidebar #services {
	background: none;
}

#sidebar #actus ul li {
	margin: 0 0 5px 0;
	padding: 5px 0 10px 0;
	border-bottom:solid 1px #e4e4e4;
}

#sidebar #liens ul li {
	padding: 10px 0 10px 0;
	border-bottom:solid 1px #e4e4e4;
}

/* --- FOOTER --- */

#footer {
	width: 900px;
	background: url(../images/bg_footer.png) top left no-repeat;
	padding: 10px 10px 0 20px;
	font-size: 11px;
	text-align: right;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-left:-10px;
}

/* FORM */

#contact { margin-top:-50px }
#question { height:50px }

form td {
	text-align:right;
	vertical-align:middle;
}

input, select, textarea {
	margin: 5px 0px;
	padding: 5px;
	width: 220px;
	border: 1px solid #E8E7DB;
	background: #F1F1E9;
	float:left;
}

#submit {
	width: 100px;
	border: none;
	color: #333333;
}
