/*____________________________________________________________FEUILLE DE STYLE SILMACH 01____________________________________________________________*/ 


/*___________________________________________________________________Toutes  les balises___________________________________________________________________*/
*
{
	font-family: arial, sans-serif;
	color: #315396;
		
}

/*___________________________________________________________________Titre 2___________________________________________________________________*/
h2
{
	margin-top: 30px;
	text-align: left;
	font-size: 2.0em;
	font-variant: small-caps;
	/*border: 2px dotted green;*/
}

/*___________________________________________________________________Paragraphe___________________________________________________________________*/
/*p
{
	text-align: justify;
	font-size: 1.0em;
}
*/

/*___________________________________________________________________Liste non ordonnée___________________________________________________________________*/
/*ul
{
	list-style-type: circle;
}
*/

/*___________________________________________________________________Texte important___________________________________________________________________*/
strong
{
	

}

/*___________________________________________________________________Corps du document___________________________________________________________________*/
body
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*___________________________________________________________________Lien___________________________________________________________________*/
a
{
	text-decoration: underline;
}

/*a:hover,  a:focus
{
	text-decoration: underline;
}
*/
/*___________________________________________________________________Image contenue dans un lien___________________________________________________________________*/
a img
{
	border-width: 0;
	border-style: none;
}

/*___________________________________________________________________En tête___________________________________________________________________*/
#en_tete
{
	height: 100px;	
	background: url("pictures/header.png") no-repeat center;
}

/*___________________________________________________________________Titre 1___________________________________________________________________*/
#en_tete h1
{
	display: none;	
}

/*___________________________________________________________________Tableaux plan___________________________________________________________________*/
#plan td
{
	vertical-align: top;
	width: 350px;
}

/*___________________________________________________________________Tableaux labels___________________________________________________________________*/

.labels
{
	/*border: 1px solid;*/
	width: 1000px;
}

.labels td
{
	padding-top: 5px;
	line-height: 1.5em;
	/*border: 1px solid;*/
}

.colonne2
{
	width: 350px
}

.colonne3
{
	text-align: right;
	width: 50px
}

/*___________________________________________________________________Balise Menu___________________________________________________________________*/
#menu
{
	/*border: 2px dotted green;*/
	margin-top: 2px;
}

#menu_bouton , #menu_bouton_emploi
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_bouton li, #menu_bouton_emploi li
{
	float: left;
}

#menu_bouton a
{
	display: block;
	width: 155px;
	height: 18px;	
	font-size: small;
	font-weight: bold;
	color: white;
	background: black;
	margin: 0 1px;
	text-decoration: none;
	text-align: center;
}

#menu_bouton_emploi a
{
	display: block;
	width: 164.6px;
	height: 18px;	
	font-size: small;
	font-weight: bold;
	color: white;
	background: black;
	margin: 0 1px;
	text-decoration: none;
	text-align: center;
}

#menu_bouton a:hover,  #menu_bouton a:focus, #menu_bouton_emploi a:hover, #menu_bouton_emploi a:focus
{
	color: orange;
}

#menu_langue 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_langue li
{
	float: left;
}
#menu_langue a
{
	display: block;
	text-decoration: none;
	text-align: center;
}

/*___________________________________________________________________Balise Corps___________________________________________________________________*/
#corps
{
	font-size: small;
	line-height: 2em;
	text-align: justify;
	/*background: yellow;*/
	/*border: 2px dotted brown;*/

}

/*___________________________________________________________________Balise Illustration___________________________________________________________________*/
#illustrations
{
	float: right;
	margin-left: 30px;
	margin-top:45px;
}

#illustrations p
{
	text-align: center;
	font-size: small;
}

/*#illustrations  table, #illustrations  td
{
		border: 1px solid black;
		border-collapse: collapse;
}
*/
/*___________________________________________________________________Pied de page___________________________________________________________________*/
#pied_de_page
{
	clear: right;
	margin-top: 50px;
}

#menu_pied_de_page
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menu_pied_de_page li
{
	float: right;
}


#menu_pied_de_page a
{
	display: block;
	width: 155px;
	font-size: small;
	font-weight: bold;
	color: black;
	background: white;
	margin: 0 1px;
	text-decoration: none;
	text-align: center;
}

#menu_pied_de_page a:hover,  #menu_pied_de_page a:focus
{
	color: orange;
}



