@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:850px;
	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:490px;
	height:auto;
	min-height:600px;
}

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

#personnage_particulier {
	background:url(../images/comparateur_backgr_famille.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 */

/* nouveaux elements 09 octobre 2010 */

#block-menu_left {
	float:left;
	width:315px;
	margin:25px 0 0 10px;
}

#block-menu_left ul {
	width:315px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

#block-menu_left li {
	background:url(../images/menuleft-link.png) left top no-repeat;
	width:315px;
	height:37px;
	text-align:center;
	line-height:37px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#333;
	margin:2px 0 0 0;
	padding:0 0 0 0;
}

#block-menu_left li:hover {
	background:url(../images/menuleft-hover.png) left top no-repeat;
}

#block-menu_left li a, #block-menu_left li a:visited {
	color:#333;
	text-decoration:none;
}

#block-menu_left li a:hover, #block-menu_left li:hover a {
	color:#FFF;
	text-decoration:none;
}

.paragraph-2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
}

.title-paragraph h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#fff;
}

.title-paragraph {
	background:url(../images/title-backgr.png) left top no-repeat;
	width:493px;
	height:29px;
	margin:3px 0 3px 0;
	padding:0 0 0 15px;
	line-height:29px;
}

.blocks_paragraph {
	margin:5px 0 0 0;
	width:590px;
	height:auto;
	min-height:600px;
}

/* ------------ */

/* nav page internes */

#nav-interne {
	width:100%;
	height:auto;
	padding:0 0 0 0;
	background:url(../images/backgr-navall.png) center top repeat-x;
	position:absolute;
	top:266px;
	z-index:10;
}

#nav-interne-content {
	width:1000px;
	height:73px;
	background:url(../images/backgr-nav.png) center top no-repeat;
	margin:0 auto;
}

#nav-interne-content ul {
	float:right;
	margin:0 50px 0 0;
	padding:10px 0 0 0;
	text-align:left;
}

#nav-interne-content li {
	background:url(../images/nav-button-link.png) left top no-repeat;
	width:165px;
	height:40px;
	display:inline-block;
	margin:0 0 0 0;
	padding:0 0 0 2px;
	font-family:Century Gothic, Arial, Verdana, Helvetica;
	font-size:14px;
	text-align:center;
	line-height:40px;
	color:#003333;
}

#nav-interne-content li:hover {
	background:url(../images/nav-button-hover.png) left top no-repeat;
}

#nav-interne-content a, #nav-interne-content a:visited, #nav-interne-content a:hover {
	color:#003333;
	text-decoration:none;
}

/* contenu  page internes */

#interne_column-left {
	float:left;
	margin:0 0 0 10px;
	padding:40px 0 0 0;
	width:275px;
}

#interne_column-right {
	float:left;
	width:666px;
	height:auto;
	margin:0 0 0 0;
	vertical-align:top;
	text-align:center;
	padding:0 0 0 3px;
}

#box-leftcontent {
	width:261px;
	height:auto;
	margin:0 auto;
}

#box-leftcontent-top {
	background:url(../images/internes_leftbox-top.png) left top no-repeat;
	width:261px;
	height:187px;
	margin:0 0 0 0;
}

#box-leftcontent-content {
	width:261px;
	height:auto;
	background:url(../images/internes_leftbox-content.png) left top repeat-y;
	margin:0 0 0 0;
}

#box-leftcontent-content p {
	width:215px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:justify;
}


#box-leftcontent-title {
	width:200px;
	height:25px;
	margin:0 auto;
	text-align:center;
	padding:140px 0 0 0;
}

#box-leftcontent-bottom {
	background:url(../images/internes_leftbox-bottom.png) left top no-repeat;
	width:261px;
	height:27px;
	margin:0 0 0 0;
}

#box-content {
	width:666px;
	height:auto;
	margin:0 auto;
}

#box-content-top {
	background:url(../images/box_content-top.png) left top no-repeat;
	width:666px;
	height:20px;
	margin:0 0 0 0;
}

#box-content-content {
	background:url(../images/box_content-content.png) left top repeat-y;
	height:auto;
	width:666px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#box-content-content p {
	width:600px;
	margin:0 auto;
	padding:20px 0 20px 0;
}

#box-content-content ul {
	margin:0 0 0 50px;
	padding:0 0 0 0;
	list-style:none;
	text-align:left;
}

#box-content-content li {
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:18px;
}

#box-content-bottom {
	background:url(../images/box_content-bottom.png) left top no-repeat;
	width:666px;
	height:20px;
	margin:0 0 0 0;
}

#box-content-title {
	width:640px;
	height:30px;
	border-bottom:1px dashed #CCC;
	padding:0 0 0 15px;
	text-align:left;
	margin:0 auto;
}

#box-content-title p {
	text-align:justify;
}

#box-content-title h1 {
	font-size:18px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}

.big {
	font-size:24px;
}

.bigger {
	font-size:30px;
}

.normal {
	font-size:16px;
}

.medium {
	font-size:18px;
}

.small {
	font-size:14px;
}

.smaller {
	font-size:12px;
}

.micro {
	font-size:11px;
}

.paragraph {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
}

.black {
	color:#000;
}

.black a, .black a:visited {
	color:#000;
	text-decoration:none;
}

.black a:hover {
	color:#cc0000;
	text-decoration:underline;
}

.red {
	color:#cc0000;
}

.red a, .red a:visited {
	color:#cc0000;
	text-decoration:none;
}

.red a:hover {
	color:#000;
	text-decoration:underline;
}

.grey {
	color:#999;
}

.grey a, .grey a:visited {
	color:#999;
	text-decoration:none;
}

.grey a:hover {
	color:#F30;
	text-decoration:underline;
}

.grey-dark {
	color:#666;
}

.grey-dark a, .grey-dark a:visited {
	color:#666;
	text-decoration:none;
}

.grey-dark a:hover {
	color:#F30;
	text-decoration:underline;
}

.blue {
	color:#3399ff;
}

.blue a, .blue a:visited {
	color:#3399ff;
	text-decoration:none;
}

.blue a:hover {
	color:#C30;
	text-decoration:none;
}

.blue-dark {
	color:#003333;
}

.blue-dark a, .blue-dark a:visited {
	color:#003333;
	text-decoration:none;
}

.blue-dark a:hover {
	color:#C30;
	text-decoration:none;
}

.green {
	color:#abcc3c;
}

.green a, .green a:visited {
	color:#abcc3c;
	text-decoration:none;
}

.green a:hover {
	color:#C30;
	text-decoration:none;
}

.century {
	font-family:Century Gothic, Helvetica, Arial;
}

.verdana {
	font-family:Verdana, Geneva, sans-serif;
}

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* page console */

#console-navleft {
	width:282px;
	height:auto;
	margin:20px -5px 0 0;
	float:right;
}

#console-navleft-top {
	background:url(../images/console-navleft-top.png) left top no-repeat;
	width:282px;
	height:17px;
	margin:0 0 0 0;
}

#console-navleft-bottom {
	background:url(../images/console-navleft-bottom.png) left top no-repeat;
	width:282px;
	height:17px;
	margin:0 0 0 0;
}

#console-navleft-content {
	background:url(../images/console-navleft-content.png) left top repeat-y;
	width:282px;
	height:auto;
	margin:0 0 0 0;
}

.console-navleft-title {
	width:270px;
	height:25px;
	background:#ebffa7;
	color:#000;
	padding:0 0 0 0;
	margin:0 0 0 6px;
	line-height:25px;
	text-indent:25px;
}

#console-navleft-content ul {
	width:250px;
	display:block;
	list-style:url(../images/list-arrowgreen.png);
	margin:5px 0 0 20px;
}

#console-navleft-content li {
	padding:3px 0 3px 0;
	margin:0 0 0 0;
}

.console-table {
	width:600px;
	height:auto;
	background:#ebebeb;
	border:1px solid #999;
	margin:10px auto;
}

.console-table td {
	border:1px solid #999;
	padding:3px;
}

.console-table-center {
	text-align:center;
}

.console-table-right {
	text-align:right;
}


/* elements communs */

.float-right {
	float:right;
}

.text-right {
	text-align:right;
}

.justify {
	text-align:justify;
}
#actualite {
	width:988px;
	height:auto;
	margin:0 auto

}

#actualite p {

	margin:0 auto;
	text-align:justify;
	font-size:12px;
	padding:20px 0 0 0;
	margin-left:50px;
	margin-right:50px;
}
