* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/background_bleu.jpg);
	background-repeat: repeat;
}

a {
	text-decoration: underline;
	color: #FFA800;
}

a:hover {
	text-decoration: none;
	color: #666;
}

/* Header */

#header {
	width: 900px;
	height: 300px;
	background-attachment: scroll;
	background-image: url(../images/entete_nouveausite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Menu */

#menu {
	width: 750px;
	height: 52px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 150px;
	font-weight: lighter;
	font-variant: normal;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 32px;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	background: url(../images/menu.jpg) no-repeat;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}

#menu .last a {
	background: url(../images/menu_last.jpg) no-repeat;
}

#menu .current a {
	color: FFA800;	
}

#menu a:hover {
	color:#FFA800;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 900px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 640px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colOne p {
	text-align: justify;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#colOne img {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 5px;
	border: 1px dotted #FFA800;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo p {
	text-align: justify;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#colTwo img {
	float: none;
	margin: 0px;
	text-align: center;
}

#content h1 {
	text-transform: uppercase;
	font-size: 16px;
	color: #FFA800;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#content h2 {
	color: #000;
	margin-top: 10px;
	font-size: 14px;
}

#content h3 {
	color: #000;
	margin-top: 10px;
	font-size: 16px;
}

#content h4 {
	color: #000;
	margin-top: 10px;
	font-size: 12px;
}

#content h5 {
	color: #000;
	margin-top: 10px;
	font-size: 12px;
	margin-left: 20px;
}


/* Footer */

#footer {
	width: 900px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}

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

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FFA800;
}
