* {
	margin:0;
	padding:0;
}

body {
	background: White;
	color: #58595B;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	margin: 0;
	background-image: url("../img/bg.png");
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #0061AA;
	font-weight: bold;
	font-size: 13pt;
	font-family: 'Trebuchet MS';
	text-align: left;
}
h2 {
	color: #003d4c;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 105%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
	padding-top: 4px;
}

/* Tables */
.menu table {
	background: #fff;
	border:0px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.menu tr td {
	background-color: transparent;
	border-right: 0px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}


/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* DIV */
div#bg_intro1 {
	background-image: url("../img/accueil1.png");
	width: 769px;
	height: 24px;
}
div#bg_intro2 {
	background-image: url("../img/accueil2.jpg");
	width: 769px;
	height: 575px;
}
div#bg_intro3 {
	background-image: url("../img/accueil3.png");
	width: 769px;
	height: 24px;
}

div#texte_intro {
	float:right;
	width: 575px;
	font-family: arial;
	font-size: 10px;
	padding-right: 9px;
	font-weight: bold;
}

#div_container {
	width: 767px;
	text-align: left;
	background: transparent;
}
div#div_header {
	background-image: url("../img/bg_header.png");
	width: 767px;
	height: 108px;
	background-repeat: no-repeat;
}
div#mainbox {
	background-image: url("../img/bg_bigbox.png");
	background-repeat: no-repeat;
	top: 0px;
	width: 560px;
	clear: both;
	text-align: justify;
	padding-left: 0px;
	z-index: +1;
	position: static;
}
div#mainboxConsommateur {
	background-image: url("../img/div_bg_consommateur.png");
	background-repeat: no-repeat;
	top: 0px;
	width: 520px;
	z-index: +1;
	text-align: justify;
	padding-left: 30px;
	left: 6px;
	position: static;
}
div#div_body {
	background-color:white; 
	width: 755px;
	clear: both;
	padding-right: 12px;
	position: relative;
	top: -2px;
}
div#menu {
	background-image: url("../img/bg_menu.png");
	background-repeat: no-repeat;
	width: 535px;
	height: 33px;
	float: left;
}

div#intraneige{
	background-image: url("../img/bg_box1.png");
	background-repeat: no-repeat;
	width: 211px;
	height: 200px;
	text-align: center;
	z-index: 0;
	position: absolute;
	right: 10px;
	top: 0px;
}
div#adherer_eneige {
	background-image: url("../img/bg_box2.png");
	background-repeat: no-repeat;
	width: 188px;
	height: 120px;
	clear: both;
	float: right;
	text-align: center;
}

div#magasin {
	background-image: url("../img/bg_box3.png");
	background-repeat: no-repeat;
	width: 188px;
	height: 200px;
	clear: both;
	float: right;
	text-align: center;
}
div#publicite {
	background-image: url("../img/bg_box2.png");
	background-repeat: no-repeat;
	width: 188px;
	height: 125px;
	clear: both;
	float: right;
	text-align: center;
}
div#trouver_deneigeur{
	background-image: url("../img/bg_box1.png");
	background-repeat: no-repeat;
	width: 205px;
	height: 125px;
	text-align: center;
	position: static;
	top: 0;
	right: 12px;
	z-index: 0;
}

div#evaluer_mon_deneigeur
{
	background-image: url("../img/bg_box2.png");
	background-repeat: no-repeat;
	width: 188px;
	height: 120px;
	clear: both;
	float: right;
	text-align: center;
}

/* text class */
.textBoxTitre
{
	font-size: 12px;
	color: navy;
}




/* CONSOMMATEUR ET DENEIGEUR */
a.menu {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
}

/* CONSOMMATEUR */
#menu_bg_pourquoi_eneige {
	width: 270px;
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#menu_bg_pourquoi_eneige:hover {
	background-image: url('../img/menu_bg_pourquoi_eneige.png');
}
#menu_bg_chute_de_neige {
	width: 120px;
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#menu_bg_chute_de_neige:hover {
	background-image: url('../img/menu_bg_chute_de_neige.png');
}
#menu_bg_liens_utiles {
	width: 90px;
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#menu_bg_liens_utiles:hover {
	background-image: url('../img/menu_bg_liens_utiles.png');
}
#menu_bg_faq  {
	width: 80px;
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#menu_bg_faq:hover  {
	background-image: url('../img/menu_bg_faq.png');
}
#menu_bg_contacts  {
	width: 80px;
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#menu_bg_contacts:hover  {
	background-image: url('../img/menu_bg_contacts.png');
}

/* DENEIGEUR */
.td_menu
{
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 70px;
}
.td_menu:hover
{
	background-image: url("../img/menu_bg_hover.png");
}
#joingnezEneige
{
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 70px;
}
#joingnezEneige:hover
{
	background-image: url("../img/menu_bg_joingnez_eneige.png");
}
#chuteDeNeige
{
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 120px;
}
#chuteDeNeige:hover
{
	background-image: url("../img/menu_bg_hover.png");
}
#bg_contact
{
	background: transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 47px;
}
#bg_contact:hover
{
	background-image: url("../img/menu_bg_contact2.png");
	background-repeat: no-repeat;
}

.magasin_item{
	margin-top:30px;
	padding-left:30px;
}
.magasin_texte{
	float:left;
	padding-top:0px;
	padding-left:20px;
	width:60px;
}
/*magasin*/
.quantity{
	float:left;
	width:125px;
}
.magasin_photo{
	float:left;
	width:150px;
	/*border:1px solid #000000;*/
	padding-left:50px;
	
}



.lien_voir_commentaires_deneigeur{
	text-decoration: none;
	font-size: 11px;
	font-weght: normal;
}
