/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
	Classes generiques
*/

body {
	font-family: Verdana;
}

.bigger { font-size: 130%; }

h1 { text-transform: uppercase; }

strong { font-weight: bold; }

/*
	Container principal
*/

#main_container {
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -484px;
}

/*
	Header
*/

#header {
	width: 960px;
	height: 121px;
}

#header > div {
	float: left;
}

/* pour IE qui ne comprend rien !!! */

#header div.header-logo, #header div.header-baseline, #header div.header-button {
	float: left;
}

#header .header-logo {
	width: 221px;
}

#header .header-baseline {
	width: 581px;
	height: 121px;
	background: #ab2284 url(../images/accueil/header_baseline.jpg) no-repeat top left;
}

#header .header-baseline h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 40px;
	padding-top: 50px;
	padding-bottom: 0px;
}

#header .header-button {
	width: 148px;
}

/*
	Navigation
*/

#navigation {
	height: 33px;
}

#navigation ul li {
	float: left;
}

/*
	Contenu principal
*/

#content {

}

.column-left {
	float: left;
	width: 615px;
}

.column-right {
	margin-left: 5px;
	float: left;
	width: 315px;
}

.column-right .column-right-item {
	margin-bottom: 8px;
}

.column-left .boutons-frontpage .bouton-frontpage-item {
	width: 205px;
	float:left;
}

.bloc-engagement {
	width: 620px;
	height: 120px;
	margin-left: -4px;
	background: url(../images/accueil/fond-engagements.jpg) no-repeat;
}

.bloc-engagement ul {
	padding: 30px;
	padding-left: 60px;
	padding-bottom: 0;
}

.bloc-engagement ul li {
	font-size: 11px;
	list-style: disc inside;
	color: #a5037b;
	margin: 4px;
}

.bloc-engagement ul li span {
	color: #3f3f3f;
}

/*
	Texte defilant
*/

.wrapper-bandeau {
	width: 954px;
	height: 54px;
	margin-left: -2px;
	background: url(../images/accueil/fond-texte-defilant.jpg) no-repeat;
	padding: 8px;
	clear: both;
}

#cadre_texte {
	position: relative;
	margin-top: -2px;
	width:942px;
	height:20px;
	overflow: hidden;
	color: #774e56;
	visibility:hidden;
	font-weight: bold;
}

#texte_defilant {
	padding: 2px;
}

p.texte_titre1 {
	margin: 2px;
	margin-left: 8px;
	color: #a5037b;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#texte_defilant a:link, #texte_defilant a:visited {
	font-size: 10px;
	color: #9a9a9a;
	text-transform: uppercase;
}

#texte_defilant a:active, #texte_defilant a:hover {
	color: #a5037b;
}

/*
	Footer - pied de page
*/

#footer {
	margin-top: 8px;
	text-align: center;
	padding: 8px;
	border-top: 3px solid #e06d2b;
	font-size: 9px;
	line-height: 140%;
}


/* CSS du site mutant pour le footer */

.piedpage1
 {
	color: #774E56;
}
a.lien_piedpage1
{
	color: #774E56;
    text-decoration:none;
}
a.lien_piedpage1:hover
{
    color:#F39900;
}
.texte_piedpage2 {
	margin: 8px;
	color: #888888;
	padding: 0;
}

td.texte_classique.bloc-devis {
	padding-left: 8px;
	padding-right: 8px;
}

/* CSS du site mutant pour la pub */
#pub div.pub-home {
	position: relative;
	margin-top: -2px;
	overflow: hidden;
	visibility:hidden;
	z-index:1
}
