@charset "ISO-8859-1";
/* CSS Document */


/* textes */
.text1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
	text-align:justify;
}

.text2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666;
}

.text3
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-style:italic;
}

.text4
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
}

.text5
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
}




/* titres */
.title1
{
	color: #ffffff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	margin-bottom:15px;
	font-weight:lighter;
}

.title2
{
	color:#E2001A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom:5px;
}

.title3
{
	color:#E2001A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	border-bottom: 1px solid #AC071C;
}

.title4
{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom:10px;
}



/* espacements */
.lheight1
{
	line-height:20px;
}

.lheight2
{
	line-height:18px;
}

.lheight3
{
	line-height:21px;
}

/* paragraphes */
.bloc1
{
	margin-bottom:10px;
}

.bloc2
{
	margin-top:10px;
}

.bloc3
{
	padding-bottom:10px;
}

.bloc4
{
	margin-bottom: 5px;
}

/* erreurs */
.error1
{
	padding: 2px;
	margin: 5px 0;
	background-color:#fff;
	color: #E2001A;
}

.error2
{
	color:#AC071C;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2001A;
	font-style:italic;
}

/* listes */
.list1
{
	background-image:url(images/list.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 10px;
}





