html 
{
	overflow-y: scroll;
}

table.sample {
	/*border-width: 0px;*/
	border-spacing: 0px 0px 0px 0px;
	/*border-style: none;*/
	/*border-color: gray;*/
	border-collapse: collapse;
	padding: 0px;
	/*background-color: white;*/
}
table.sample tr {
	/*border-width: 0px;*/
	padding: 0px;
	/*border-style: none;*/
	/*border-color: gray;*/
	/*background-color: white;*/
	-moz-border-radius: ;
}
table.sample td {
	/*border-width: 0px;*/
	padding: 0px;
	/*border-style: none;*/
	/*border-color: gray;*/
	/*background-color: white;*/
	-moz-border-radius: ;
}

body
{
  background-color : #dedede;
  /*margin : 0px; 
  padding : 0px;
  text-align: center; /* pour résoudre le bug de centrage de IE */
}


a
{
	text-decoration : none;
}

img
{
	border-style : none;
}

.titre
{
	font-family : Trebuchet MS;
	font-weight : bold;
	color : #89BC17;
}

.colonne
{
	font-family : Trebuchet MS;
	font-size : 13px;
	color:#333333;
}


.pied_de_page
{
	font-size : 13px;
	font-family : Trebuchet MS;
	font-size:11px;
	color:#000000;
}

.presentation
{
	font-family : Trebuchet MS;
	font-size : 13;
	color : #333333; 
}

.presentation_small
{
	font-family : Trebuchet MS;
	font-size : 11;
	color : #333333; 
}


hr
{
	color:#BOBOBO;
}

td hr
{
	color:#BOBOBO;
}


.formulaire
{
	font-family : Trebuchet MS;
	color : #083C63;
	font-size : 13px;
	font-weight : bold;
}

.rubriques_solu
{
	font-family : Trebuchet MS;
	color : #083C63;
	font-size : 15px;
	font-weight : bold;
	vertical-align : top;
}

.rubriques_solu_small
{
	font-family : Trebuchet MS;
	color : #083C63;
	font-size : 11px;
	font-weight : bold;
	vertical-align : top;
}

.slogan_header
{
	font-family : Trebuchet MS;
	font-size : 15px;
	vertical-align : top;
	font-weight : bold;
}

.slogan_headerBleu
{
	font-family : Trebuchet MS;
	color : #083C63;
	font-size : 15px;
	vertical-align : top;
	font-weight : bold;
}

.slogan_home
{
	font-family : Trebuchet MS;
	font-size : 22px;
	color : #FFFFFF;
	margin-left:35px;
}

.menu
{
	font-size:13px;
	font-weight:bold;
	font-family : Trebuchet MS;

}

li{
	font-family : Trebuchet MS;
	font-size : 13;
	color : #333333; 
}

.rubriques_recrut
{
	font-family : Trebuchet MS;
	font-size : 13;
	color : #333333; 
	font-weight:bold;
}

.recrutement
{
	font-family : Trebuchet MS;
	font-size : 13;
	color : #333333; 
}

.dev
{
	font-family : Trebuchet MS;
	font-weight : bold;
	color : #89BC17;
	font-size:14;
}

a:hover.dev
{
	text-decoration:underline;
}

.references
{
	list-style-type: circle;
	
}

.purple
{
	color : #A10499; 
	font-family : Trebuchet MS;
	font-size:14;
	font-weight : bold;
}

.reference
{
	font-family : Trebuchet MS;
	font-size : 12;
	color : #333333; 
}

.lien_mail
{
	color : #A10499; 
	font-family : Trebuchet MS;
	font-size:13;
	text-decoration: underline;
}


