/* Header Text Styles
-----------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { 
	font-family	: "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	font-weight: normal; 
}

h1 { 
	color : #43474e; 
	font-size : 28px;
	font-weight : normal;
	letter-spacing : -1.5px;
	margin-top : 0px;
	margin-bottom : 0px;
}

h2 { 
	color : #333333; 
	font-size : 22px; 
	font-weight : normal;
	letter-spacing : -1px;
	margin-top : 0px;
	margin-bottom : 20px;
}
h2.title-inscription { 
	color : #333333; 
	font-size : 22px; 
	font-weight : normal;
	letter-spacing : -1px;
	margin-top : 0px;
	margin-bottom : 2px;
}
h3 { 
	color : #444444; 
	font-size : 16px;
	font-weight : normal;
	margin-bottom : 20px; 
}

h4 { 
	color : #454545; 
	font-size : 13px; 
	font-weight : bold;
	margin-bottom : 5px;
}

h5 { 
	color : #222222; 
	font-size : 9px; 
	font-weight : normal; 
	margin-bottom : 5px; 
}

h6 { 
	color : #222222; 
	font-size : 8px; 
	font-weight : bold; 
	margin-bottom : 5px; 
}

/* Paragraph
-----------------------------------------------------------------------------*/

.text {
	line-height : 16px;
}
p.text-infolettre {
	line-height : 16px;
	font-family : "Tahoma";
	font-size : 14px;
	color : #333333;
	font-weight : normal;
	letter-spacing : 1px;
	margin-top : 0px;
	margin-bottom : 20px;
}
.par {
	margin-bottom : 18px;
}

.par.last {
	margin-bottom : 0px;
}

/* General Text Styles
-----------------------------------------------------------------------------*/

a:link,
a:visited,
a:active,
a:hover	{
	color : #008ec9;
}

a:hover {
	color : #008ec9;
	text-decoration	: underline;
}

.link {
	color : #008ec9;
	cursor : pointer;
}

.link:hover {
	color : #008ec9;
	text-decoration	: underline;
}

.f12 {font-size : 12px;}
.f11 {font-size : 11px;}
.f10 {font-size : 10px;}

.fl {float : left;}
.fr {float : right;}
.fn {float : none;}

.fwn {font-weight : normal;}
.fwb {font-weight : bolder;}
.fsi {font-style : italic; }

.fcr {color : red; }
.fcg {color : green; }

.cl {clear : left;}
.cr {clear : right;}
.cb {clear : both;}
.clear {clear : both;}

.tar {text-align : right;}
.tal {text-align : left;}
.tac {text-align : center;}

.di {display : inline;}
.db {display : block;}
.dn {display : none;}