﻿@charset "utf-8";
.Input2 {
	/* [disabled]border: 1px solid #807FB7; */
	/* [disabled]background-image: url(FondFormulaire.png); */
	height: 21px;
	width: 167px;
}
.baseline {
	font-size: 14px;
	/*margin-left: 50px;*/
}


.FondTD {
	background-image: url(FondFormulaire.png);
	background-repeat: no-repeat;
}


body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* line-height: 1.4; */
}

/* ~~ Sélecteurs d'éléments/balises ~~ */
ul { 
    list-style-image: url("wcm.gif");
    padding-left: 30px;
}


.BtnChercher {
	background-image: url(chercher.png);
	height: 23px;
	width: 68px;
	overflow: visible;
	display: inline-block;
}
.BtnChercher:hover {
	background-image: url(chercher2.png);
	height: 23px;
	width: 68px;
	overflow: visible;
	display: inline-block;
}


/* Liens */


a img { 
	border: none;
}

a:link {
	color: #807FB7;
	text-decoration: none; 
font-weight: bold;
}
a:visited {
	/*color: #6E6C64;
	text-decoration: none; */
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ ce conteneur à largeur fixe entoure les autres divs ~~ */
.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto; 
}


.header {
	height: 100px;
	background-image: url(FondHaut.gif);
	background-repeat: no-repeat;
}



/* ~~ Pied de page ~~ */
.footer {
	padding: 10px 0;
	text-align: center;
}


.DivMenu {
	background-image: url("/FondMenuDef.gif");
	height: 50px;
}
.input {
	background-color: #FFF;
	background-image: url(FondFormulaire.png);
}
.Bouton {
	color: #807FB7;
	font-weight: bold;
	font-size: 12px;
}


#SupportEspaceTravail {
	width: 880px;
	min-height: 400px;
        padding: 10px 0px 0px 10px;
}
#LSV {
	background-image: url(Boite2.gif);
	background-repeat: no-repeat;
	width: 204px;
	padding: 3px;
}


/* Image and table specific aligns */

img.left, table.left {
	float: left;
	text-align: inherit;
}

img.center, table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
}

img.center {
	display: block;
}

img.right, table.right {
	float: right;
	text-align: inherit;
}


h1 {

margin: 0px 0px 10px 0px ;

}
h2 {

margin: 5px 0px 5px 0px;

}
