/* @import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200); */
/*
html{
	padding: 0;
	margin: 0;
	height: 100%;
}

body{
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Yanone Kaffeesatz';
	font-size: 13.5pt;
	color:black;
	font-weight: 300;
	text-align: center;
	background-color: white;
}
*/

/*input, textarea, select{ */
/*	font-family: 'Yanone Kaffeesatz'; */
/*	font-size: 13pt;
	border-radius:4px;
	background-color: #FFFFFF;
	border:1px solid #AAA;
} */

input, select{
	height: 18px; /* height: 24px; */
}

input:focus, textarea:focus, select:focus{
	border-radius:4px;
	background-color: white;
	border:1px solid #FF9E18;
}

.saisie{
	width:500px;
}
.saisie_phone{
	width:90px;
}
.saisie_ville{
	width:400px;
}
.saisie_cp{
	width:82px;
}
.saisie_select{
	width:475px;
}

.sup{
	vertical-align: super;
	font-size: 0.6em;
}

.hidden{
	display:none;
}

.MessageErreur{
	color:red;
}

.Information{
	color:green;
	font-size: 0.8em;
}

.Notice{
	font-size: :0.5em;
	font-style: italic;
}

.LogoSociete{
	max-width : 200px;
	border:none;
}

a{
	text-decoration: none;
	color:navy;
}

#ContenuCentral{
/*	margin-left:200px;
	position: relative;*/
/*	margin-left:10px;*/
	position: relative;
}

.nc{
	color:red;
	font-style: italic;
}

.VignetteProjet{
	width:150px;
	display:;
}
/*********************
MENU DE GAUCHE
*********************/
/*
#MenuGauche a{
	color:#FFF;
}

#MenuGauche{
	color:#FFF;
	float:left;
	width:200px;
	min-height:100%;
*/
	/*background: url(../../images/design/bg03.jpg);*/
/*
	background: url(../../images/design/bg04.jpg);
}

#MenuGauche ul{
	text-align:left;
}
*/
/*********************
MENU DU HAUT
*********************/
/*
#MenuHaut{
	text-align: left;
	background-color: #FFF;
	border-bottom:2px solid navy;
	color: #000;
	vertical-align: middle;
}

#MenuHaut table{
	border-collapse: collapse;
	display: inline;
}

#MenuHaut td{
	vertical-align: middle;
	padding:8px;
	border-right:1px solid black;
}
*/
/*********************
MENU HAUT PARTIE DROITE
*********************/
/*
#MenuDroite{
	float:right;
}
*/
/*********************
TABLEAU POUR LES FORMUALIRES
*********************/

.TableauFormulaire{
	width:100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.TableauFormulaire th{
	font-size: 2em;
	padding: 5px;
	border-bottom: 2px solid white;
}

.TableauFormulaire tr:nth-child(even){
	background-color: #F8F6F9;
}

.CssEntete{
	vertical-align: top;
	width:20%;
	text-align: right;
	padding:5px;
	font-weight: bold;
	vertical-align: middle;
}

.CssValeur{
	width:80%;
	text-align: left;
	padding:5px;
	vertical-align: middle;
}

/*********************
TABLEAU POUR LES LISTES
*********************/

.TableauListe{
	width:90%;
	margin: 0px 5%;
	border-collapse: collapse;
}

.TableauListe th{
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	/*padding:3px;*/
	text-align:left;
	background-color: #8E8E8E;
}

.TableauListe td{
	border-bottom:1px dashed #000;
	/*padding:3px;*/
	text-align:left;
}

.TableauListe tr:nth-child(even){
	background-color: #E3E1E4;
}

.TableauListe tr:hover{
	background-color: yellow;
}

/*********************
TABLEAU POUR LES MISSIONS
*********************/

.TableauMission{
	width:100%;
	border-collapse: collapse;
}

.TableauMission td{
	text-align: left;
	vertical-align: top;
}


/*********************
ICONE REMISE A ZERO LISTE
*********************/

.RazSelect{
	vertical-align: middle;
	cursor: pointer;
}
