body
{
	width:100%;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	margin : 0px;
	padding : 0px;
	color : #292929;
	min-width : 320px;
	background:#f2f2f2;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/licensed/font?kit=hLECvlEj3pKlnS4NFs8NQw#Lato) format('svg');
}

/* ===================== 
Elements
======================*/
a
{
	text-decoration : none;
}

img
{
	border: none;
}

h3{
	margin:15px 0 5px 0;
}

p{
	margin: 0 0 5px 0;
}
p:first-child{
	margin:5px 0;
}

.cb
{
	clear : both;
}


.tcenter
{
	text-align : center;
}

.float-r
{
	float:right;
}

.float-l
{
	float:left;
}

.petit
{
	font-size : 11px;
}

.pad{
	padding:0 10px;
}

/* ===================== 
Couleurs
======================*/

.rouge
{
	color : red;	
}
.orange
{
	color : #f67801;	
}

.bleu, a.bleu
{
	color : #0ec2d3;	
}

.blanc
{
	color : #fff;	
}

.vert
{
	color : #9ac349;	
}

.gris
{
	color : #707070;	
}

.noir
{
	color : #333;	
}



/* ===================== 
STRUCTURES
======================*/


#page
{
	width : 97%;
	margin :auto;
	min-height : 400px;	
}
