.clearfix:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* General Styles */
html {
	min-height: 100%;
}
body{
	font-size: 14px;
	font-family: 'Ropa Sans', sans-serif;
	color: #222;
	line-height: 1.2rem;
	min-height: inherit;
	background: #fff;
	height: 100%;
}
em{
	font-style: italic;
}
p{
	margin: 10px 0;
	font-size: 1rem;
	line-height: 1.3rem;
}
.container-bientot-affiche p{
	font-size: 0.9rem;
	line-height: 1.1rem;
}
h1.titreKfilmsAmerique{
	display: none;
	position: absolute;
	text-indent: -4000px;
}
body.accueil h1.titreKfilmsAmerique{
	display: block;
}
h2{
	text-transform: uppercase;
	color: #CA002F;
	font-size: 2.5rem;
	line-height: 2.7rem;
}

h3{
	text-transform: uppercase;
	color: #CA002F;
	font-size: 1.8rem;
	line-height: 2rem;
	margin: 0 0 8px 0;
}
.actualites h2{
	color: #000;
	font-size: 1.4rem;
	line-height: 1.6rem;
}
h4{
	text-transform: uppercase;
	color: #CA002F;
	font-size: 1.6rem;
	line-height: 1.8rem;
	margin-bottom: 3px;
}
.xsmall{
	font-size: 0.7rem;
	line-height: 0.9rem;
}
.small{
	font-size: 1rem;
	line-height: 1.2rem;
}
.medium{
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.large{
	font-size: 1.4rem;
	line-height: 1.7rem;
}
.xlarge{
	font-size: 1.8rem;
	line-height: 2.1rem;
}
.underline{
	text-decoration: underline;
}
strong{
	font-weight: bolder;
}
.rouge{
	color: #CA002F;	
}
.blanc{
	color: #fff;	
}
a{
	text-decoration: underline;
	color:#000;
	font-size: 1rem;
}

.fb-share-button{
	margin: 10px 0;
	display: block;
}


.content-actualite h2 a{
	color: #000;
	font-size: 1.4rem;
    line-height: 1.6rem;
}

a:hover{
	color: #CA002F;
	text-decoration: none;
}

hr.separateur{
	display: block;
	width: 95%;
	height: 1px;
	border: none;
	background: #AAA;
}

hr.separateur.rouge{
	background: #CA002F;
}

.ulAccueil li{
	float: none !important;
	width: auto !important;
	list-style: square !important;
	margin-left: 25px !important;
	text-align: left !important;
	padding: 0 !important; 
}

.ulAccueil li.noDots{
	list-style: none !important;
}

ul.general li{
	margin-left: 20px;
	list-style:square;
}
.photoFloatRight{
	float: right;
	margin: 5px 5px 1px 5px;
}
.photoFloatLeft{
	float: right;
	margin: 5px 5px 1px 5px;
}
.photo-contenu-floatLeft{
	float: left;
	margin: 5px 5px 1px 0;
}

/* / General Styles */