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

/* PROPRIETE GLOBAL ___________________________________________*/
h1, h2, h3, h4, h5, address, p, ul, li, blockquote, #logo {
	display: block;
	margin: 0px 0px;
}
html, body {
	margin: 0px;
	width: 100%;
	font: 100%/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #99ADCE url(images/bg.jpg) repeat-x;
}
li:first-letter, p:first-letter {
	text-transform:uppercase;
}

/* ENVELLOPE __________________________________________________*/
div#site {
	width: 955px;
	margin: 0px auto;
	font-size: 0.9em;
	padding-top: 0px;
}

div#corps2{
	line-height: 1.3em;
	font-size: 0.9em;
	margin: 0px 0px 0px 258px;
	color: #FFFFFF;
	padding-top: 150px;
}

div#corps{
	line-height: 1.3em;
	font-size: 0.9em;
	margin: 0px 0px 0px 258px;
	color: #FFFFFF;
	padding-top: 110px;
}
/* HEADER __________________________________________________*/
div#header {
	float: left;
	width: 258px;
	padding-top: 24px;
	font-size: 0.8em;
}
#site #logo {
	display: block;
	width: 223px;
	margin: 0px auto;
	background: none;
}
#accroche {
	text-align:center;
	font-size: 1.2em;
	color: #FFFFFF;
	width: 550px;
	margin: 0px auto;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
}
#site #menu {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font: 1em/1.1 Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: 258px;
}
#site #menu li img {
	display: block;
}
#site #menu li {
	margin: 0px 0px;
	padding:  0px 0px 0px 19px;
	text-align: left;
	width: auto;
	border-top: 1px solid #013B7A;
	border-bottom: 1px solid #013B7A;
	height: 39px;
	display:block;
	list-style: none;
	background: url(none);
}
#site #menu a {
	display: block;
	width:240px;
	height:39px;
}
#site #menu li #actif {
	background-position: left bottom;
}

/* FOOTER __________________________________________________*/
#footer {
	margin: 0px auto;
	text-align: center;
	padding: 10px 0px 0px 55px;
	font-size: 0.8em;
	color: #000000;
	background: url(images/bg-footer.jpg) repeat-x;
	height: auto;
	clear: both;
	width:455px;
}
#footer a {
	margin: 0px 12px;
	font-size: 1em;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	display: inline;
	background: none;
	margin: 0px 0px;
	padding: 0px 0px;
}

/* VARIABLES __________________________________________________*/
.variation1 {
	background:url(images/bg-index.jpg) no-repeat left top;
	padding-left: 200px;
}
.variation2 {
	background:url(images/bg-produits.jpg) no-repeat right top;
	padding-left: 195px;
}
.variation3 {
	background:url(images/bg-contact.jpg) no-repeat right top;
	padding-left: 195px;
	height: 500px;
}

/* CLASS ______________________________________________________*/
.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;
}
.clear_all {
	clear: both;
	font-size:0px;
	height:0px;
	line-height:0px;
}
.clear-left {
	clear: left;
}
.lettrine {
	font-size: 2em;
}
.align_center {
	text-align: center;
}
.colonne{
	height: auto;
	padding: 0px 0px 0px 0px;
	width: 36%;
	margin: 0px 30px 0px 0px;
	text-align: justify;
	float: left;
}
.font-sizex {
	font-size: large;
}
.color {
	color: #FFFF00;
}
a.savoir-plus {
	text-align: left;
	color: #993843;
	font-weight: bold;
	padding-left: 15px;
	margin: 20px 0px 40px;
	display: block;
	font-size: 0.9em;
	padding-top: 2px;
	width: 75px;
	border: 2px ridge #B5BF68;
	padding-bottom: 2px;
}
.justify {
	text-align: justify;
}
.majuscules {
	text-transform: uppercase;
}
.border {
	border: 1px solid #333333;
}

.border2 {
	border: 1px solid #333333;
	margin-top:5px;
}
/* BALISES ___________________________________________________*/
ul {
	padding: 7px 0px 7px 10px;
	margin: 0px;
	font-weight: normal;
}
li {
	background: url(images/puce.gif) no-repeat left 6px;
	list-style:none;
	margin: 2px 0px;
	padding: 5px 0px 0px 18px;
}
h1, h2, h3, h4, h5{
	padding: 5px 0px;
	font-size: 1em;
}
.h1 {
	font: bold 1.5em/1.5em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	background: url(images/puce.gif) no-repeat left center;
	width:430px;
}
.h2 {
	padding: 0px 0px 0px;
	font: bold 1.2em/1.3em Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
.h3 {
	padding: 5px 0px;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	font-size: 1.5em;
	color: #D00000;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border-bottom: 1px solid #53B5DA;
}
img {
	border-style: none;
}
small {
	font-size: 0.8em;
}
blockquote {
	width: 85%;
	margin: 0px 0px 0px 15px;
}
p {
	margin: 0px;
	padding: 5px 0px;
	border-style: none;
	text-align: justify;
}
address {
	font-style: normal;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
/* MISE EN FORME DE FORMULAIRE ______________________________________________*/
label {
	font-size: 0.9em;
	text-align: right;
	float: left;
	width: 80px;
	line-height: 2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: #381D27;
}
#form {
	margin: 30px 10px 0px 90px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: auto;
	clear: right;
}
#form textarea, #form input, #form #go {
	border: 1px solid #FFFF00;
}
#form textarea {
	height: 70px;
	overflow: auto;
}
#form input, #form textarea, #form select, #form #go {
	margin-left: 90px;
}
#form input, #form textarea, #form select {
	color: #000000;
	width: 290px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#form #go {
	color: #013879;
	width: 70px;
	height: 25px;
	display: inline;
	padding: 0px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	margin:0px 5px 0px 90px;
	background-color: #FFFF00;
}
#form #go:hover {
	background-color:#2F5A91;
	color: #000000;
}
#form span {
	color: #000000;
	width: 200px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-right: 0px;
	padding-left: 5px;
	float:right;
	text-align: left;
}
/* LIEN ______________________________________________*/
a {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	color: #000000;
}

/* ACTUALITES _________________________________________________*/
#actualite {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#actu {
	height: auto;
	margin-top: 100px;
	margin-left: 40px;
	width: 30%;
}
.newsLink{
	color:#000000;
}
.imgnews{
	float:right;
	border:solid 3px #FFFFFF;
	margin:0px 10px 10px;
}
.imgnews img {
	display:block;
}
#titrenews {
	font-size:1.5em;
	color:#0099CC;
}
#datenews {
	font-size:0.8em;
}
.listnews {
	clear:both;
	float:right;
	text-align:right;
	width:40%;
	border-top:solid 1px #CCCCCC;
	margin:15px 0px;
	padding:0px 0px;
	list-style:none;
	height:auto;
}
.listnews li {
	background:none;
	padding:5px 0px;
	display:block;
}

/* TT ________________________________________________________*/
#tt {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	height: 85px;
	font-size: 10px;
	margin: 30px auto 0px;
	width: 400px;
	clear: both;
}
#tt a{
	color: #333333;
}
#tt a:hover{
	color: #3D1700;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*
#site #menu li:first-child {
border-bottom:none;
}
#site #menu li:last-child {
border-top:none;
}
*/
.marge_g100 {
	margin-left: 100px;
}
.marge_g90 {
	margin-left: 90px;
}
.marge_g160 {
	margin-left: 160px;
}
#site #header #menu span {
	display:none;
}
#site #menu .btn_accueil {
	background: url(images/btn-accueil.jpg) no-repeat;
}
#site  #menu .btn_produits {
	background: url(images/btn-produits.jpg) no-repeat;

}
#site #menu .btn_contact {
	background: url(images/btn-contact.jpg) no-repeat;
}
#site #menu .btn_accueil:hover, #site #header #menu .btn_produits:hover, #site #header #menu .btn_contact:hover {
	background-position: left bottom;
}
.miniatures {
	text-align: center;
	padding: 0px 0px 5px 0px;
	cursor: pointer;
}
.miniatures img{
	border:solid 1px #000;
	margin: 3px;
}
#map_small {
	border: 1px solid #000000;
	cursor: pointer;
}



/*############################### : Nouveau Diaporam */

.legende_diapo {
	width:430px;
	height:auto;
	margin-left:65px;
	text-align:left;
	text-decoration:underline;
}

.legende_diapo p {
	padding-left:5px;
}

.on {
	padding: 5px 0px 0px;
	font: bold 1.2em/1.3em Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	display:none;
}
.off {
	padding: 5px 0px 0px;
	font: bold 1.2em/1.3em Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

#big {
}

.vignettes_diapo {
	width:430px;
	height:auto;
	text-align:center;
	margin:5px 0 0 63px;
}

.vignettes_diapo img {
	border:2px solid #345483;
}


.miniatures_diapo {
	margin:10px 0 25px 64px;
	width:430px;

}

.miniatures_diapo img {
	margin:0 0 0 4px;
	border:1px solid #345483;
	cursor:pointer;

}

.img2 {
	padding:5px 0 0 0 ;
}

#legende0 {

}

#legende1 {

}

#legende2 {

}

#legende3 {

}
