/* CSS Document --------------------------------------------------------------------------------*/
/* Mise en forme du site WASH N DRY ------------------------------------------------*/
/* www.iris-interactive.fr ---------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body {
	background:#73B7E5 url(../images/body.jpg) repeat-x fixed 50% 100%;
	font-size:13px;
	height:100%;
	font-family:'Trebuchet MS', Verdana, sans-serif;
	text-align:center;
	line-height:150%;
}
#page {
	width:960px;
	margin:0 auto;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */

#header {
	background:url(../images/bg-header.jpg) no-repeat center top;
	height:155px;
	position:relative;
}
#header h1 {
	position:absolute;
	left:-999em;
}
#header a#armstrong {
	position:absolute;
	left:784px;
	top:27px;
}
#header a#speedqueen {
	position:absolute;
	left:784px;
	top:69px;
}
#header a img {
	border:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */

#navigation {
	background:#FFFFFF url(../images/bg-navigation.gif) no-repeat left top;
	height:40px;
	text-align:left;
	position:relative;
	padding-left:10px;
}
#navigation li {
	display:block;
	float:left;
	list-style:none;
}
#navigation a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:arial rounded MT Bold, arial, Helvetica;
	display:block;
	padding:0 0 0 15px;
	margin-right:5px;
}
#navigation a span {
	display:block;
	padding:10px 15px 10px 0;
}
#navigation a:hover {
	background:url(../images/bg-navigation-li-a.gif) no-repeat 0 0;
}
#navigation a:hover span {
	background:url(../images/bg-navigation-li-a.gif) no-repeat 100% 0;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */

#global {
	background:url(../images/bg-global.png) repeat-x 0 0;
	color:#414141;
	position:relative;
	width:960px;
}

/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */

#global #content {
	text-align:justify;
	padding-top:5px;
	padding-bottom:15px;
	min-height:400px;
	height:auto;
}
.col260 {
	width:260px;
	text-align:left;
}
.col300 {
	width:300px;
}
.col330 {
	width:330px;
}
.col400 {
	width:400px;
}
.col480 {
	width:480px;
}
.col660 {
	width:660px;
}
.col260, 
.col300, 
.col330, 
.col400, 
.col480, 
.col660 {
	float:left;
}

.col660 .ttactu{
	margin-top: 20px;
}
/* -------------------------------------------------------------------------------------------- */

#global p, 
#global ul, 
#global form, 
#global dl, 
#global blockquote, 
#global h1, 
#global h2, 
#global h3, 
#global h4, 
#global h5, 
#global h6,
#global .swf {
	padding:5px 10px;
}
#global p, 
#global ul, 
#global ol, 
#global form, 
#global input, 
#global textarea, 
#global select, 
#global option, 
#global blockquote, 
#global table, 
#global tr, 
#global th, 
#global td {
	font-size:13px;
}
#global h1 {
	font-family:arial rounded MT Bold, arial, Helvetica;
	font-size:22px;
	font-weight:normal;
	color:#091275;
	text-align:left;
	margin-bottom:15px;
}
#global h2 {
	background:#2DBCFE url(../images/bg-h2.gif) repeat-x 0 0;
	font-family:arial rounded MT Bold, arial, Helvetica;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
	margin:0 10px;
}
	#global h2.small {
		background-color:transparent;
		background-image:none;
		font-size:16px;
		font-weight:normal;
		color:#2DBCFE;
		margin:0;
	}
#global h3 {
	font-family:arial rounded MT Bold, arial, Helvetica;
	font-size:15px;
	font-weight:normal;
	color:#E05B20;
}
	#global h3.toggleBox {
		background:#C5DFF6 url(../images/bg-h3-toggleBox.gif) no-repeat 10px 12px;
		margin:0 10px;
		font-size:13px;
		padding-left:25px;
		cursor:pointer;
		border-bottom:1px solid #DEEDFA;
	}
#global p.chapeau {
	font-weight:bold;
}
	#global p.BGbleu {
		background:#0B79BE url(../images/bg-p-chapeau.png) no-repeat bottom right;
		color:#FFFFFF;
		font-style:italic;
		/* padding-right:30px;*/
		margin:0 3px 0 0; 
	}
#global p.baseline {
	font-size:11px;
	color:#DCEDF9;
}
#global p.baseline span {
	color:#0875bc;
}
#global p.box {
	background:#FFFFFF url(../images/bg-p-box.gif) repeat-x 0 0;
	margin:0 10px;
}
#global div.box {
	background:#FFFFFF url(../images/bg-p-box.gif) repeat-x 0 0;
	margin:0 10px;
}
	#global div.box ol { 
		list-style-position:inside;
		padding:0 30px;
	}
		#global div.box ol li { 
			padding-bottom:5px;
		}
#global p.small {
	font-size:10px;
}
#global ul li{
	list-style:inside;
	list-style-type:square;
}
#global a {
	color:#0E7CB7;
	text-decoration:underline;
}
	#global h3.toggleBox a {
		text-decoration:none;
	}
#global a:hover {
	color:#091275;
}

#global a img {
	border:none;
}

#global .col400 form.messenger {
	width:380px;
	background:url(../images/bg-messenger-fieldset.png) left bottom repeat-x;
}
#global form.messenger fieldset {
	border:none;
	border-top:1px solid #D8D8D8;
	/* background:url(../images/bg-messenger-fieldset.png) left bottom repeat-x; */
	margin-bottom:10px;
}
	#global form.messenger fieldset fieldset {
		background:none;
		border:none;
		margin:3px 0 0;
	}
#global form.messenger legend {
	padding:0 2px;
	font-weight:bold;
}
	#global form.messenger fieldset fieldset legend {
		padding:0 0 5px;
		font-weight:normal;
	}
/*\*//*/ #global form.messenger legend { display: inline-block; } /* IE Mac legend fix */
#global form.messenger ol {
	margin:0;
	padding:0;
}
#global form.messenger fieldset li {
	padding:5px 10px;
	list-style:none;
}
#global form.messenger label {
	display:inline-block;
	vertical-align:top;
	width:200px;
}
	#global form.messenger fieldset fieldset label {
		display:block;
		width:auto;
		margin-left:203px;
	}
#global form.messenger p {
	padding:5px 0;
}
#global form.messenger em {
	font-weight:bold;
	font-style:normal;
	color:#FF0000;
}
#global form.messenger input, form.messenger textarea {
	padding:1px;
}
#global form.messenger select {
	padding:0;
}



/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au chemin de navigation */
/* -------------------------------------------------------------------------------------------- */

#global #wire ul {
	background:#FFFFFF url(../images/bg-wire.gif) no-repeat 0 0;
	font-size:10px;
	color:#EEEEEE;
	padding:0 10px 0;
	height:22px;
	text-align:left;
}
#global #wire li {
	background:url(../images/bg-wire-li.gif) no-repeat 0 5px;
	list-style:none;
	padding-left:10px;
	padding-right:2px;
	display:inline;
}
#global #wire li a, 
#global #wire li a:hover {
	color:#FFFFFF;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #TOOLS */
/* -------------------------------------------------------------------------------------------- */

#tools {
	position:absolute;
	right:0;
	top:0;
	padding:12px 10px 0;
}
#tools li {
	display:block;
	float:left;
	padding:0 3px;
}
#tools a {
	border:none;
	padding:0;
}
#tools a img {
	border:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au pied de page */
/* -------------------------------------------------------------------------------------------- */

#foot {
	background-color:#73B7E5;
	font-size:10px;
	color:#FFFFFF;
}
#foot p {
	padding:10px 0;
}
#foot a {
	color:#FFFFFF;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */

.spacer {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}
.img-right {
	float:right;
	padding:0 0 5px 10px;
}
.img-left {
	float:left;
	padding:0 10px 5px 0;
}
.img-middle {
	vertical-align:middle;
}
.center {
	text-align:center !important;
}
.right {
	text-align:right !important;
}
.left {
	text-align:left !important;
}

