@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	background:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#container {
	margin:0 auto;
	width:1000px;
	height:auto;
}

#header {
	margin:0 auto;
	width:100%;
	height:115px;
}

/* header elements */

.titrage {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
}

#logo {
	margin:3px 0 0 0;
}

#banniere {
	margin:3px 0 0 5px;
}

/* end header elements */

#nav {
	margin:5px auto;
	background:url(../images/nav_backgr.jpg) center top no-repeat;
	width:929px;
	height:27px;
}

/* nav elements */

#nav-block {
	margin:0px auto;
	width:700px;
	height:27px;
}

#nav-block a:link {
	color:#908272;
	text-decoration:none;
}

#nav-block a:visited {
	color:#908272;
	text-decoration:none;
}


#nav-block a:hover {
	color:#fff;
	text-decoration:none;
}

.nav_boutons {
	width:auto;
	height:24px;
	padding:3px 10px 0 10px;
	margin:0 0 0 0;
	text-align:center;
	font-size:14px;
	float:left;
}


#nav_boutons_particulier:hover {
	background:url(../images/nav_particulier_backgr.jpg) top center no-repeat;
	color:#FFF;
}

#nav_boutons_entreprise:hover {
	background:url(../images/nav_entreprise_backgr.jpg) top center no-repeat;
	color:#FFF;
}

#nav_boutons_chien:hover {
	background:url(../images/nav_chien_backgr.jpg) top center no-repeat;
	color:#FFF;
}

#nav_boutons_chat:hover {
	background:url(../images/nav_chat_backgr.jpg) top center no-repeat;
	color:#FFF;
}

/* end nav elements */

/* start content */

.blocks {
	margin:5px 0 0 0;
	width:500px;
	height:auto;
	min-height:600px;
}

#personnage_accueil {
	background:url(../images/particulier_backgr.jpg) top left no-repeat;
}

#personnage_particulier {
	background:url(../images/comparateur_backgr.jpg) top left no-repeat;
}

#personnage_entreprise {
	background:url(../images/entreprise_backgr.jpg) top left no-repeat;
}

#personnage_chien {
	background:url(../images/chien_backgr.jpg) top left no-repeat;
}

#personnage_chat {
	background:url(../images/chat_backgr.jpg) top left no-repeat;
}

.onglet {
	margin:0 0 0 0;
	width:264px;
	height:29px;
	text-align:center;
}

.onglet_titre {
	font-size:18px;
	color:#FFF;
	padding:3px 0 0 0;
}

#onglet_particulier {
	background:url(../images/onglet_orange.jpg) top left no-repeat;
}

#onglet_entreprise {
	background:url(../images/onglet_orangefonce.jpg) top left no-repeat;
}


#onglet_chien {
	background:url(../images/onglet_vertfonce.jpg) top left no-repeat;
}


#onglet_chat {
	background:url(../images/onglet_vertclair.jpg) top left no-repeat;
}

#infobulle {
	margin:10px 0 0 215px;
	background:url(../images/infobulle_backgr.jpg) top left no-repeat;
	width:262px;
	height:100px;
	padding-top:25px;
}

.infobulle_texte {
	width:250px;
	height:auto;
	font-size:24px;
	margin:-10px 7px 0 18px;
	padding:0px;
}

.titre {
	color:#0066cc;
	font-size:14px;
	margin:0px 10px 0 0;
}

.paragraph {
	width:265px;
	height:auto;
	text-align:justify;
	margin:0px 10px 0 0;
	font-size:11px;
	color:#666;
}

.bouton_savoirplus {
	margin:15px 0 0 220px;
	padding:5px 0 0 0;
	background:url(../images/boutons_lightgrey.jpg) top left no-repeat;
	width:144px;
	height:31px;
	text-align:center;
	font-size:14px;
}

.bouton_savoirplus a:link {
	color:#FFF;
	text-decoration:none;
}

.bouton_savoirplus a:visited {
	color:#FFF;
	text-decoration:none;
}

.bouton_savoirplus a:hover {
	color:#333;
	text-decoration:none;
}

#navigation_bas {
	background:url(../images/nav2_backgr.jpg) top left no-repeat;
	width:306px;
	height:131px;
	margin:100px 0 0 50px;
}

.navigation_bas_bouton {
	width:45px;
	height:45px;
	margin:85px 0 0 12px;
	float:left;
}

.navigation_bas_bouton a:link {
	background:inherit;
}

.navigation_bas_bouton a:visited {
	background:inherit;
}

.navigation_bas_bouton:hover {
	background:url(../images/boutons_nav2hover.gif) top center no-repeat;
	display:block;
}

#footer {
	width:100%;
	background:#f4f0ed;
	margin:30px 0 0 0;
}

#footer_contenu {
	width:1000px;
	height:auto;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.footer_blocks {
	margin:5px 10px 0 10px;
}


/* global classes */

.floatletf {
	float:left;
}

.floatright {
	float:right;
}

.texte_right {
	text-align:right;
}

.texte_left {
	text-align:left;
}

/* couleurs texte */

.vert_fonce {
	color:#669900;
}

.vert_fonce a:link {
	color:#669900;
	text-decoration:none;
}

.vert_fonce a:visited {
	color:#669900;
	text-decoration:none;
}

.vert_fonce a:hover {
	color:#006699;
	text-decoration:none;
}

.vert_clair {
	color:#99CC00;
}

.vert_clair a:link {
	color:#99CC00;
	text-decoration:none;
}

.vert_clair a:visited {
	color:#99CC00;
	text-decoration:none;
}

.vert_clair a:hover {
	color:#3399ff;
	text-decoration:none;
}

.orange_fonce {
	color:#F30;
}

.orange_fonce a:link {
	color:#F30;
	text-decoration:none;
}

.orange_fonce a:visited {
	color:#F30;
	text-decoration:none;
}

.orange_fonce a:hover {
	color:#ff0099;
	text-decoration:none;
}

.orange_clair {
	color:#F90;
}

.orange_clair a:link {
	color:#F90;
	text-decoration:none;
}

.orange_clair a:visited {
	color:#F90;
	text-decoration:none;
}

.orange_clair a:hover {
	color:#ccff00;
	text-decoration:none;
}

.gris_fonce {
	color:#333;
}

.gris_fonce a:link {
	color:#333;
	text-decoration:none;
}

.gris_fonce a:visited {
	color:#333;
	text-decoration:none;
}

.gris_fonce a:hover {
	color:#fff;
	text-decoration:none;
}

.gris_medium {
	color:#666;
}

.gris_medium a:link {
	color:#333;
	text-decoration:none;
}

.gris_medium a:visited {
	color:#333;
	text-decoration:none;
}

.gris_medium a:hover {
	color:#fff;
	text-decoration:none;
}

.gris_clair {
	color:#CCC;
}

.gris_clair a:link {
	color:#666;
	text-decoration:none;
}

.gris_clair a:visited {
	color:#ccc;
	text-decoration:none;
}

.gris_clair a:hover {
	color:#666;
	text-decoration:none;
}


	

/* hacks */

.clear {
clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* end hacks */