/* --------------------------------------------------------------

   typo.css
   Base typographique
   Cf.: http://contrib.spip.net/3820

-------------------------------------------------------------- */

html { font-size: 100.01%; } /* pour IE < 6 */
/* Cf.: http://www.pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ et http://forum.alsacreations.com/topic-4-54377-1.html */

body { 	
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;	
	color: #CCCCCC; 
 }


/* PAD 
----------------------------------------------------*/
.textred { color: #CE8686; }
.textwarmgrey { color: #A49890; }



#komma {
	font-size: 24px;
	font-weight: bold;
	color: #CE8686;
}

#footerline {
	font-size: 8px;
	line-height: 12px;	
	color: #CCCCCC;
	}

#footerline .a {
	color: #FFFFFF;
	}


#titlemen {
	padding-top: 50px;
	font-size: 28px;
	line-height: 30px;	
	text-align: left;
	}

#titlemission {
	padding-right: 80px;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	}


.GH {
	color: #99A49C;
	}
	
.EG {
	color: #A59891;
	}
	
.PAD {
	color: #CE8686;
	}
	
	
#titleentry{
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	}

#subtitle {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 16px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	}

#project {
	color: #CCCCCC;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;	
}


#titleproject {
	padding-top: 40px;
	color: #CCCCCC;
	font-size: 15px;
	line-height: 20px;
	text-align: left
	}

#titleprojectred {
	padding-top: 40px;
	color: #CE8686;
	font-size: 15px;
	line-height: 20px;
	text-align: left
	}

#subtitleproject {
	color: #CCCCCC;
	font-size: 15px;
	line-height: 20px;
	text-align: left
	}

#subtitleprojectred {
	color: #CE8686;
	font-size: 15px;
	line-height: 20px;
	text-align: left
	}

#boxtitle {
	width: 150px;
	font-size: 9px;
	line-height: 12px;
}

#boxheader {
	color: #CCCCCC;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 14px;
	text-align: left;
}



/* links */
a {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a.project {
	color: #CCCCCC;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;	
	text-decoration: none;
}

a.projectPAD {
	color: #CE8686;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;	
	text-decoration: none;
}

a.spip_mail { color: #CCCCCC; }
a.spip_out { color: #CCCCCC; }
a.spip_url { color: #CCCCCC; }

a.small {
	color: #CCCCCC;
	}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

