/* Feuille de style */

* { font-family : Verdana; font-size : 10pt; margin : 0; padding : 0; background-repeat : no-repeat;}

.centre { text-align : center;}
.droite { text-align : right;}
.gauche { text-align : left;}
.haut { vertical-align : top;}
.bas { vertical-align : bottom;}

a:visited,a:active,a { text-decoration : none; color : black; }

#container { width : 100%; }
#site_container { width : 955px; }
#footer { text-align : center; }
#header { text-align : center; }
#site_content { width : 100%; }

.centprct { width : 100%; }
img { border : none; }

.Style1 { font-size: 7pt; }
.Style2 { color: #666666}
.Style3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }

.show_as_link {
cursor : pointer;
}

.bleu {
color: #0c70cd;
}

/*Old Classes */
a.devis {
font-size:10pt;
font-weight: bold;
color: #0c70cd;
text-decoration: none;
}

a.devis:hover {
text-decoration: underline;
}

.titre {
font-size: 11pt;
font-weight: bold;
color: #0c70cd;
text-decoration: none;
}
/*EOF Old Classes */

input.obligatoire, textarea.obligatoire { border : 1px solid red; }

#actions {
position : absolute;
top : 0px;
right : 0px;
width : 500px;
background-color : #FFFFCC;
color : black;
text-align : left;
padding : 5px;
border : 1px solid black;
z-index : 100;
}

#contenudepage a {
text-decoration : underline;
}