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

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

/* VARIABLES __________________________________________________*/
.fond1 {
	background: #FFFFFF url(images/bottom-foret.jpg) no-repeat left bottom;
	padding-bottom: 115px;
}
.fond2 {
	background: url(images/bg-ombre.jpg) repeat-y center top;
	min-height: 100%;
}
.fond3 {
	background: #FFFFFF url(images/tersky-bandeau-1.jpg) no-repeat right top;
}
.fond4 {
	background: #FFFFFF url(images/tersky-bandeau-2.jpg) no-repeat right top;
}
.fond5 {
	background: #FFFFFF url(images/tersky-bandeau-3.jpg) no-repeat right top;
}
/* ENVELLOPE __________________________________________________*/
div#site {
	width: 954px;
	margin: 0px auto;
	font-size: 0.9em;
}

div#corps{
	line-height: 1.3em;
	padding: 20px 40px;
	font-size: 0.8em;
	margin: 0px;
	color: #333333;
}

/* HEADER __________________________________________________*/
div#header {
	height: auto;
	padding-top: 18px;
}
#logo {
	display: block;
	margin-left: 0px;
	width: auto;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#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 0px;
	margin: 0px 0px;
	font-size: 1.1em;
	text-transform: none;
	line-height: 1.1;
	height: 51px;
	width: auto;
	background: #FFFFFF;
	letter-spacing: 1px;
}
#site #menu li {
	margin: 0px 0x;
	padding: 0px;
	text-align: center;
	float: left;
	width: 318px;
	height: 51px;
}
#site #menu a {
	color: #000000;
	padding: 11px 0px 7px 10px;
	display: block;
	margin: 5px 20px 0px 80px;
	font-weight: bold;
}
#site #menu a:hover {
	color: #FDA702;
}
#site #menu #actif {
	background: url(images/bg-btn-h.gif) no-repeat left center;
	color: #FDA702;
}
/* FOOTER __________________________________________________*/
div#footer {
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 9px 20px;
	font-size: 0.8em;
	color: #000000;
	height: 35px;
}
#footer a {
	margin: 0px 10px;
	font-size: 1em;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	display: inline;
	background: none;
}
/* 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;
}

/* ACTUALITES _________________________________________________*/
#actualite {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#actu {
	height: auto;
	margin-top: 100px;
	margin-left: 40px;
	width: 30%;
}

/* 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-left {
	clear: left;
}
.lettrine {
	font-size: 2em;
}
.align_center {
	text-align: center;
}
.colonne{
	height: auto;
	padding: 0px 0px 0px 0px;
	width: 30%;
	margin: 0px 30px 0px 0px;
	text-align: justify;
	float: left;
}
.font-sizex {
	font-size: large;
}
.color {
	color: #D00000;
}
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 #B02636;
}
/* BALISES ___________________________________________________*/
ul {
	font-size: 1em;
	padding: 7px 0px 7px 30px;
	margin: 0px 0px;
	font-weight: normal;
}
li {
	background: url(images/puce.gif) no-repeat left 5px;
	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/1em Verdana, Arial, Helvetica, sans-serif;
	color: #6288AD;
	display: block;
	padding: 3px 0px 7px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.h2 {
	padding: 5px 0px;
	color: #78821F;
	font: bold 1.2em/1.3em Verdana, Arial, Helvetica, sans-serif;
}
.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: center;
	line-height: 1.1;
}
/* MISE EN FORME DE FORMULAIRE ______________________________________________*/
label {
	font-size: 1em;
	text-align: right;
	float: left;
	width: 80px;
	line-height: 1.8em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: #381D27;
}
#form {
	margin: 0px 0px 0px 460px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 45%;
	height: auto;
	float: none;
}
#form textarea, #form input, #form #go{
	border: 1px solid #788222;
}
#form textarea {
	height: 70px;
	overflow: auto;
}
#form input, #form textarea, #form select, #form #go {
	margin-left: 110px;
}
#form input, #form textarea, #form select {
	color: #000000;
	width: 55%;
	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 span {
	padding-left: 0px;
	float: right;
	display: block;
	padding-right: 60px;
	line-height: 2.7em;
	color: #666666;
}
#form #go {
	color: #FFFFFF;
	width: 70px;
	height: 22px;
	display: inline;
	padding: 0px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
	background-color: #757D28;
}
#form #go:hover {
	background-color:#FFC119;
	color: #000000;
}
/* LIEN ______________________________________________*/
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #D4710C;
}
/* FIN LIEN ******************************************/
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
#site #menu #race {
	background: url(images/bg-race.jpg) no-repeat;
}
#site #menu #contact {
	background: url(images/bg-contact.jpg) no-repeat;
}
#site #menu #accueil {
	background: url(images/bg-accueil.jpg) no-repeat;
}
#site #menu #raceh {
	background: url(images/bg-race-h.jpg) no-repeat;
}
#site #menu #contacth {
	background: url(images/bg-contact-h.jpg) no-repeat;
}
#site #menu #accueilh {
	background: url(images/bg-accueil-h.jpg) no-repeat;
}
#footer address {
	float: left;
	width: 23%;
	text-align: left;
	background: url(images/barre_footer.jpg) repeat-y;
	padding-left: 10px;
	height: 45px;
}
#footer ul {
	float: left;
	width: 26%;
	text-align: left;
	background: url(images/barre_footer.jpg) repeat-y;
	padding: 0px 0px 0px 10px;
	height: 45px;
}
#footer li {
margin:0px 0px;
padding:0px 0px;
}
body {
	min-height: 100%;
	height: 100%;
}
html {
	min-height: 100%;
	height: 100%;
}
.table {
	text-align: left;
	width: 65%;
	margin: 10px 0px;
}
.table td {
	text-align: center;
	border:solid 1px #000;
	padding:3px;
}
.table th {
	border:solid 1px #000;
	padding:3px;
}
.table .none{
	border:none;
	border-right:solid 1px #000;
}.table caption {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}
.bgindex{
	background: #FFFFFF url(images/bg-corps.jpg) no-repeat left top;
}
.bgcontact{
	background: #FFFFFF url(images/bg-corps-contact.jpg) no-repeat left top;
}
#corps #address {
	font-size: 1.4em;
	color: #797E2C;
	text-align: center;
	font-weight: bold;
	width: 430px;
	line-height: 1.4;
	float: left;
}
