body {
color:black;
background-color:white;
background-image:url(images/risoul.jpg);
}

a, a:visited {
    /* Les liens "au repos" et déjà visités antérieurement */
    color: #ffffff; /* couleur blanche */
	text-decoration: none;
}
a.nounderline:link 
a:hover, a:focus, a:active {
    /* Les liens au survol, au focus, et actifs : on leur donne la couleur rouge pour l'exemple */
    color: #ffffff;
}
p {
	padding-left: 130px ;
	
}
div {
	text-align:left;
	}
	
input
{
	width:150px;
}
div#bandeau {
	text-align:center;
	width:100%;
	height:100px;
	font-size: 40pt;
	color: #ffffff;
	padding-top: 30px ;
	//background-color:#00CCFF;
	}
div#menu {
	float:left;
	width:15%;
	min-height: 100vh;
	padding-top: 50px ;
	font-size: 20pt;
	text-align:center;
	//background-color:#FF6699;
	}
div#contenu {
	float:left;
	width:85%;
	min-height:100vh;
	padding-top: 50px ;

	text-align:center;

	//background-color:#FFCC00;
	//background-image:url(images/risoul.jpg);
	}
div#pied_page {
	clear:both;
	width:100%;
	height:50px;
	//background-color:#33FF99;
	}
	
	
img, table, tr, td
{
	border:0px;
}
h1
{
	text-align:center;
	margin:0px;
	padding:0px;
	color: #ffffff;
}
label
{
	width:200px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.center
{
	text-align:center;
}
.left
{
	text-align:left;
}
.content
{
	background:url('images/bluec_30p.png');
	width:65%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:auto;
	padding:20px;
	margin-top:20px;
}
.UpAbci_infosFile {
	word-wrap:break-word;	
}

.UpAbci_infosFile progress { 
	width:100px;
}
.visites
{
	text-align:center;
	font-size: 20pt;
}