/************************************************************************************

	body

************************************************************************************/

body,td,th {
	color: #333333;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
}

.ater_img {
	border: none;
}

.ater_clearer {
	clear: both;
}





/************************************************************************************

	body

************************************************************************************/

.champ_nom {
	width: 130px;
	float: left;
	margin-top: 9px;
}
.champ_saisie {
	width: 550px;
	float: left;
	margin-top: 5px;
}

.message {
	color: #FF0000;
}

.fichiers {
	width:  550px;
	margin-bottom: 20px;
}

.fichier {
	float: left;
}

.remove {
	float: left;
	padding-left: 10px;
}

.ligne {
	margin-top: 5px;
}

.champ_upload {
	width:  550px;
	padding-top: 4px;
}





/************************************************************************************

	Bulle

************************************************************************************/

.ater_ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
 
.ater_ul_a {
	text-decoration: none;
	display: block;
	padding-right: 10px;
}
			
.ater_ul_a:hover {
	text-decoration: none;
}
			
.ater_ul_li {
	margin-bottom: 1px;
	float: left;
	position: relative;
}
			
.ater_ul_li_ul {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 5px;
	display: none;
	border: 1px solid #7BB508;
	background: #FFF;
	width: 330px;
	
	padding: 10px;
}
			
.ater_ul_li:hover .ater_ul_li_ul {
	display: block;
}






.ater_nom_fichier {
	float: left;
	padding-left :10px;
	padding-top: 1px;
}

.ater_download {
	float: left;
}

.ater_ligne_fichier {
	margin-top: 2px;
}

.ater_ligne_zip {
	margin-top: 12px;
}





/************************************************************************************

	tableau

************************************************************************************/

.livetable {
	width: 100%;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
}

.livetable th {
	padding-left: 5px;
	text-align: left;
	background-color: #7BB508;
	cursor: pointer;
	height: 33px;
	color: #FFF;
}
.livetable td {
	padding: 5px;
	vertical-align: top;
}

.no-wrap {
	white-space: nowrap;
}

.navigation {
	width: 950;
	margin-bottom: 20px;
	margin-top: 20px;
}

.navigation_element {
	float: left;
	padding-right: 5px;
}

.tr_over {
	background-color: #e5f8c2;
}

.tr_normal {
	background-color: none;
}




