.size_9{font-size:9px;}.size_10{font-size:10px;}.size_11{font-size:11px;}.size_12{font-size:12px;}.size_13{font-size:13px;}.size_14{font-size:14px;}.size_15{font-size:15px;}.size_16{font-size:16px;}.size_17{font-size:17px;}.size_18{font-size:18px;}.size_19{font-size:19px;}.size_20{font-size:20px;}.size_21{font-size:21px;}.size_22{font-size:22px;}.size_23{font-size:23px;}.size_24{font-size:24px;}.size_25{font-size:25px;}.size_26{font-size:26px;}
@font-face {
	font-family: 'demplus';
	src: url('../fonts/HelveticaNeueLTPro-Th.eot');/* IE9 Compat Modes */
	src: url('../fonts/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
	url('../fonts/HelveticaNeueLTPro-Th.woff') format('woff'),/* Modern Browsers */
	url('../fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'),/* Safari, Android, iOS */
	url('../fonts/HelveticaNeueLTPro-Th.svg') format('svg');/* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'demplus_cond';
	src: url('../fonts/HelveticaNeueLTPro-ThCn.eot');/* IE9 Compat Modes */
	src: url('../fonts/HelveticaNeueLTPro-ThCn.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
	url('../fonts/HelveticaNeueLTPro-ThCn.woff') format('woff'),/* Modern Browsers */
	url('../fonts/HelveticaNeueLTPro-ThCn.ttf') format('truetype'),/* Safari, Android, iOS */
	url('../fonts/HelveticaNeueLTPro-ThCn.svg') format('svg');/* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
}


.gras
{
	font-weight:bold;
}

.vert
{
	color:#97BF0D;
}

.violet
{
	color:#662483;
}

.gris
{
	color:#808080;
}

.grisclair
{
	color:#C4C4C4;
}

.gristresclair
{
	color:#dedede;
}

.grisfonce
{
	color:#3d3d3d;
}

.blanc
{
	color:#fff;
}

.italic
{
	font-style:italic;
}

.majuscule
{
	text-transform:uppercase;
}

.lien
{
	cursor:pointer;
}

.justify
{
	text-align:justify;
}


.rotate_-90
{
	-moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg);
    -ms-transform : rotate(-90deg) 
}

.rotate_90
{
	-moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg); 
    -o-transform:rotate(90deg);
    -ms-transform : rotate(90deg) 
}