/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}


// remember to define focus styles! :focus { outline: 0; }


// remember to highlight inserts somehow! ins { text-decoration: none; } del { text-decoration: line-through; }


// tables still need 'cellspacing="0"' in the markup table { border-collapse: collapse; border-spacing: 0; }

/* CSS Document */

body {
	background:#f1efe2 repeat-x center top;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: 12px;
	color: #806953;
}

#top {
	background-color: #006400;
	background-repeat: repeat-x;
	background-image: url(images/fd-entete.gif);
	border-style: none;
	padding: 0px;
	margin: 0px;
	height: 110px;
}

#introduction {
	background-color: #7aad00;
	background:transparent url(images/fd-chapeau.gif) repeat-x center top;
	padding: 0px;
	margin: 0px;
	height: 318px;
}

#main {
	background-image: url(images/fd-centre.png);
	background-repeat: repeat-x;
	background-color: #dbdac7;
	padding: 0px;
	margin: 0px;
}
#main-txt { 
	width: 1024px;
	background: url(images/bg_main.png) top right;
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
}
#main-onglets { 
	width: 984px;
	margin: auto;
	position: relative;
	padding: 40px 0 0 20px;
	text-align: left;
}

#col-centre { float: left; width: 750px; }
#col-droite { float: right; width: 224px; }

.onglets-img { float: left; }
.bleu a { text-decoration: none; }
#footer {
	padding: 145px 0 0 0;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(images/fd-footer.gif);
	background-color: #7aad00;
	margin: 0;
	height: 130px;
}

#introduction-cont {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 45px;
	text-align: left;
	color: white; 
	margin: 0px auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(images/maison.gif);
	height: 273px;
	width: 1024px;
}
.decal20 { padding-left: 20px; }


.rollOverImageLink img { border:0px; }
.rollOverImageLink .overImage, .rollOverImageLink .disabledImage { display:none; }	
.rollOverImageLink .overImage { position:absolute; }	
			
			
#top-cont-all {
	height: 110px;
	width: 1024px;
	margin: 0px auto;
	position: relative;
}
#top-cont {
	text-align: left;
	float: left;
	height: 110px;
	width: 890px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(images/accroche.gif);
}

#top-cont-right {
	position: absolute;
	right: 0px;
	top: 42px;
}

			
#footer-cont {
	position: relative;
	height: 90px;
	margin: 0px auto;             
	width: 1024px;
	background-color: #7aad00;
	background:transparent url(images/contact.gif) no-repeat center top;
}


#introduction p {
	line-height: 25px;
	margin-top: 25px;	
}


/* Polices de texte */

.arial {
	text-align: left;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.georgia {
	text-align: left;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Corps de texte */

.c11 { font-size: 11px; }
.c12 { font-size: 12px; }
.c14 { font-size: 14px; line-height: 20px; }
.c16 { font-size: 16px; }
.c18 { font-size: 18px; line-height: 24px;}
.c24 { font-size: 24px; line-height: 31px;}
.c30 { font-size: 30px; line-height: 35px;}

/* Style de texte */

.gras {	font-weight: bold; }


/* Couleur de texte */

.marron { color: #4F0F00; }
.jaune { color: #fff000; }
.noir { color: #000000; }
.blanc { color: #ffffff; }
.gris { color: #78775E; }
.vert { color: #004400; }
.vert2 { color: #55A400; }
.bleu { color: #3F5A8B; }

.col { font-family: Georgia, "Times New Roman", Times, serif; width: 130px; margin-right: 15px; }
.col2 { font-family: Arial, Helvetica, sans-serif; width: 180px; }
.col3 { font-family: Georgia, "Times New Roman", Times, serif; width: 1024px; }
.col3-1 { float: left; width: 619px; }
.col3-2 { float: right; width: 375px; }
/* Positionnement*/

.pos_contact { position: absolute; left: 165px; top: 15px; }
.pos_copyright {  position: absolute; left: 165px; top: 68px; }
.pos_tel {  position: absolute; right: 24px; top: 15px; }
.pos_exemples {	float: right; margin-right: 38px; margin-top: 47px; text-align: left; line-height: 15px; }
.pos_ckoi {	margin-left: 15px; padding-top: 85px; margin-bottom: 5px; text-align: left; }
.pos_col1 {	float: left; margin-left: 15px; text-align: left; }
.pos_col2 {	float: left; text-align: left; }
.pos_col3 {	float: left; text-align: left; }
.pos_col4 {	float: left; text-align: left; }
.pos_col5 {	float: left; text-align: left; }
.pos_col6 {	float: right; text-align: left; line-height: 18px; margin: 260px 15px 0 0; }
.pos_col7 {	float: left; margin-left: 15px; text-align: left; line-height: 18px; }
.pos_onglets {	margin-left: 15px; padding-top: 15px; margin-bottom: 5px; text-align: left; }
.pos_onglets .txt { padding: 0 0 0 100px; }
.pos_onglets .img { padding: 0 0 0 50px; }

.clear { clear: both; }

.menu { text-align: left; padding: 20px 0 0 0; height: 45px; margin: 0 0 0 20px; }

.padtop {
	display: block;
	margin-top: 10px;
}
#nuances {
	background:transparent url(images/nuances_fd.gif) no-repeat right bottom;
	text-align: right;
	top: 58px;
	right: 24px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 36px;
	width: 200px;
}

