/* CSS Document */

/* Site capimportexport.com // Conception © 2008 Autrement le Web */

/* NORMALISATION
-------------------------------------------------------- */

/* Normalise les marges et le remplissage */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, th, td, form {
	margin: 0;
	padding: 0;
}

/* Normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Supprime list-style pour les listes */
ul, ol {
	list-style: none;
}

/* Normalise les styles et graisses de fontes : font-style et font-weight sont "normal" */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Supprime les bordures dans les tableaux */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Supprime les bordures dans les éléments fieldset et img */
fieldset, img {
	border: 0;
}

/* Aligne le texte à gauche dans caption et th */
caption, th {
	text-align: left;
}

/* Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés */
label:hover {
	cursor: pointer;	
}

a {
	outline: none; /* masque les pointillés disgracieux résultant du text-indent */	
}

/* ---------------------------------------------------- */

/* PAGE
-------------------------------------------------------- */

html {
	background-color: #b2943b;
}

body {
	width: 100%;
	background: transparent url(/img/bg-header.jpg) repeat-x 0 0;
	font: 100% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
} 

/* ---------------------------------------------------- */

/* HEADER
-------------------------------------------------------- */

#header {
	position: relative;
	width: 750px;
	height: 205px;
	margin: 0 auto;
	text-align: left;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 170px;
	background: transparent url(/img/logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#header q {
	text-indent: -9999px;
}

#header ul {
	position: absolute;
	left: 0px;
	top: 170px;	
}

#header ul, #header li {
	display: inline;
}

a#menu_accueil {
	display: block;
	position: absolute;
	left: 0;	
	width: 188px;
	height: 30px;
	background: transparent url(/img/menu/accueil.gif) no-repeat 0 0;
	text-indent: -9999px;
}

a#menu_prestations {
	display: block;
	position: absolute;
	left: 188px;	
	width: 187px;
	height: 30px;
	background: transparent url(/img/menu/prestations.gif) no-repeat 0 0;
	text-indent: -9999px;
}

a#menu_tarifs {
	display: block;
	position: absolute;
	left: 375px;	
	width: 187px;
	height: 30px;
	background: transparent url(/img/menu/tarifs.gif) no-repeat 0 0;
	text-indent: -9999px;
}

a#menu_contact {
	display: block;
	position: absolute;
	left: 562px;	
	width: 188px;
	height: 30px;
	background: transparent url(/img/menu/contact.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#header li a, #header li a:hover {
	text-decoration: none;
}

/* ---------------------------------------------------- */

/* CONTENT
-------------------------------------------------------- */

#container {
	background-color: #fff;
}

#container_prestations {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content, #prestations, #tarifs {
	position: relative;
	margin: 0 auto;
}

#content {
	width: 750px;
	height: 285px;
	text-align: left;
}

#content img {
	position: absolute;
	left: 15px;
	top: 20px;
	width: 355px;
	height: 245px;
}

#content h2 {
	position: absolute;
	left: 385px;
	top: 20px;
	width: 355px;
	height: 110px;
	font-size: 95%;
	background: transparent url(/img/bg-p-content.jpg) no-repeat 0 0;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}

#content p {
	position: absolute;
	left: 385px;
	top: 100px;
	padding: 0 15px 0 10px;
	width: 330px;
	height: 165px;
	font-size: 80%;
	/*font-weight: bold;*/
	background: transparent url(/img/bg-p-content.jpg) no-repeat 0 bottom;
	color: #fff;
	text-align: center;
}

/* ---------------------------------------------------- */

/* PRESTATIONS
-------------------------------------------------------- */

#prestations {
	position: relative;
	width: 750px;
}

#prestations strong {
	font-weight: bold;
}

#prestations h2#accompagnement {
	width: 750px;
	height: 165px;
	background: transparent url(/img/prestations/accompagnement.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#prestations h2#oui_mais {
	position: absolute;
	left: 318px;
	top: 246px;
	width: 114px;
	height: 69px;
	background: transparent url(/img/prestations/oui-mais.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#prestations ul#liste1 {
	width: 290px;
	height: 225px;
	float: left;
	padding: 25px 55px 0 30px;
	background: transparent url(/img/prestations/bg-liste1.gif) no-repeat 0 0;
}

#prestations ul#liste2 {
	margin-left: 375px;
	width: 270px;
	height: 225px;
	padding: 25px 30px 0 75px;
	background: transparent url(/img/prestations/bg-liste2.gif) no-repeat 0 0;
}

#prestations ul#liste1 li, #prestations ul#liste2 li {
	color: #fff;
	line-height: 1.25em;
	padding-left: 12px;
	background: transparent url(/img/prestations/puce-blanche.png) no-repeat 0 9px;
}

#prestations h2#alors {
	width: 750px;
	height: 130px;
	background: transparent url(/img/prestations/alors.gif) no-repeat 0 0;
	text-indent: -9999px;	
}

#prestations h2#projet {
	padding-left: 65px;
	width: 685px;
	height: 40px;
	background-color: #936a34;
	color: #fff;
	font-weight: bold;
}

#prestations p#agissant {
	margin-bottom: 36px;
	padding: 0 65px 0 65px;	
	width: 620px;
	height: 247px;
	color: #fff;
	line-height: 1.25em;
	text-align: justify;
	background: transparent url(/img/prestations/bg-agissant.gif) no-repeat 0 0;	
}

#prestations div#services {
	position: relative;
	width: 750px;
	background: transparent url(/img/prestations/bg-services.gif) repeat-y 0 0;	
	float: left;
}

#prestations div#services h2 {
	width: 750px;
	height: 54px;
	background: transparent url(/img/prestations/bg-h2-services.gif) no-repeat 0 0;	
	text-indent: -9999px;
}

#prestations div#acc_commercial {
	width: 375px;
	float: left;
}

#prestations div#acc_commercial h3 {
	padding: 20px 35px 20px 35px;
	width: 305px;
	height: 15px;
	text-transform: uppercase;
	color: #8c2214;
	font-weight: bold;
	background: transparent url(/img/prestations/bg-h3-acc-commercial.gif) no-repeat 0 0;	
}

#prestations div#acc_administratif {
	margin-left: 375px;
	width: 375px;
}

#prestations div#acc_administratif h3 {
	padding: 20px 35px 20px 35px;
	width: 305px;
	height: 65px;
	text-transform: uppercase;
	color: #8c2214;
	font-weight: bold;
	background: transparent url(/img/prestations/bg-h3-acc-administratif.gif) no-repeat 0 0;	
}

#prestations div#services li.puce_rouge {
	padding-left: 15px;
	margin: 10px 0 10px 0;
	background: transparent url(/img/prestations/puce-rouge.png) no-repeat 0 8px;		
}

#prestations ul#liste3 {
	width: 305px;
	padding: 0 50px 0 20px;
}

#prestations ul#liste4 {
	width: 305px;
	padding: 0 35px 0 35px;
}

#prestations div#services img {
	margin-left: 15px;
}

#prestations h4#contact {
	clear: left;
	width: 750px;
	height: 110px;
	background: transparent url(/img/prestations/bg-contact.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#prestations p.contact {
	padding: 0 60px 25px 60px;
	width: 630px;
	color: #fff;
	background: transparent url(/img/prestations/bg-p-contact.gif) no-repeat 0 bottom;
}

#prestations p#contactez_nous {
	width: 660px;
	height: 65px;
	line-height: 65px;
	margin-left: 60px;
	color: #8c2214;
	font-weight: bold;
	font-style: italic;
	font-size: 1.15em;
}

p#plaquette {
	padding: 0 60px 20px 60px;	
}

p#plaquette a, p.top a { /* haut de page */
	color: #8c2214;
}

#container_contact {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content_contact {
	position: relative;
	margin: 0 auto;
	width: 750px;
}

#content_contact h2 {
	margin: 0 30px 0 30px;
	width: 690px;
	height: 90px;
	background: transparent url(/img/contact/header-contact.gif) no-repeat 0 0;	
	text-indent: -999px;
}

#content_contact form {
	margin: 0 30px 30px 30px;
	width: 570px;
	padding: 0 60px 30px 60px;
	background: transparent url(/img/contact/footer-contact.gif) no-repeat 0 bottom;	
}

#content_contact p#envoi {
	margin: 0 30px 30px 30px;
	width: 630px;
	padding: 0 30px 30px 30px;
	background: transparent url(/img/contact/footer-contact.gif) no-repeat 0 bottom;	
}

#content_contact form label {
	display: block;
	width: 230px;
	float: left;
}

#content_contact p#obligatoire {
	padding-top: 10px;
	margin-bottom: 20px;
}

#content_contact form input, #content_contact form textarea {
	margin: 5px 0 5px 0;
	width: 230px;
}

#content_contact form input#cp {
	width: 100px;
}

#content_contact form input#submit {
	width: 120px;
	height: 30px;
	margin-left: 230px;
}

p.erreur {
	width: 100%;
	padding: 2px 8px 2px 8px;
	background-color: #8c2214;
	color: #fff;
	margin-bottom: 10px;
}

p.top { /* haut de page */
	text-align: right;
	width: 700px;
	margin-right: 50px;
}

/* ---------------------------------------------------- */

/* TARIFS
-------------------------------------------------------- */

#tarifs {
	position: relative;
	width: 750px;
}

#tarifs strong {
	font-weight: bold;
}

#tarifs h2 {
	margin: 0 30px 0 30px;
	width: 690px;
	height: 70px;
	background: transparent url(/img/tarifs/header-tarifs.gif) no-repeat 0 0;	
	text-indent: -999px;
}

#content_tarifs {
	margin: 0 30px 30px 30px;
	width: 570px;
	padding: 0 60px 30px 60px;
	background: #eee6cd url(/img/contact/footer-contact.gif) no-repeat 0 bottom;	
}

#tarifs h3 {
	font-size: 110%;
	padding: 20px 0;
	color: #8c2214;
}

#tarifs th, #tarifs td {
	padding: 8px;	
}

#tarifs th.tarifs {
	width: 120px;	
}

#tarifs li {
	padding-left: 15px;
	margin: 10px 0 10px 0;
	background: transparent url(/img/prestations/puce-rouge.png) no-repeat 0 8px;		
}

#tarifs table {
	margin-bottom: 20px;
}

/* FOOTER
-------------------------------------------------------- */

#footer {
	position: relative;
	width: 100%;
	background: transparent url(/img/bg-footer.jpg) repeat-x 0 0;
}

#footer p {
	position: relative;
	width: 735px;
	height: 110px;
	margin: 0 auto;
	text-align: right;
	font-size: 70%;
	background: transparent url(/img/bg-p-footer.jpg) no-repeat 0 0;
	color: #fff;
	padding-right: 15px;
	padding-top: 50px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer strong {
	font-weight: bold;
}

/* ---------------------------------------------------- */
