
body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000 url(../images/img1.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000;
	text-align: left;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #9ED738;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 900px;
	height: 161px;
	margin: 0 auto;
	background: url(../images/img2.jpg) no-repeat;
}

#header h1 {
	padding: 65px 0 0 60px;
	font-size: 2em;
	text-align: left;
}

#header h2 {
	font-size: 1.75em;
	padding: 10px 0 0 40px;
	text-transform: none;
	text-align: right;
}

#logo {
  float:right;
	width: 250px;
	height: 160px;
	background: url(../images/logo.png) no-repeat center right;
}

/* Menu */

#menu {
	width: 900px;
	height: 55px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding-left: 18px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(../images/img3.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCC;
}

#menu a:hover, #menu .active a {
	background-image: url(../images/img4.gif);
	color: #FFF;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}


#colTwo {
	float: left;
	width: 700px;
	padding: 0 20px;
}

#colThree {
	float: left;
	width: 160px;
}

/* Content Elements */

#content h1 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(../images/img6.gif);
	letter-spacing: normal;
	font-size: .9em;
}

#content h2 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	background: url(../images/img5.gif) repeat-x;
	font-size: 16px;
}

#footer * {
	color: #000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}

/*
Css des photo
*/

.photo1 {
width: 100%;
margin-top: 15px;
}

.photo2 {
border: 0;
}

.photo3 {
width: 100%;
}

/*
Fin Css des photo
*/

/* Rappel */

#rappel {
overflow: auto;
}

#rappel h2 {
height: 21px;
padding: 9px 0 0 10px;
background: url(../images/img6.gif);
letter-spacing: normal;
font-size: .9em;
text-transform: uppercase;
color: #000;
}

#rappel form {
margin: 0;
}

#rappel div.rap1 {
padding: 5px 0 0 5px;
}

#rappel input.rap1b {

}

#rappel div.rap2 {
padding: 5px 0 10px 5px;
}

#rappel input.rap2b {
}

/* Recherche */

#recherche {
clear: both;
overflow: auto;
}

#recherche h2 {
height: 21px;
padding: 9px 0 0 10px;
background: url(../images/img6.gif);
letter-spacing: normal;
font-size: .9em;
text-transform: uppercase;
color: #000;
}

#recherche form {
margin: 0;
}

#recherche input.rech {
width: 130px;
}

#recherche div.rech1 {
padding: 5px 0 0 5px;
}

#recherche div.rech2 {
padding: 5px 0 10px 5px;
}