/* CSS Document */
/* Mise en forme du site BRODERIES43 */
/* www.iris-interactive.fr */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, 'Trebuchet MS', sans-serif;
	background:#FFFFFF url(../images/bg-body.jpg) repeat-x top;
	color:#9C9C9C;
	font-size:11px;
	height:100%;
	text-align:center;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables a l'entete de page */
/* -------------------------------------------------------------------------------------------- */

#header{
	background:url(../images/bg-head.jpg) no-repeat top center;
	width:100%;
	height:275px;
	text-align:center;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles génériques des listes */
/* -------------------------------------------------------------------------------------------- */

#content ul li {
	background:url(../images/bg-li.gif) no-repeat left 5px;
	padding-left:20px;
	list-style:none;
	text-align:left;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables a la navigation */
/* -------------------------------------------------------------------------------------------- */
#navigation{
	width:780px;
	text-align:right;
	margin:0 auto;
	padding-top:60px;
}
html* #navigation {
	padding-top:40px !important;
}
#navigation ul{
	list-style:none;
	float:right;
}
#navigation ul li {
	width:170px;
}
#navigation ul li a{
	width:170px;
	height:30px;
	display:block;
	color:#FFFFFF;
	background:url(../images/bg-li-nav.png) no-repeat bottom right;
	text-decoration:none;
	margin:7px auto;
	letter-spacing:0.4em;
	font-size:11px;
}
#navigation ul li a:hover{
	color:#9dbd2e;
	background:url(../images/bg-li-nav-hover.png) no-repeat bottom right;
}
/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu global */
/* -------------------------------------------------------------------------------------------- */
#global{
	min-height:600px !important;
	width:780px;
	margin:0 auto;
}
html* #global{
	height:600px;
}
#global #col_right,
#global #content {
	padding:5px 10px;
}
#global p {
	line-height:14px;
}

#col_right p {
	padding:0 10px;
	margin: 0;
	text-align:left !important;
}
/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables a la barre d'outils */
/* -------------------------------------------------------------------------------------------- */
#toolbox{
	background:url(../images/bg-tool.jpg) no-repeat left;
	width:100%;
	height:40px;
	margin:4px 0 4px auto;
	text-align:left;
}
ul#tools {
	padding-right:0;
	margin-top:20px;
	height:20px;
	float:right;
}
html* ul#tools {
	margin-top:30px;
	height:10px;
}
#tools li {
	position:relative;
	background:none !important;
	z-index:20;
	list-style:none;
	display:inline;
	padding-left:5px !important;
}
#tools a {
	color:#3f1a00;
	text-decoration:none;
}
#tools a img {
	border:none;
}
#tools a span {
	border:none;
	position:absolute;
	z-index:100;
	left:-999em;
	padding:3px;
	color:#464646;
	background-color:#ffffff;
	border:1px dashed #464646;
	margin:25px 0 0 -10px;
	white-space:nowrap;
}
html* #tools a span {
	left:auto;
	display:none;
}
#tools a:hover span {
	left:auto;
	z-index:50;
}
html* #tools a:hover span {
	display:block;
}
#toolbox #wire {
	float:left;
	margin-top:24px;
	margin-left:10px;
}
#toolbox #wire li {
	float:left;
	background:url(../images/bg-li.gif) no-repeat left;
	padding-left:10px;
	margin-left:5px;
	display:inline;
	color:#afaeae;
}
html* #toolbox #wire {
	margin-top:32px;
}
#toolbox #wire a {
	color:#afaeae;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
#toolbox #wire a:hover {
	color:#1ba6d0;
	text-decoration:underline;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables a la colonne de droite */
/* -------------------------------------------------------------------------------------------- */
#col_right{
	float:left;
	width:230px;
	min-height:200px;
	position:relative;
	margin-top:19px;
}
	*html #col_right{
	width:250px;
	margin-top:20px;
	}
#col_right p{
	background:url(../images/bg-colonne-droite.gif) no-repeat bottom center;
	text-align:justify;
}
h1.actu {
	background:url(../images/bg-actu.jpg) no-repeat top;
	height:55px;
	text-align:left;
	position:relative;
	margin-top:20px;
}
	html* h1.actu {
		margin-top:40px;
	}
h1.actu2 {
	margin-top:0 !important;
}
	html* h1.actu2 {
		margin-top:0 !important;
	}
h1.newsletter {
	background:url(../images/bg-newsletter.jpg) no-repeat top;
	height:31px;
	text-align:left;
	position:relative;
}
h1.contact {
	background:url(../images/bg-p-contact.gif) no-repeat top;
	height:100px;
	display:block;
	margin-top:20px;
	text-align:left;
}
a.contact {
	background:url(../images/bg-p-contact.gif) no-repeat top center;
	height:100px;
	display:block;
	text-align:left;
	margin-top:20px;
}
a.faq{
	background:url(../images/bg-bt-FAQ.jpg) no-repeat top;
	display:block;
	height:90px;
	margin-top:20px;
}
	html* a.faq {
		margin-top:40px !important;
	}
a:hover.faq{
	background:url(../images/bg-bt-FAQ-hover.jpg) no-repeat top;
}

div.video {
	margin-top:20px;
	top:0px;
	height:192px;
	width:230px;
}

html* div.video {
	margin-top:40px;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu des pages */
/* -------------------------------------------------------------------------------------------- */
#content {
	float:left;
	width:510px;
}
	*html #content{
	width:530px;
	}

#content ul, 
#content form, 
#content dl, 
#content blockquote,
#content h2, 
#content h3, 
#content h4, 
#content h5,
#content #col_gauche,
#content #contenu {
	padding:5px 10px;
}
#content h1,
#content .col2 h1,
#content h2,
#content p {
	padding:5px 0;
}
strong{
	color:#1BA6D0;
	font-weight:bold;
}
h1,
h2 {
	color:#1BA6D0;
	font-size:24px;
	text-align:left;
	font-weight:normal;
	z-index:5;
}
h2 {
	font-size:16px;
	color:#666666;
}
a{
	color:#DA219A;
}
a:hover{
	color:#9dbd2e;
}
p{
	text-align:justify;
}
p a.right{
	float:right;
	margin-bottom:10px;
}
a.pro{
	background:url(../images/bg-bt-pro.jpg) no-repeat left;
	display:block;
	height:250px;
}
a:hover.pro{
	background:url(../images/bg-bt-pro-hover.jpg) no-repeat left;
}
a.part{
	background:url(../images/bg-bt-particulier.jpg) no-repeat right;
	display:block;
	height:250px;
}
	*html a.part{
	margin-left:30px;
	width:250px;
	}
a:hover.part{
	background:url(../images/bg-bt-particulier-hover.jpg) no-repeat right;
}

/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */

.col1 {
	width:150px;
	float:left;
}
	*html .col1{
		width:130px;
		}
.col2 {
	width:255px;
	float:left;
}
.col3 {
	width:245px;
	float:left;
	margin-left:10px;
}
	*html .col2{
		width:230px;
		}
.col3 {
	width:350px;
	float:left;
}
	*html .col3{
		width:330px;
		}
/* -------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles applicables aux formulaires */
/* -------------------------------------------------------------------------------------------- */

#content form {
	margin:0 !important;
	padding:0 !important;
	float:left;
}

#content legend {
	color:#1BA6D0;
}
#content fieldset {
	border:1px solid #1BA6D0;
	padding:5px;
	margin-bottom:5px;
	width:488px !important;
}
#content fieldset input,
#content fieldset select,
#content fieldset textarea {
	border:0;
	border:1px solid #e0e0e0;
	background-color:#eeeeee;
	font-size:10px;
}
	html>body #content fieldset {
		clear:both;
	}
	html* #content fieldset {
		width:510px !important;
	}
#content fieldset.small {
	width:233px !important;
}
	html>body #content fieldset.small {
		width:173px;
		float:left;
		clear:none;
		margin-right:10px;
	}
	html* #content fieldset.small {
		width:253px !important;
	}
#content input.submit {
	padding:5px;
	border:0;
	background:none;
	float:left;
	width:88px;
	height:32px;
	color:#1BA6D0;
	font-weight:bold;
	background:url(../images/button-submit.gif) no-repeat center;
}
#content input:hover.submit,
#content input.submit:hover {/*
	background:url(../images/button-submit-hover.gif) no-repeat center;*/
	cursor:pointer;
}
	html* #content input.submit {
		margin-top:5px;
	}
table {
	font-family: Verdana, 'Trebuchet MS', sans-serif;
	color:#9C9C9C;
	font-size:11px;
}
#moyenContact1,
#moyenContact2 {
	background-color:#FFFFFF !important;
	border:0;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au diaporama */
/* -------------------------------------------------------------------------------------------- */

dl.lnk {
	width:140px;
	margin-right:5px;
	float:left;
}
dl.lnk a img {
	border:0;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles a la signature */
/* -------------------------------------------------------------------------------------------- */

#signature{
	width:100%;
	height:35px !important;
	font-size:10px;
}
		
#signature p{
	padding-top:5px;
	text-align:center;
	color:#1BA6D0;
}
	#signature p.baseline {
		color:#9C9C9C;
	}
	
#signature a{
	color:#1BA6D0;
	text-decoration:none;
}

#signature a:hover{
	color:#9dbd2e;
	text-decoration:underline;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */

.spacer {
	width:100%;
	background:url(../images/spacer.gif) repeat-x center;
	clear:both;
	font-size:1px;
	height:10px;
}
.spacer_total {
	width:770px;
	background:url(../images/spacer.gif) repeat-x center bottom;
	clear:both;
	font-size:1px;
	height:15px;
}
.spacer_ts {
	width:100%;
	clear:both;
	font-size:1px;
	height:10px;
}
html* .spacer_total {
	width:765px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
a span {
	position:absolute;
	left:-999em;
}
.left {
	text-align:left;
}
.fleft {
	float:left;
}
.presentation_img {
	width:140px;
	float:left;
	margin-right:15px;
}
	html* .presentation_img {
		margin-right:5px;
	}
.presentation_img_r {
	width:140px;
	float:right;
	margin-left:15px;
}
	html* .presentation_img_r {
		margin-left:5px;
	}
.presentation_img_r img,
.presentation_img img {
	margin-bottom:10px;
	border:1px solid #dfdfdf;
}
a.contact span {
	left:auto;
	margin-top:78px;
	padding-left:8px;
}
textarea {
	font-family: Verdana, 'Trebuchet MS', sans-serif;
	font-size:11px;
}
a.actu_img {
	float:right;
	padding-left:10px;	
	padding-right:10px;
}
.col2 p {
	padding:auto 10px;
}
ul.style_faq li,
ul.liste li {
	list-style-type:none;
	background:url(../images/bg-li.gif) no-repeat 0 5px;
	padding-left:10px;
	margin-left:5px;
	text-align:justify;
}
ul.liste-plan li {
	list-style-type:none;
	background:url(../images/bg-li.gif) no-repeat 0 5px;
	padding-left:10px;
	margin:15px 0 0 5px;
	text-align:justify;
}
ul.style_faq li a,
a.faq_link {
	color:#1ba6d0;
	text-decoration:none;
}
ul.style_faq li a:hover,
a.faq_link:hover  {
	color:#9dbd2e;
	text-decoration:underline;
}
span.script {
	display:none;
}
dl dt,
dl dd {
	text-align:justify;
}
dl dt {
	margin-bottom:15px;
}
	input.newsletter-input {
		width:185px !important;
		height:17px !important;
		border:1px solid #cac9c9;
		background-color:#ebebeb;
		font-size:10px;
		color: #999999;
		float:left;
		padding:1px 0 1px 2px;
		margin:3px 0 0 0;
	}
	input.newsletter-envoyer {
		float:left;
		background-color:#e0e0e0;
		width:25px !important;
		height:17px !important;
		border:1px solid #cac9c9;
		font-size:10px;
		color:#858585;
		cursor:pointer;
		padding:0 0 2px 0;
		margin:3px 0 0 0;
	}
	input.newsletter-envoyer:hover {
		color:#006699;
		border-color:#006699;
	}
#content table {
	width:510px;
}