/* 
    Document   : site
    Created on : 18 juin 2011, 13:30:44
    Author     : leo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
*{
   margin:0; /* Annule toutes les marges par défaut, étant différentes selon les navigateurs et pour une meilleure compatibilité */
   padding:0; /* Annule tous les remplissages par défaut, étant différents selon les navigateurs et pour une meilleure compatibilité */
}

/* global */
div#page {
	width: 1210px;
	margin:0 auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

div#sommet {
	width: 1210px;
	margin: 0;
	float: left;
}

div#fond {
	width: 1210px;
	margin: 30px 0 0 0;
	border-top: 1px solid gray;
	text-align: center;
}

div#clr {
	clear: both;
}

div#menu {
	width: 1210px;
	height: 33px;
	margin: 5px 0 0 0;
	font-size: 18px;
	/*background-color: #c0c0c0;*/
}

a {
	color: #FF4CB0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.titre, th {
	font-size: 15px;
	font-weight: bold;
}
.note { 
	font-size: 10px;
	color: #000000;
}

td.pdv {
	width: 210px;
	vertical-align: top;
}
table td {
	font-size: 13px;
}


/* menu */
ul#menu {
	width: 800px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li#menu {
	margin-left: 2px;
}
ul#menu li a {
	display: block;
	float: left;
	width: 100px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	border: 1px solid #921505;
	border-right: 1px solid #921505;
}
ul#menu li a:hover {
	background-color:#FF4CB0;
	color:#000;
	border:1px solid #921505;
}
ul#menu li#selectMenu a {
	background-color: #FF4CB0;
	color: #fff;
}

.form_error { color: #CC0000; font-weight: bold; }

p {
    padding-top: 20px;
}