/*=========================================================*/
/*initialisation*/
/*=========================================================*/

html{
	padding:0;
	margin:0;
}

body{
	background-color: white;
	font-family:Verdana, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	text-align:left;
	font-size:12px;
	color:#7a7a7a;
	line-height: 13pt;
	font-weight:normal;
	padding:0;
	margin:5px;
}

table{
	padding:0;
	margin:0 auto;
	border:0;
	color:#404040;
}

form, ul, li{
	padding:0;
	margin:0;
}

img{
	border:0;
}

a {
	color:#f896bd;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color:#F58409;
	font-size:19px;
	text-transform: uppercase;
	letter-spacing:5px;
	margin:0 0 30px 0;
}

h2 {
	color:#F58409;
	font-size:15px;
	margin-bottom:10px;
}


/*En tête des tableaux*/
th {
	color:white;
	font-size:14px;
	height:20px;
	font-weight:bold;
	padding-top:5px;
	background-color:#F58409;
	text-align:left;
	height:10px;
}

td {
	text-align:left;
}

/*Colore les lignes paires des tableaux (cf script jquery en haut de page)*/
.pair{
	background:#eaeaea;
}

/*=========================================================*/
/*Page de login*/
/*=========================================================*/

.enluminure {
	background:transparent url("pics/scrolls.png") no-repeat top center;
	width:100%;
	height:573px;
	margin:0;
	padding:0;
}

.enluminure table{
	background:transparent url("pics/connexion_area.png") no-repeat;
}

.enluminure #connexion_aide{
	background:none;
}

.enluminure #connexion_aide td{
	text-align:left;
}

.enluminure table td{
	text-align:center;
}

.enluminure input{
	font-size:22px;
	color:#404040;
	padding:2px 0 2px 0;
	border:1px SOLID #B3B3B3;
	background:white;
}

.btn_connexion {
    display:block;
	margin:0 auto;
    text-decoration:none;
    font-weight:bold;
	color:white;
    border:none;
	background:transparent url("pics/btn_connexion.png") no-repeat 0 0;
    cursor:pointer;
	width:137px;
	height:32px;
	font-size:15px;
}

.btn_connexion:hover{
	background:transparent url("pics/btn_connexion.png") no-repeat 0 -32px;
}

/** Formulaires **/

#message{
	position:absolute;
	top:50px;
	left:50%;
}

.LV_validation_message{
}

.LV_invalid_field {
	border: 1px solid #C00;
}

.LV_invalid { 
	font-weight:bold;
	color: #C00;
}

.LV_valid_field { 
}

.LV_valid { 
	font-weight:bold;
	color: #0C0;
}


/*=========================================================*/
/*Content*/
/*=========================================================*/

.page {
	position: relative;
	text-align:center;
	margin:10px;
}

.header {
	position: relative;
}

.content {
	position: relative;
	margin-bottom:20px;
}

.content table{
	border: 1px SOLID #F58409;
}

/*FAQ*/
.questions {
	text-align: left;
	color:#404040;
}

.footer {
	position: relative;
}


/*=========================================================*/
/*Introduction de rubriques*/
/*=========================================================*/

.intro {
	position: relative;
	width:400px;
	background:#eaeaea;
	color:#404040;
	text-align:left;
	margin:0 auto;
	padding:10px;
	margin-top:50px;
}

.intro ul{
	margin-left:30px;
}

/*=========================================================*/
/*Tooltip*/
/*=========================================================*/
 
.tooltip { 
    display:none; 
    background:url(pics/bg_tooltip.png); 
    padding:8px; 
    font-size:12px; 
	font-weight:bold;
    color:white;
	border:3px solid white;
	margin-top:-10px;
} 