a{
color:white;

}


a:active /* Quand le visiteur clique sur le lien */
{
   color: green;
}
ul
{

color:white;

}

ol
{
color:green;
background-color: #FFcc66;
}

p{
color:black;
}

h1,h2,h3,h4,h5
{
color:green;
background-color: #FFCC66;
}
p{
color:black;
   text-align:justify;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}



#conteneurButton input.ok
{
    border          : 1px solid #def;
    background      : #6c3;
    cursor          : pointer;
    padding         : 3px 30px;
    margin          : 0 10px;
}

#conteneurButton input.nok
{
    border          : 1px solid #def;
    background      : #e6484d;
    cursor          : pointer;
    padding         : 3px 30px;
    margin          : 0 10px;
}
_______________________________________
#file #divFile
{
    position        : relative;
    width           : 250px;
    text-align      : right;
}

#conteneurFile .inputFile
{
    opacity         : 0; /* pour !IE */
    filter          : alpha(opacity=0); /* pour IE */
    position        : absolute;
    right           : 0;
    top             : 0;
}

#conteneurFile .inputText
{
    border          : 1px solid #999;
    padding         : 0px 6px;
    background      : #def;
    width           : 130px;
}

#conteneurFile span
{
    border          : 1px solid #def;
    background      : #ffc;
    width           : 80px;
    padding         : 1px 10px;

}	
___________________
label
    {
    display         : block;
    padding-right   : 5px;
    float           : left;
    background      : #fc6;
    margin-right    : 3px;
}

p
{
    margin          : 0;
}
<!--
.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
}
.Style2 {
	color: #999999;
	font-size: 10px;
}
.Style4{
	color: #FF6600;
	font-size: 16px;
}
.Style11 {color: #0066CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.Style12 {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->

#conteneurSelect .inputsSelect
{
    background      : #def url("fleche.gif") right center no-repeat;
    position        : relative;
    border          : 1px solid #999;
    text-align      : center;
    float           : left;
}

.inputsSelect .selects
{
    padding         : 3px 14px 3px 3px;
    font            : normal 12px verdana;
    cursor          : default;
    width           : 95px;
    white-space     : nowrap;
    overflow        : hidden;
}

.inputsSelect ul
{
    position        : absolute;
    text-align      : left;
    border          : 1px solid #999;
    white-space     : nowrap;
    font            : normal 12px verdana;
    padding         : 5px;
    display         : none;
    background      : #eff7ff;
    z-index         : 100;
    list-style      : none;
    margin          : 0;
}

.inputsSelect ul li a
{
    display         : block;
    cursor          : default;
    color           : #000;
    text-decoration : none;
    background      : #eff7ff;
    width           : 100%;
}

.inputsSelect ul li a:hover
{
    color           : #fff;
    background      : #093e6d;
}

span.top-left
{
    position        : absolute;
    width           : 2px;
    height          : 2px;
    overflow        : hidden;
    top             : -1px;
    left            : -1px;
    background      : url("top-left.gif");
}

span.bottom-left
{
    position        : absolute;
    width           : 4px;
    height          : 4px;
    overflow        : hidden;
    bottom          : -1px;
    left            : -1px;
    background      : url("bottom-left.gif");
}

span.bottom-right
{
    position        : absolute;
    width           : 2px;
    height          : 2px;
    overflow        : hidden;
    bottom          : -1px;
    right           : -1px;
    background      : url("bottom-right.gif");
}

span.top-right
{
    position        : absolute;
    width           : 2px;
    height          : 2px;
    overflow        : hidden;
    top             : -1px;
    right           : -1px;
    background      : url("top-right.gif");
}					
-->

