.bloc500 {
height: 500px;
}
html>body .bloc500 {
height: auto;
min-height: 500px;
} 

.displaynone	{display:none;}
.displayblock	{display:block;}

a 		{text-decoration: none}
a:hover	{text-decoration: none}
a.under:hover	{text-decoration: underline}

h1 {
	font-size:16px;
	color:#D50419;
	clear:both;
	margin:0px 0px 10px 10px;
	padding:0px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
}
h2 {
	font-size:12px;
	color:#5D5D5D;
	clear:both;
	margin:0px 0px 10px 10px;
	padding:0px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
}

img	{border-style: none}

.bold	{font-weight:bold}
.normal{font-weight:normal}
.italic{font-style:italic}
.strike { text-decoration: line-through}
.left	{text-align:left}
.right	{text-align:right}
.justify	{text-align:justify}
.center	{text-align:center}
.underline	{text-decoration:underline}

.t8		{font-size:12px;}
.t9		{font-size:13px;}
.t10		{font-size:14px;}
.t11		{font-size:15px;}
.t12		{font-size:16px;}
.t14		{font-size:18px;}
.t16		{font-size:20px;}
.t18		{font-size:22px;}
.t20		{font-size:24px;}

.noir		{color:#000}
.gris		{color:#5D5D5D}
.blanc		{color:#fff}
.rouge		{color:#D50419}
.rougeLight	{color:#F2AFB6}
.Txt		{color:#5D5D5D}
.grisClair		{color:#A3A3A3}

.backGrisF {background-color:#7D7D7D}
.backGrisM {background-color:#979797}
.backGrisC {background-color:#BEBEBE}
.backGrisL {background-color:#EAEAEA}

.backBlanc {background-color:#FFFFFF}

.backRouge {background-color:#BE0B1E}

.BordDroitBlanc {border-right:1px solid #fff}
.BordHautGrisM {border-top:1px solid #979797}
.BordHautGrisC {border-top:1px solid #BEBEBE}
.BordBasGrisM {border-bottom:1px solid #979797}
.BordGaucheGrisM {border-left:1px solid #979797}


.BackLien,.BackLienRouge, .BackComLien, .BackInternauteLien, .BackLienFixe, .BackLienFixeRouge,.BackRougeHeader,.BackRougeHeaderLong  {
	float:left;
	padding:0px 15px 0px 10px;
	margin-right:10px;
	margin-top:10px;
	line-height:18px;
	background-color:#737373;
	color:#fff;
	height:18px;
	font-size:11px;
	background-image:url(/images/style/BackLienFin.png);
	background-repeat:no-repeat;
	background-position:right;
}

.BackComLien {background-image:url(/images/style/BackLienComFin.png);}
.BackRougeHeader,.BackRougeHeaderLong {
	background-image:url(/images/style/BackRougeFin.png);
	background-color:#BE0B1E;
	width:85px;
	margin:2px 5px 0px 0px;
	padding:0px;
	text-align:left;
}

.BackLienRouge,.BackLienFixeRouge {
	background-image:url(/images/style/BackRougeFin.png);
	background-color:#BE0B1E;
}

.BackRougeHeaderLong {
	width:175px;
}

.BackInternauteLien {margin-left:10px;background-image:url(/images/style/BackLienInternauteFin.png);}
.BackLienFixe,.BackLienFixeRouge {
	width:80px;
	clear:both;
	text-align:left;
	margin:1px;
	padding:0px;
}
.BackInternaute {background-color:#EAEAEA;}

.BackInternauteTitre {
	color:#D50419;
	font-weight:bold;
	padding:15px 10px 0px 10px;
	font-size:22px;}

.BackInternauteSousTitre {padding:0px 10px 10px 10px}


.ClearBoth{
	font-size:11px;
	clear:both;
}
.ImgGris {border:1px solid #DEDEDE}

body {font-family:ARIAL,VERDANA,TAHOMA;font-size:11px;color:#7D7D7D;}

input, select, textarea	{
	color:#7D7D7D;
	border:1px solid #7D7D7D;
	font-size:11px;
	font-family:ARIAL,VERDANA,TAHOMA
}

.Bouton{
	color:#fff;
	background-color:#7D7D7D;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	padding:1px 5px;
	border-color:#ADADAD #4D4D4D #4D4D4D #ADADAD;
}

.inputButton {
	background-color:#7D7D7D;
	color:#fff;
	border:1px solid #7D7D7D;
	font-size:11px;
}

.inputGo {
	color:#7D7D7D;
	background-color:#fff;
	background-image:url(/images/style/go.png);
	border:none;
	font-size:11px;
	width:31px;
	height:18px;
}

.none {background:none; border-style: none;margin:0px;padding:0px}
