/* CSS Document */

body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(bg_header.gif);
	background-repeat:repeat-x;
	background-position: top center;



}

td {
	font-size: 12px;
}


.gauche {
position:absolute;
visibility:hidden;
left: 50px;
top:20%;
bottom:100px;
width: 80%;
background-color: #99CCFF; 
}


.gauche:hover {
position:absolute;
visibility:visible;
left: 50px;
top:20%;
bottom:100px;
width: 80%;
background-color: #99CCFF; 
}

#cache1 {
    display:none;
}
#lien1:hover {
    display:none;
}
#lien1:hover #cache1 {
    display:block;
}


.petit {
	font-size: 10px;
}


.cellule {
text-align:center;
}

.confirmation {
	font-size: 10px;
	font-weight: bold;
}

.erreur {
	background-color:#990000;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
}

.erreur_module {
	background-color:#FF6600;
	text-align:center;
	font-weight:bold;
	color:#000000;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

.image {
position:fixed top center;
}

.input-install
{
width:200px;
font-weight:bold;
background-color : #ECF1F3;}

.input-install2
{
width:400px;
font-weight:bold;
background-color : #ECF1F3;}


.info {
	font-size: 11px;
	font-weight: lighter;
	font-style:italic;
}

.rouge {
 color:#990000;
}

.sous-titre {
	color: #8E271C;
	coolor:#990000;
	font-weight: bold;
	font-size:12px;
	margin-left:20px;
}

input.submit
{
	background-color: #FBFBFB;
	height:30px;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	border: 2px solid #8E271C;
	margin: 2px;
}

input.submit_final
{
	background-color: #FBFBFB;
	height:30px;
	width: 350px;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	border: 2px solid #8E271C;
	margin: 2px;
}

input.submit_petit
{
	background-color: #FBFBFB;
	height:20px;
	width:80px;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	border: 2px solid #8E271C;
	margin: 2px;
}


input {
 font-weight: bold;
}

#input-table #libelle {
	font-size: 12px;
	text-align: left;
	background-coor: #B6C7E0;
	font-weight: normal;
  padding : 0;
  margin: 0;
  width:20%;
}

#input-table #Titre {
	font-size: 14px;
	text-align: Center;
	background-color: #EE7A31;
	font-weight: normal;
}

#input-table #TitreGrand {
	font-size: 20px;
	text-align: Center;
	background-color: #EE7A31;
	font-weight: normal;
	border-bottom:2px dashed #000000;
	margin:inherit;
	padding:5px;
}

.TitrePetit {
	font-size: 14px;
	text-align: Center;
	background-color: #EE7A31;
	font-weight:bold;
	text-align:center;
	margin:inherit;
	padding:5px;
}


.champ  { 
background : #ECF1F3;
bbackground: #F5DDC1;
backgroundd : #eeeeee; 
border: solid 1px #ffffff; 
border-top-color: #888888; 
border-left-color: #888888; 
}
    .champ:hover,
    .champ:focus  { border: 1px solid #6666ff; background: #ffffff; }
.erreur2 {
	background-color:#990000;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	font-size: 24px;
}

