/*
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;}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%; }

#header h1 { text-transform: uppercase; }

strong { font-weight: bold; }

/*
	Container principal
*/

#main_container {
	position: absolute;
	width: 950;
	left: 50%;
	margin-left: -475px;
}

/*
	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;
	list-style-type: none;
}

td.texte_classique.bloc-devis {
	padding-left: 8px;
	padding-right: 8px;
}
