form .req{
	border: 2px solid black;
}

form .form-valid-error{
	margin-left: 5px;
	background-color: #ff9999;
	border:1px dotted red;
}

label {
	display:block;
	float:left;
	width:100px;
}

body {
	background-color: #fff;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.footer {
	font-size: 11px;
    text-align: center;
}
#menuVert {
	margin-left: 20px;
    margin-top: 11px;
}
/* En passant on définit l'overflow de la balise pre à auto pour
 permettre d'afficher des barres de défilement si le texte contenu
  dans cette balise est trop grand */
pre {
	overflow: auto;
}

a {
	color: #000;
	text-decoration:underline; 
}

.bgInteGauche {
    background-image: url('../img/BarInteGauche.gif');
	background-repeat: no-repeat;
	background-position: top right;
    height: 400px;
}

.bgExteDroite {
    background-image: url('../img/BarExteDroite.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.bgExteGauche {
    background-image: url('../img/BarExteGauche.gif');
	background-repeat: no-repeat;
	background-position: top left;
    width: 950px;
}

.bgInteDroite {
    background-image: url('../img/BarInteDroite.gif');
	background-repeat: no-repeat;
	background-position: top left;
    height: 400px;
    padding-left: 20px;
    padding-top: 11px;
}

a.menu {
    text-decoration: none;
	color: #333;
    font-size: 15px;
}

a.menu:hover {
	color: #990000;	
}

.current { 
    text-decoration: none;
	color: #990000;
}

.thbg {
    background: #CCC;
}

.currentmenu {
    text-decoration: none;
	font-size: 19px;
	color: #990000;	
}

a.menu2 {
    text-decoration: none;
	color: #333;
    font: 13px;
}

a.menu2:hover {
	color: #990000;
}

div .submenu {
	padding-left:15px;
}

dl#submenu {
	padding-left: -20px;	
	margin-top: 0px;
	margin-bottom: 0px;
}

dd#submenu {
	margin-left: 10px;	
}

div#cont {
	margin-top: 0px;	
}

h2 {
    font-size: 14px;
	margin-bottom: -8px;	
}

p {
	font-size: 11px;	
}

h1 {
    font-size: 18px;
}


/* Pour la gallerie d'images */
.zoom {
height:100px;
}
.zoom p {
text-align:center;
}
.zoom img {
width:100px;
height:100px;
border: 2px solid;
border-color: #000;
}
.zoom img:hover {
//margin-left: -10px;
//margin-top: -10px;
width:100px;
height:100px;
border-color: #990000;
}

div.disabled {
	display: inline;
	float: none;
	clear: none;
	color: #C0C0C0;
}
