/* CSS Document */

body {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	background-color:#f5f5f5;
}

/********** MISE EN PAGE **********/

#page {
	width:900px;
	margin:auto;
}

#entete {
	width:900px;
	height:156px;
	background-color:#343434;
}

#entete1 {
	width:206px;
	height:156px;
	background-image:url(img/banniere_01.jpg);
	background-position:0px 5px;
	background-repeat:no-repeat;
	float:left;
}

#entete2 {
	width:694px;
	height:156px;
	background-image:url(img/banniere_02.jpg);
	background-position:13px 5px;
	background-repeat:no-repeat;
	float:left;
}

#menu {
	width:200px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:30px;
	line-height:11px;
	float:left;
}

#contenu {
	width:685px;
	padding-top:5px;
	float:left;
}

#pied_page {
	width:100%;
	height:25px;
	background-color:#343434;
	text-align:center;
	line-height:25px;
	clear:both;
}

/* specifique à l'index */

#recherche_alpha {
	width:187px;
	height:235px;
	padding-left:15px;
	float:left;
}

#domaine_int {
	width:240px;
	height:100px;
	padding-left:30px;
	float:left;
}

#recherche_globale {
	width:195px;
	height:60px;
	background-image:url(img/recherche.jpg);
	background-repeat:no-repeat;
	background-color:#2a283b;
	margin-top:10px;
	padding-top:10px;
	padding-left:5px;
	float:right;
}

#news {
	width:453px;
	padding-left:30px;
	float:left;
}

/********** LIENS **********/

.lien_10px {
	font-size:10px;
	text-decoration:none;
}

.lien_12px {
	font-size:12px;
	text-decoration:underline;
}

.lien_12px_ns {
	font-size:12px;
	text-decoration:none;
}

.lien_14px {
	font-size:14px;
	text-decoration:none;
}

/********** COULEUR **********/

.bleu_fonce {
	color:#343434;
}

.bleu_texte {
	color:#005ea8;
}

.orange {
	color:#ee7f00;
}

.blanc {
	color:#FFFFFF;
}

.noir {
	color:#000000;
}

.violet {
	color:#dbd9ef;
}

/********** TEXTE **********/

.centre {
	text-align:center;
}

.gras {
	font-weight:bold;
}

.ann_p {
	 line-height:0px;
}

.justif {
	text-align:justify;
}

.texte_10px {
	font-size:10px;
}

.texte_16px {
	font-size:16px;
}

.titre_15px {
	font-size:15px;
}

.titre_18px {
	font-size:18px;
}

.titre_24px {
	font-size:24px;
}

.fond_orange {
	background-color:#ee7f00;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
}

.fond_violet {
	background-color:#dbd9ef;
	padding:5px;
}

.clear {
	clear:both;
}

.label50 {
	width:50px; 
	display:inline-block
}

.label100 {
	width:100px; 
	display:inline-block
}

.label150 {
	width:150px; 
	display:inline-block
}

.label200 {
	width:200px; 
	display:inline-block
}

/********** BORDURES **********/

.ligne_orange {
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#ee7f00;
}

/********* FORMULAIRES **********/

.largeur_220 {
	width:220px;
}

/********* IMAGES **********/

.img_gauche {
	float:left;
	margin:5px;
}