/*  
	CSS Document design by intraview
	URI: http://www.intraview.fr
	Description: Stylesheet for Effitrace website.
	Version: 1.0
	Author: Crea	
	Author URI: crea@intraview.fr 
*/

/* Elements */

body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
}

h2 {
	color: #242424;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 4px;

}

p, ol, ul, dl, blockquote {
	color: #000000;
	font-size: 12px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#content #column-center #page .article-small-right {
}


a {
	color: #333333;
	text-decoration: underline;
	outline:none
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: 1px solid #333333;
}

img.noborder{
	border: none;
}

.center{
	width: 100%;
	text-align: center;
	display: block;
}

.orange {
	color: #FF6600;
}
/* Header*/

#header-wrap {
	background-color: #8B8B8B;
	background-image: url(../img/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#header {
	width: 803px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 89px;
}

#header h1 {
	margin: 0px;
	position: absolute;
}

#header h1 a {
	height: 89px;
	width: 371px;
	display: block;
	background-image: url(../img/logo-effitrace.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#header span {
	display: none;
}


#header h2 {
	display: none;
}

#btn-client {
	position: absolute;
	margin-left: 682px;
	z-index: 10;
	width: 118px;

}

#btn-client h3 a:link, #btn-client h3 a:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/espace-client.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 21px;
	width: 92px;
	padding-left: 26px;
	padding-top: 2px;
}

#header #btn-client h3 a:hover, #header #btn-client h3 a:active {
	text-decoration: underline;
}

#header #btn-audit {
	text-align: right;
	background-image: url(../img/audit-en-ligne.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	position: absolute;
	margin-top: 15px;
	height: 50px;
	width: 298px;
	margin-left: 498px;
	padding-top: 24px;
	padding-right: 4px;
	z-index: 1;
}

#header #btn-audit h2{
	display: block;
}

#header #btn-audit h3 a{
	text-decoration: none;
	font-size: 12px;
	color: #4A4A4A;
	font-weight: bold;
}

#header a {
}

#header a:hover {
}

/* Menu Principal */

#menu-main {
}

#menu-main ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#menu-main li {
	display: block;
	background-color: #666666;
	margin-bottom: 1px;
	background-image: url(../img/bg-mainmenu.jpg);
	background-repeat: repeat-y;
}

#menu-main a:link, #menu-main a:visited {
	width: 150px;
	height: 40px;
	padding-top: 10px;
	padding-left: 30px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#menu-main a:hover, #menu-main a:active {
}

#menu-main a:link.btn-1, #menu-main a:visited.btn-1 {
	background-image: url(../img/icon1.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#menu-main a:hover.btn-1, #menu-main a:active.btn-1 {
	background-image: url(../img/icongrey.gif);	
}

#menu-main a:link.btn-2, #menu-main a:visited.btn-2 {
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#menu-main a:hover.btn-2, #menu-main a:active.btn-2 {
	background-image: url(../img/icongrey.gif);
}

#menu-main a:link.btn-3, #menu-main a:visited.btn-3 {
	background-image: url(../img/icon3.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#menu-main a:hover.btn-3, #menu-main a:active.btn-3 {
	background-image: url(../img/icongrey.gif);
}

#menu-main a:link.btn-4, #menu-main a:visited.btn-4 {
	background-image: url(../img/icon4.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#menu-main a:hover.btn-4, #menu-main a:active.btn-4 {
	background-image: url(../img/icongrey.gif);
}

/* Menu Secondaire */

#menu-secondaire {
}

#menu-secondaire ul {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}

#menu-secondaire li {
	display: block;
	background-color: #A3A3A3;
	margin-bottom: 1px;
	background-repeat: repeat-y;
}

#menu-secondaire a:link, #menu-secondaire a:visited {
	width: 138px;
	height: 26px;
	padding-top: 6px;
	padding-left: 32px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF8E00;
}

#menu-secondaire a:hover, #menu-secondaire a:active {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;

}

#menu-secondaire a:link.btn-garantie, #menu-secondaire a:visited.btn-garantie {
	background-image: url(../img/icon-garantie-service.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

#menu-secondaire a:hover.btn-garantie, #menu-secondaire a:active.btn-garantie {
}

#menu-secondaire a:link.btn-faq, #menu-secondaire a:visited.btn-faq {
	background-image: url(../img/icon-faq.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

#menu-secondaire a:hover.btn-faq, #menu-secondaire a:active.btn-faq {
}

#menu-secondaire a:link.btn-contact, #menu-secondaire a:visited.btn-contact {
	background-image: url(../img/icon-contact.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}

#menu-secondaire a:hover.btn-contact, #menu-secondaire a:active.btn-contact {
}

/* Contenu principal */

#content {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* Colonne de gauche */

#column-left {
	width: 180px;
	float: left;
	margin-right: 4px;
}

/* Colonne au centre */

#column-center {
	width: 428px;
	float: left;
	margin-right: 2px;
}

#fil-ariane p{
	font-size: 10px;
	line-height: 14px;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 2px;
}

#fil-ariane a:link, #fil-ariane a:visited {
	color: #FF6600;
	text-decoration: none;
}

#fil-ariane a:hover, #fil-ariane a:active {
	text-decoration: underline;
}

#page {
	background-image: url(../img/bg-page.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	width: 422px;
	padding-right: 5px;
	padding-left: 5px;
}


#page p{
	text-align: justify;
}

.article-large {
	width: 422px;
	float: left;
}
#page h3 {
	color: #F60;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	line-height: 18px;
	margin-bottom: 2px;
}
#page h4 {
	color: #F60;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	line-height: 18px;
	margin-bottom: 2px;
}
.article-small-left {
	width: 202px;
	float: left;
	margin-right: 18px;
}
.article-small-tiersleft{
	width: 135px;
	float: left;
	margin-right: 18px;
}
.article-tiersright {
	width: 269px;
	float: left;
	}
.article-small-right {
	width: 200px;
	float: left;
}
.photo-right {
	width: 110px;
	float: left;
}
/* Liens navigation entre les pages */
#article-navlinks {
	width: 422px;
	float: left;
	margin-top: 8px;
}

#article-navlinks span a:link, #article-navlinks span a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #999999;
	display: inline;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#article-navlinks span a:hover, #article-navlinks span a:active {
	background-color: #666666;
}

#article-navlinks .precedent a {
	text-align: left;
	float: left;
}

#article-navlinks .suivant a {
	float: right;
	text-align: right;
}

/* Colonne de droite */

#column-right {
	float: left;
	width: 183px;
}

#cadre-navigation {
	background-color: #333333;
	color: #FFFFFF;
	width: 160px;
	padding-right: 10px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 4px;
}

#cadre-navigation p {
	background-color: #333333;
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
}

#cadre-navigation a:link, #cadre-navigation a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(../img/encadre-link.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#cadre-navigation a:hover, #cadre-navigation a:active {
	text-decoration: underline;
}

#cadre-navigation ul {
	list-style-type: none;
	padding: 0px;
}

#cadre-navigation li {
	display: inline;

}

#cadre-navigation li a:link, #cadre-navigation li a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: none;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-transform: uppercase;
}
#cadre-navigation li a:hover, #cadre-navigation li a:active {
	background-color: #FB9504;
	color: #333333;
}

#interaction ul {
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#interaction li {
}

#interaction li a {
	height: 50px;
	width: 183px;
	display: block;
	margin-bottom: 3px;
}

#demande-devis a:link, #demande-devis a:visited {
	background-image: url(../img/demande-devis.gif);
}

#demande-devis a:hover, #demande-devis a:active {
}

#rappel-immediat a:link, #rappel-immediat a:visited {
	background-image: url(../img/rappel-immediat.gif);
}

#rappel-immediat a:hover, #rappel-immediat a:active {
}

#demo-en-ligne a:link, #demo-en-ligne a:visited {
	background-image: url(../img/demo-ligne.gif);
}

#demo-en-ligne a:hover, #demo-en-ligne a:active {
}

#interaction span {
	display: none;
}

/* Styles du pied de page */

.clear {
	clear: both;
}

#footer-wrap {
	background-color: #CCCCCC;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 803px;
	height: 70px;
	padding-top: 13px;
}

#footer p {
	color: #333333;
}

#footer p.right {
	float: right;
	text-align: right;
}

#footer p.left {
	float: left;
}

#footer strong {
	font-weight: bold;
	color: #333333;
}

.numberbig {
	font-weight: bold;
	font-size: 15px;
}


/* Styles pour les formulaires */

fieldset {
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	padding-bottom: 2px;
	display: block;
	margin-top: 4px;

}

label{
	display: block;
	float: left;
	text-align: left;
	width: 120px;
}

p.checkbox-line {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

label.checkboxlabel {
	display: block;
	float: left;
	width: 380px;
}

input, select {
	margin-left: 5px;
	width: 252px;
	border: #FD9000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 0px;
	padding-left: 2px;
}

input:hover, input:focus {
	border: 1px solid #B06500;
	background-color: #EEEEEE;
}

input.checkbox {
	border: none;
	display: block;
	width: 20px;
	float: left;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.textarea-block {
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
}
.textarealabel {
}



textarea {
	margin-left: 0px;
	width: 250px;
	border: 1px solid #FD9000;
	height: 100px;
	margin-top: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px;
}

input#envoyer {
	width: auto;
	color: #FFFFFF;
	background-color: #FF8F00;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 334px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
}

input#envoyer:hover {
	background-color: #C66C00;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000000;
	text-align: right;
}

