ul { 
list-style: url(./images/puce.gif); 
} 

.imgicones {
 width: 20px;
}
.imgicone {
 width: 90px;
border-style:ridge;
}

.explorer {

}
.dossierexplo {
	float:left;
	width:100px;
	height:100px;
	text-align:center;
}


input {
    font-family : Trebuchet MS;
    font-size : 9pt;
    font-weight : bold;
    background-color:#CCCCCC;
    border-width : 0px;
    color : #FFFFFF;
}
div#qrcode {
    text-align:center;
}
input:hover {
    background-color : #666666;
}
div#code {
	font-size:10pt;
	font-family : Courier New;
	background-color:#999999;	
	color:#000000;
	padding:30px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
div#titre {
	font-size:8pt;
	font-family : Trebuchet MS;
	background-color:#333333;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-decoration:none;

}
.vote {
	text-align:center;
	height:30px;
	width:100px;
	float:left;
}


div#titre3 {
	font-size:8pt;
	font-family : Trebuchet MS;
	background-color:#CCCCCC;
	text-decoration:none;
 	padding: 10px;

}
div#titre4 {
	font-size:8pt;
	font-family : Trebuchet MS;
	background-color:#CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 50pt;
	margin-right: 50pt;
	text-decoration:none;
 	padding: 30px;
	text-align:center;

}

div#date {

	background-color:#CC0033;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	color : #000000;
	text-decoration:none;
	padding:5px;
	margin-right:30px;
float:left;


}
.menu2 {
	height:50px;
	width:100px;
	float:left;
}
.menu3 {
	height:20px;
	width:150px;
	float:left;
}

a img {
   border:0;
}
.menu4 {
	text-decoration:none;
	color:#000;
}
.menu4:hover {
	text-decoration:none;
	color:#FFF;
}
.menu {
	text-decoration:none;
	color:#000;
}
.menu:hover {
	text-decoration:none;
	color:#990000;
}

h2 {
	color:#000;
	font-family:Verdana;
	text-align:center;
}

h3 {
	color:#000;
	font-family:Verdana;
}
body {
    background-color:#331A00;
	font-family:Arial; 
}
div#ombrehaut {
	height:15px;
	background-position:bottom;
	background-image:url(./images/ombrehaut.png);
	background-repeat:repeat-x;
	display:block;
}
.ombrebas {
	height:15px;
	background-position:top;
	background-image:url(./images/ombrebas.png);
	background-repeat:repeat-x;
	display:block;
}

div#logo{
	background-color:#804000;
	display:block;
	font-family:Arial; 
	color:#999; 
	font-size:12pt;
	margin-left:30px;
	margin-right:30px;
}
div#header{
	height:25px;
	background-image:url(./images/testi.png);
	background-repeat:repeat-x;
	font-family:"Myriad Pro"; 
	text-align:center;
	color:#000; 
	font-size:14pt;
}
div.demiaccueildroit{
	width:50%;
	float:right;
}
div.demiaccueil{
	width:50%;
	float:left;
}
div#basdecontenu{
	background-color:#FFF;
	font-family:Arial; 
	color:#999; 
	margin-left:30px;
	margin-right:30px;

}
div#basdecontenu2{
	margin-left:30px;
	margin-right:30px;

}
div#contenu{
	font-size:8pt;
	font-family : Trebuchet MS;
	background-color:#FFF;
	padding:25px 50px;
	color:#999; 
	background-position:bottom;
}
div#basdepage{
	font-family:Arial; 
	text-align:right;
	margin-right:20px;
	color:#999; 
	font-size:12pt;
}

fieldset
{
	margin: 5px;
	padding: 10px;
}

form
{
	margin: 0px;
	padding: 0px;
}

pre
{
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
	overflow: auto;
	margin: 0px;
	padding: 0.25em;
}

#alerts
{
	color: Red;
}

#footer
{
	margin: 10px 0 15px 0;
	height: 1px;
	border: solid 1px gray;
	border-bottom: none;
}

#footer p
{
	margin: 0 10px 10px 10px;
	float: left;
}

#footer #copy
{
	float: right;
}

#outputSample
{
	width: 100%;
	table-layout: fixed;
}


#outputSample thead th
{
	color: #dddddd;
	background-color: #999999;
	padding: 4px;
	white-space: nowrap;
}

#outputSample tbody th
{
	vertical-align: top;
	text-align: left;
}

#outputSample pre
{
	margin: 0;
	padding: 0;
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */

}

