
/*GENERAL*/
html{
font-size:100%;
}
body{
	background: rgb(220,220,222);
	padding: 20px 5px;
	font-family: helvetica, arial, verdana, sans-serif; /*Trebuchet MS,Lucida Sans,*/
	font-size:14px;
	color:#58585a;
}
h1{
    font-size : 24px;
	font-weight:normal;
	line-height:1.4;
	text-transform : uppercase ;
	color:#70b221;
}
a {
	text-decoration:none;
	color: #70b221;
}
a:hover {
	color: #0483c1; /* On passe le texte en bleu... */
}
@font-face {
    font-family: 'verdana';
    src: url('verdana.ttf') format('truetype');
}

#global{
	width: 1000px;
	margin: 0 auto;
	/*width:50em; 
	margin-left: auto; margin-right: auto;*/
	background: url(images/background_global.png) repeat-y;
	text-align:left;
	line-height:1.25;
}
#background{
	background: url(images/fond3.png) no-repeat;
}	


/* BLOC ENTETE */
#entete{
	/*background: url(images/fond-entete2.png) no-repeat;*/
	height:170px;
	padding: 15px;
}
.logo{    
	float:right;
	padding-right:17px;
}	
#menu{
	float: left;
	margin-top:155px;
	padding-left:12px;
	padding-top:0; 
		font-family: verdana, sans-serif; /*Trebuchet MS,Lucida Sans,*/
	font-size:14px;
	font-weight:bolder;
}
#menu a{
	padding:20px;
	line-height: 1.5;
	text-decoration:none;
	color: #fff;
}
#menu a:hover {
	color: #0483c1; /* On passe le texte en bleu... */
	background: #fff; /* ... et au contraire, le fond en blanc */
	height : 6px;
	padding-top:6px; padding-bottom:8px;
}
#fil_ariane {
	padding-top:10px;
	padding-left:43px;
	font-size:11.5px;
	color:black;
}
.fleche{
padding:4px;
}
#fil_ariane a {
	text-decoration:none;
	color: black;
	padding:3px;
}
#fil_ariane a:hover {
	color: #0483c1; /* On passe le texte en bleu... */
}


/* BLOC CENTRAL */
#centre {
	background: url(images/background_global.png) repeat-y;
	margin-top:15px;
	padding-left:43px;
	padding-right:40px;
	padding-top:25px;
}
.background{
	background: url(images/fonds_missions2.png) no-repeat;
	padding-bottom:15px;
}
/* Contenu */
#principal {
	float: left; 
	width:430px;
	padding: 0px;
}
ul {
	padding-left:15px;
	line-height:0.5;
}
li{
	line-height:1.5;
}
#secondaire {
	margin-left: 460px; 
	margin-right: 20px;
	padding-left:40px;	
	border-left-color: rgb(200,200,202);
	border-left-style: dotted;
	border-left-width: 2px;
}
.stitre{
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
}
ul {
	padding-left:15px;
	line-height:0.5;
}
li{
	line-height:1.5;
}

/* PIED DE PAGE */
#pied{
	height:80px;
	margin: 0;
	padding-bottom: 28px; padding-top: 30px; 
	/*padding : top left bottom right */
	background: white;
	font-size:12.5px;
	line-height:1.5;
}
#trait{
	background: url(images/barre-footer.png) no-repeat;
	padding-bottom: 15px; padding-top: 25px; 
}
#pied1{  /* Onglets-Copyright*/
	float:left;
	padding-top: 5px; 	padding-left: 40px;
}
.onglets{
font-size:15px;
}
.copyright{
font-size: 95%;
}
.separation{
padding-left:4px;
padding-right:4px;
}
#pied2{    /* IMAGE */
	float:right;
	padding-right: 20px;
}