/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color:#1A171B;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#E8EEF1;
}

a {
	color:#1A171B;
	text-decoration:underline;
}
a:hover {
	color:#1A171B;
	text-decoration:underline;
}

ul {
	padding-left:18px;
	list-style-image: url(../img/modele/puce.gif);
}
h1 {
	font-size:14px;
	color: #797979;
}

/***********************************************/
/* Liens générique + couleurs */
/***********************************************/
.CouleurBlanc {
	color: #FFFFFF;
}
.CouleurNoir {
	color: #000000;
}
.CouleurRouge {
	color: #FF0000;
}
.CouleurGris {
	color: #A8A5A6;
}
.CouleurGrisFonce {
	color: #373737;
}

.FondNoir {
	background-color: #000000;
	text-align: center;
}
.FondTabGris {
	text-indent: 5px;
	color: #FFFFFF;
	background-color: #444444;
}
.FondGrisClair {
	background-color: #EDEBEB;
}
.FondGrisFonce {
	background-color: #373737;
}

.FondTabGrisClair {
	background-color: #BEBCBC;
	color: #FFFFFF;
	text-indent: 5px;
}
.Taille11 {
	font-size: 11px;
}
textarea {
	border: 1px solid #CCCCCC;
	width: 200px;
}


input {
	border: 1px solid #698795;
	height: 28px;
	width: 50px;
	background-image: url(../img/envoi-fichier/fond_champ.jpg);
}
.bouton_valid {
	background-color: #B9B9B9;
	border: 1px solid #FFFFFF;
	height: 19px;
	color: #FFFFFF;
	padding-bottom: 3px;
}
.bouton_valid2 {
	background-color: #B9B9B9;
	border: 1px solid #FFFFFF;
	height: 18px;
	color: #FFFFFF;
	padding-bottom: 3px;
}
.case_cocher {
	border: 0px;
	height: 15px;
	width: 15px;
}
.champ_bouton {
	background-color:#BBC2B2;
	height: 15px;
	font-weight: bold;
	text-decoration:underline;
	border: 0px solid #000000;
}
.champ_bouton2 {
	background-color:#FFFFFF;
	height: 15px;
	border: 1px solid #000000;
	width: 150px;
}
.champ_boutonContact {
	background-color:#939393;
	height: 18px;
	border: 1px solid #000000;
	color: #FFFFFF;
}
.champInput {
	border: 1px solid #000000;
	color: #000000;
	height: 16px;
	background-image: url(../img/accueil/fond_champ.jpg);
	background-repeat: repeat-x;
}
.champCase {
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 15px;
}

a.lienBlanc {
	color:#FFFFFF;
	text-decoration:none;
}
a.lienBlanc:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.lienGris {
	color:#373737;
	text-decoration:none;
}
a.lienGris:hover {
	color:#A8A5A6;
	text-decoration:none;
}
#barre_menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#barre_menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/***********************************************/
/* Masque */
/***********************************************/
#masque_message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
	z-index: 9;
	display: none;
}
#masque_message_cadre {
	display: none;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -250px;
	z-index: 10;
	width: 500px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	color:#727272;
	border: 1px solid #931C1E;
	text-align:center;
}
.masque_tab_entete_donnees {
	text-indent: 5px;
	color: #FFFFFF;
	background-color: #373737;
}
.masque_tab_entete_donnees strong {
	text-indent: 5px;
	color: #FFFFFF;
	background-color: #373737;
}
#masque_message_cadre a {
	color: #727272;
	font-size:11px;
}

/***********************************************/
/* ACCUEIL */
/***********************************************/

#accueil_conteneur {
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	height:600px;
	text-align: left;
}
/***********************************************/
/* MDOELE */
/***********************************************/
#modele_col_gauche {
	width:175px;
	float:left;
}
#modele_col_droite {
	width:780px;
	float:right;
	text-align:left;
}
#zone_txt_activite {
	line-height: 16px;

}

