@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	height:100%;
	color:#505050;
	font-size:13px;
}

img{
	border:none;
}

a,
a:link,
a:active,
a:visited{
	color:#000000;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;;
}
a:hover{
color:#505050;
text-decoration:none;
}

a.gris_noir,
a.gris_noir:link,
a.gris_noir:active,
a.gris_noir:visited{
	color:#505050;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;;
}
a.gris_noir:hover{
color:#000000;
text-decoration:none;
}
p {
	margin:0px;
	padding:0px;
}
span {
	margin:0px;
	padding:0px;
}

/*** tailles ***/
.T10{ font-size:10px;}
.T11{ font-size:11px;}
.T12{ font-size:12px;}
.T13{ font-size:13px;}
.T14{ font-size:14px;}
.T15{ font-size:15px;}
.T16{ font-size:16px;}
.T18{ font-size:18px;}
.T20{ font-size:20px;}
.T22{ font-size:22px;}
.T24{ font-size:24px;}
.T25{ font-size:25px;}
.T30{ font-size:30px;}
.T35{ font-size:35px;}
.T40{ font-size:40px;}
.T46{ font-size:46px;}

/*** font-style ***/
.italic{ font-style:italic;}

/*** polices ***/
.arial{ font-family:Arial, Helvetica, sans-serif;}
.georgia{ font-family:Georgia, "Times New Roman", Times, serif;}
.courier{ font-family:"Courier New", Courier, monospace}
.gris {
	color:#505050;
	}
/*** background-image ***/
.puce{
	width:18px;
	height:10px;
	background:transparent url('/media/img/puce.gif') top left no-repeat;
	float:left;
	display:inline;
	margin-top:1px;
	background-position:center;
}
.puce2{
	width:16px;
	height:14px;
	background:transparent url('/media/img/puce2.gif') top left no-repeat;
	float:left;
	display:inline;
	margin-top:1px;
	background-position:center;
}
.puce_png{
	width:18px;
	height:10px;
	background:transparent url('/media/img/puce.png') top left no-repeat;
	float:left;
	display:inline;
	margin-top:1px;
	background-position:center;
}
.grde_puce{
	width:30px;
	height:27px;
	background:transparent url('/media/img/grde_puce.gif') top left no-repeat;
	float:left;
	display:inline;
	margin-top:1px;
	background-position:center;
}
/*** couleurs ***/
.gris_clair{ color:#666;}
.noir{ color:#000000;}

/*** arrondis ***/
.arr_HG_HD_5 {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}
.arr_5 {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

/*** fix png IE 6 ***/
.pngfix{ behavior: url(/includes/iepngfix.htc) }

#envoi_msg{

font-size: 11px;

background: #fbfcda url('../js/valid.gif') no-repeat left;

border:1px solid #dbdbd3;

width:170px;

height:20px;

margin-left:4px;

margin-top:20px;

padding-left:20px;

padding-top:3px;

padding-bottom:3px;

float:left; display:inline;

color:#000000;

}

.rouge, .rouge a, ul.menu a.rouge, ul#ssmenu a.rouge, a.overouge:hover, div.cartouche h1 a.overouge:hover {
	color: #e20026;
}



.smallestTag {color:#505050; font-size: 9px; }
.smallTag {color:#505050; font-size: 11px; }
.mediumTag {color:#505050; font-size: 13px; }
.largeTag {color:#505050; font-size: 16px; }
.largestTag {color:#505050; font-size: 20px; }


