@charset "utf-8";
/* CSS Document */
body {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #282828;
	text-align: center;
	margin:50px 0px;
	padding:0px;
	background:#999;

}

a:link { color: #333;  text-decoration: none;} /* lien non-visité */
a:visited { color: #333; text-decoration: none; } /* lien visité */
a:hover { color: #F00; text-decoration: none; } /* lien survolé */
a:active { color: #333; text-decoration: none; } /* lien activé */ 


td {
	border: 1px solid #666;
 }


.titre_tab {
	font-size: 15px;
	color: #FFF; 
	font-style: normal;
	font-weight: bold; 
	
	
}
.tab_liste{
	border: 1px solid #666;
	border-collapse:collapse;
}


.header_titre1 {
	color: #FF4300;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.red_titre1{
	color: #F00;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.footer1 {
	font-size: 10px;
}
#global{
	width:60%;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#FFF;
	height: 99%;

	}
#div_footer1{
	text-align:	center;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	/*border-top : 1px dashed #333;*/
	color: #282828;
	font-size: 10px;	
} 

#div_tab{
	text-align:	center;
	width: 100%;
}

#div_sty1{
	text-align:	center;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #282828;
}
#div_sty10{
	text-align:	center;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom : 1px dashed #333;
	color:#282828;
}

#div_sty20{
	text-align:	left;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom : 1px dashed #333;
	color: #282828;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	
}

#titre_1 {
	font-size: 17px;
color:  #ABABAB;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

#hr_1{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height:1px;
	width: 80%;
	border-bottom : 1px solid red;
}

hr.bg {
	padding-top: 0px;
	margin-top: 0px;
    background: url("images/deg3.gif") no-repeat scroll center bottom #FFFFFF;
    border: 0 none;
    height: 1px;
    margin-left: 1px; 
    width: 600px;
}