* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #6B6B6B;
}

p {
	line-height: 150%;
	margin-bottom: 10px;
}
form {
}

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

h1, h2, h3, h4 {
	margin: 0;
}


h1 {
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	line-height: 150%;
}




h2 {margin-bottom: 5px;
	padding-bottom: 5px;
	letter-spacing: -0.035em;
	font-weight: normal;
	font-size: 16px;
}

h3 {

	margin-bottom: 20px;
	padding-bottom: 9px;
	letter-spacing: -0.035em;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

h4 {

	margin-bottom: 5px;
	padding-bottom: 3px;
	letter-spacing: -0.035em;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #ffffff;
	color: #bb000b;

}


h4 a {
	text-decoration: none;
	color: #bb000b;
}

h4 a:hover {
	font-style: italic;
}

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

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


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

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* enveloppe */

#enveloppe {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#enveloppe2 {
	background: url(images/img10.jpg) repeat-y left bottom;
}

/* entete */

#entete {
	height: 140px;
	background: #b2b2b2 url(images/img03.jpg) no-repeat;
}



/* Logo */

#logo {
	float: left;
	width: 240px;
}




/* Menu */

#menu {
	float: right;
	
	width: 620px;
	height: 25px;
	margin-top: 98px;
	margin-right: 42px;
	background: #bb000b;
}


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

#menu li {
	display: inline;
}


#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	height : 23px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid  #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #000000;
}

#menu a:hover {
	border-bottom-color: #000000;
	background: #000000;
}

#menu .active a {
	border-bottom-color: #000000;
	background: #000000;
}

/* Page */

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

/* contenu */
#scroll {
	height: 500px;
	overflow: auto;
	padding-right: 20px;
}

#contenu {
	float: left;
	width: 605px;
	padding: 0 0 0 76px;
}

.titrepage {
			font-size: 16px;
			color: #37404C;
	
}
.avant {
	padding-top: 30px;
}


/* barrelaterale */

#barrelaterale {
	float: right;
	width: 191px;
	padding-top: 50px;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 0;	
}

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

#barrelaterale li {

	margin-bottom: 20px;
}

#barrelaterale li ul {

}

#barrelaterale li li {

	margin: 0;
}





/* pied */

#pied {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}

#pied p {
font-size: 12px;
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#pied a {
	color: #666666;
}
