/* Bruno Boumrah CSS 2007*/
/*************************/

/* PROPRIETE GLOBAL */
h1, h2, h3, address, p, ul, li, blockquote, #logo {
	display: block;
	margin: 0px;
}
h2 a {
	color: #FFFFFF;
	text-decoration:none;
}
html, body {
	margin: 0px;
	height: auto;
	width: 100%;
	font: 100%/100% Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg2.jpg);
	color: #FFFFFF;
	padding: 0px;
}
/* ENVELLOPE */
#site {
	width: 955px;
	padding: 0px;
	margin: 0px auto;
	background: url(images/bg2.jpg) repeat;
}
#header {
	height: auto;
}
#site #menu {
	padding: 5px 0px 0px 55px;
	margin: 0px;
	height: 50px;
	width: auto;
	background: url(images/fond_menu.jpg) no-repeat;
}
#site #menu img {
	display: block;
	float: left;
}
#site #menu li {
	text-transform: capitalize;
	font: bold 17px/19px Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 5px 0px 5px 25px;
	width: auto;
	background: url(images/puce.gif) no-repeat left center;
}
#footer {
	clear: both;
	background: #006599 url(images/footer.jpg) no-repeat;
	width: 955px;
	margin: 0px auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 1.2;
	text-align: center;
	padding: 35px 0px 0px;
	height: 160px;
}
#tt {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	height: 85px;
	font-size: 10px;
	color: #FFFFFF;
	margin: 10px auto 0px;
	width: 400px;
}
#logo {
	margin-left: 122px;
}
#actualite {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#actu {
	height: auto;
	padding: 0px 15px 0px 10px;
	float: right;
	width: 250px;
}
#fond1 {
	background: #FFFFFF;
}
#fond2 {
	background: url(images/fond_header-bg.jpg) repeat-x;
}
#fond3 {
	background: #010E5D url(images/fond_footer_bg.jpg) repeat-x;
}

/* CLASS FONCTIONNELLE */
.float_left, .float_leftMargin {
	float: left;
}
.float_right, .float_rightMargin {
	float: right;
}
.float_leftMargin {
	margin-right: 10px;
}
.float_rightMargin {
	margin-left: 10px;
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.lettrine {
	font-size: 1.3em;
}
.align_center {
	text-align: center;
}
.accroche {
	font-size: 1.5em;
	text-align: center;
}
.colonne{
	height: auto;
	float: left;
	padding: 0px 30px 0px;
	width: 270px;
}
.principale{
	height: auto;
	padding: 0px 10px 10px 60px;
	font-size: 0.7em;
	line-height: 1.3em;
	background: url(images/fond.jpg) no-repeat left top;
	color: #FEF208;
}
.savoir-plus {
	text-align: left;
	color: #D41B00;
	background: url(images/puce-info.jpg) no-repeat left center;
}
.justify {
	text-align: justify;
}
.diapo_min {
	height: auto;
	margin-left: 20px;
}
.diapo_min img {
	border: 2px solid #008322;
	margin: 3px;
	cursor: pointer;
}
/* BALISES */
ul {
	font-size: 1em;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px;
	height: auto;
	font-weight: normal;
}
li {
	background: url(images/puce3.gif) no-repeat;
	list-style:none;
	padding-left: 18px;
	color: #002782;
	font-weight: bold;
	margin: 15px 0px;
}
h1 {
	padding-bottom: 3px;
	font: bold 1em/1em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}
h2 {
	font-size: 1.2em;
	padding: 8px 0px;
	text-transform: uppercase;
	font-style: normal;
	color: #FFF50B;
}
h3 {
	font-size: 0.9em;
	padding: 10px 0px 10px 20px;
	color: #012768;
	background: url(images/h2.gif) no-repeat left center;
	font-style: italic;
}
img {
	border-style: none;
}
small {
	font-size: 0.8em;
}
blockquote {
	width: 85%;
	margin: 0px 0px 0px 15px;
}
p {
	margin: 0px;
	padding: 5px 0px;
}
address {
	text-align: center;
	font-style: normal;
	padding: 0px 10px 40px;
	margin: 0px;
	font-weight: normal;
	font-size: 0.8em;
	color: #000970;
}
/* MISE EN FORME DE FORMULAIRE */
/*******************************/
label {
	font-size: 1em;
	text-align: left;
	float: left;
	width: 130px;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 0px 0px;
	display: block;
}
form {
	margin: 10px 0px 0px;
	display: block;
	width: 430px;
	padding-right: 0px;
	padding-left: 20px;
}
textarea, input, select, #go{
	border: 1px solid #000000;
}
textarea {
	height: 70px;
	overflow: auto;
}
input, textarea, select {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	width: 55%;
	margin-left: 140px;
	display: block;
}
#go {
	color: #000000;
	width: 70px;
	height: 25px;
	background: #FFF40A url(images/btn.png) repeat-x;
	display: inline;
	padding: 0px;
	margin: 5px 0px 0px 140px;
}
#form small {
	padding-left: 0px;
}
/* LIEN */
a {
	text-decoration: none;
	color: #FFF007;
}
a:hover {
	color: #000000;
}
#tt a{
	color: #FFFFFF;
}
#tt a:hover{
	color: #000000;
}
address a {
	color: #002782;
}
address a:hover {
	color: #FF7F00;
}
#go:hover {
	font-size: 0.9em;
}
#site #menu a {
	color: #002782;
	display: block;
}
#site #menu a:hover {
	color: #000000;
}
#footer-lien a {
	margin-right: 25px;
	margin-left: 25px;
	color: #E01B00;
}
#footer-lien a:hover {
	text-decoration: underline;
}
/* FIN LIEN ******************************************/
#index {
	height: 635px;
	background: url(images/index-fond.jpg) no-repeat;
	position: relative;
}
#piece h2 {
	font-size: 1.2em;
	padding: 8px 0px;
	text-transform: uppercase;
	font-style: normal;
	color: #FFFFFF;
}
#textepre p {
	color: #002782;
	font-size: 12px;
}
#servicesi li {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	background: url(none);
}
#index #menug #menu {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: auto;
	width: auto;
	background: url(none);
}
#index #menug #menu li {
	text-transform: capitalize;
	font: bold 17px/19px Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	width: 100%;
	background: url(images/puce.gif) no-repeat left center;
}
#menud {
	width: 200px;
	font-size: 1.3em;
	color: #002782;
	text-align: center;
}
.colonne img {
	border: 1px solid #FFF40A;
}
.colonne h2 {
	background: url(images/puce2.gif) no-repeat left 16px;
	font-size: 1em;
	padding: 15px 0px 5px 20px;
	margin-top: 20px;
	height: 28px;
}
.colonne li {
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(none);
}
#espacement {
	padding-top: 25px;
	padding-bottom: 25px;
}
#menud li {
	text-align: left;
	margin: 5px 0px 15px;
}
#form h2 {
	padding-top: 5px;
	margin: 0px;
	height: auto;
	background: url(images/puce2.gif) no-repeat left center;
}
#divcontact {
	width: 670px;
	padding: 0px;
}
#plan {
	margin-top: 45px;
}
#site #index #menug #menu #actif, #site #header #menu #actif  {
	color: #FFF80A;
}
#occasion li {
	color: #FEEC04;
	font-size: 1em;
	background: none;
}
