* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/bg-body.jpg) repeat-x;
	font: 0.8em Arial,sans-serif;
	color: #6B6B6B;
}

hr {
	display: none;
}
form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

fieldset {
	border:solid 1px #ebebeb;
	width:auto;
}

h2, h3, h4 {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #F2F2F2;
	font-weight: normal;
	color: #37404C;
}
pre {
	background-color:#F6F6F6;
	padding-left:5px;
	border:1px dashed #FF5A00;
	padding-top:5px;
	padding-bottom:5px;
	margin:5px;
		font-size:12px;
	overflow: auto;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
	text-decoration: none;
}

a img:hover {
	background: url(images/bg_table.png) center repeat-x;
	text-decoration:none;
}

small {
	font-size:9px;
}

a img {
	border: none;
}


/* Wrapper
---------------------------------------------------------- */
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/bg-wrapper.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/bg-wrapper2.jpg) no-repeat left bottom;
}


/* Header
---------------------------------------------------------- */
#header {
	height: 140px;
	background: #087FE7 url(images/bg-header.jpg) no-repeat;
}

#header #liens {
	float:left;
	position:absolute;
	margin-left:50px;
}


/* Logo
---------------------------------------------------------- */
#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 125px;
	text-transform: lowercase;
	font-size: 35px;
	color: #FFFFFF;
	background: url(images/logo.png) 60px 70px no-repeat;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu
---------------------------------------------------------- */
#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page
---------------------------------------------------------- */
#page {
	background: url(images/bg-page.jpg) no-repeat;
}

/* Content
---------------------------------------------------------- */
#content {
	float: left;
	width: 950px;
	padding: 0 0 0 0px;
}

#main {
	text-align: left;
	margin: 0px auto;
	width: 685px;

}

/* Footer
---------------------------------------------------------- */
#footer {
	height: 88px;
	background: url(images/bg-footer.jpg) no-repeat;
	clear:both;
}

#footer p {
	margin: 0;
	padding-top: 35px;
	text-align: center;
	color: #8E8E8E;
	font-size:11px;
}

#footer a {
	color: #666666;
}



/*---------------------------- */
table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border:solid 0px #75ad14;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(images/bg-table.png) repeat-x left top #d5f69b;
	padding-bottom:5px;
	padding-left:5px;
}
tr .titre {
	padding-left:5px;
	border-bottom:solid 0px #ebebeb;
	padding-bottom: 5px;
	padding-top:5px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
	color:white;
}


#travaux {
	border: 2px solid #FF0000;
	background-color:#FFC1C1;
margin:5%;
padding:5px;
font-size:18px;

}
