/* CSS Document */

html {
	margin:0;
	padding:0;
}

body {
	width:100%;
	min-witdth:1024px;
	margin:0;
	padding:0;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	color:#2a2a2a;
	background-color:#376b38;
}
	


/* DIV */

/* Factorisation : la classe "principal" permet à tous les div qui l'appliquent d'être parfaitement calés au body */

div.principal {
	width:94%;
	min-width:962px;
	margin:auto;
	padding:10px 3% 10px 3%;
	background-color:white;
}

#cadre_principal {background-color:white}

h1 {
	font-family:Georgia, Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size:21px;
	line-height:28px;
	font-wight:bold;
	font-style:italic;
	color:#328d35;
	margin:8px 0 8px 0;
}

h2 {
	font-family:Georgia, Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size:18px;
	line-height:26px;
	font-wight:bold;
	font-style:italic;
	margin:5px 0 5px 0;
	color:#aac951;
}

h3 {
	font-size:15px;
	line-height:20px;
	font-wight:bold;
	color:#328d35;
	margin:5px 0 5px 0;
}

h4 {
	font-size:15px;
	line-height:20px;
	font-wight:bold;
	color:#aac951;
	margin:5px 0 14px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #aac951;
}

h5 {
	font-size:15px;
	line-height:20px;
	font-wight:bold;
	color:#707070;
	margin:5px 0 14px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #aac951;
}



/* Bloc formulaire */

div.blocForm {
	width:100%;
	padding:4px 8px 8px 8px;
	border-left:1px solid #aac951;
	border-right:1px solid #aac951;
	border-top:4px solid #aac951;
	border-bottom:1px solid #aac951;
	margin:8px 0 15px 0;
}


img {
	border-width:0;
}

a:link, a:visited, a:active {
	color:#0d19b8;
	text-decoration:none;
}

a:hover {
	color:#0d19b8;
	text-decoration:underline;
}

/* menu haut */
ul.menu_haut {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.menu_haut li {
	margin:0 10px 0 10px;
	float:left; /* pour IE*/
	line-height:1.4em;
}

ul.menu_haut li a {
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	color:white;
}

ul.menu_haut li a:hover {
	color:#93e095;
	text-decoration:none;
}

/* Sous menu */
ul.sous_menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.sous_menu li {
	margin:0 12px 0 12px;
	float:left; /* pour IE*/
	line-height:1.4em;
}

ul.sous_menu li a {
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#acca57;
}

ul.sous_menu li a:hover {
	color:#328d35;
	text-decoration:none;
}


#divSousMenu {
	border-bottom:1px solid #328d35;
}


div.connexion {
	margin-top:-20px;
	text-align:right;
	float:right;
	color:#888888;
	font-weight:bold;
	font-size:.94em;
}

div.connexion a {
	color:#464646;
}

div.connexion a:link, div.connexion a:visited, div.connexion a:active {
	color:#464646;
	text-decoration:none;
}

div.connexion a:hover {
	color:#464646;
	text-decoration:underline;
}


/* Puces sans décalage */
ul.sans_decalage {
	margin-left:0;
	padding-left:0;
}

ul.sans_decalage li {
	list-style-type:none;
}

.cl {clear:both}

div.bas_page {
	color:white;
	margin:20px auto 20px auto;
	padding:0;
	text-align:center;
}
div.bas_page a{color:white}

img.vignette, img.image {
	float:left;
	margin:2px 8px 2px 0;
}

.separateur {
	height:12px;
	border-bottom:#CCCCCC solid 1px;
	clear:both;
}

.separateurPetit {
	height:6px;
	border-bottom:#CCCCCC solid 1px;
	clear:both;
}

.separateurPetitPoints {
	height:6px;
	border-bottom:#CCCCCC dotted 1px;
	clear:both;
}

span.titre_activite_a_jour {font-weight:bold}

span.indication {font-size:.9em; color:#9f9f9f; font-weight:bold}

/* Formulaires  */

label {
  float:left;
  text-align:right;
  margin-right:10px;
  width:210px;
  font-weight:bold;
}

label.grand{width:300px}

label.petit{width:110px}

label.caseACocher {
  float:none;
  text-align:left;
  margin-right:0;
  width:auto;
  font-weight:normal;
}

input {
  width:190px;
  margin-bottom:5px;
}

input.petit {
	width:70px;
	margin-bottom:5px;
}

input.moyen {
	width:110px;
	margin-bottom:5px;
}

input.nombre {
	width:60px;
	margin-bottom:5px;
	text-align:right;
}

input.date, input.dateSansDatePicker {
	width:80px;
	margin-bottom:5px;
	margin-right:7px;
	text-align:right;
}

textarea {
	width:415px;
	height:80px;
	margin-bottom:5px;
}

select {
	margin-bottom:5px;
}

.checkbox {
  width:15px;
  margin-bottom:8px;
}

.radio {
  vertical-align:bottom;
  width:15px;
  margin-bottom:5px;
}

.bouton {
	width:90px;
	margin-bottom:5px;
}

.grand_bouton {
	width:150px;
	margin-bottom: 5px;
}

input.fichier{
	width:auto;
}

/* Fieldset */
fieldset {
	position:relative;
	top:1px;
	padding:0 12px 12px 12px;
}
html>body fieldset {
	padding-top:5px;
	top:0;
}
legend {
	position:relative;
	top:-1px;
	padding:5px;
}

.erreur {
	color:red;
	font-weight:bold;
}

/* Tableau admin */
table.admin {
	border:1px solid #b8b8b8;
	border-collapse:collapse;
	width:100%;
	margin:auto;
}
table.admin thead, table.admin tfoot {
	background-color:#e0e0e0;
	border:1px solid #8f8f8f;
}
table.admin tbody {
	border:1px solid #b8b8b8;
	background-color:#FFFFFF;
}
table.admin th {
	border:1px solid #b8b8b8;
	padding:8px 5px 8px 5px;
	background-color:#e0e0e0;
}
table.admin td {
	border:1px solid #b8b8b8;
	padding:8px 5px 8px 5px;
	text-align:left;
	white-space:nowrap;
}
table.admin tr.pair {background-color:#f6f6f6}
table.admin tr.impair {background-color:#FFFFFF}
table.admin tr.ligneAlerte {background-color:#ffc66c}

table.admin td.nombre{text-align:right}

table.admin td.centre{text-align:center}

/* DIV */
#header {
	width:704px;	/* 1024 - 300 - 20 */
	height:68px;	/* 118 - 50 */
	margin:0;
	padding:50px 20px 0 300px;
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:6px;
	color:#ff9000;
}

#cadre_gauche{
	width:47%;
	margin:0;
	float:left;
	padding:0;
}

#cadre_droite{
	width:47%;
	margin:0;
	float:right;
	padding:0;
	margin-right:16px;
}

div.cadre_alerte{
	margin:0;
	padding:8px;
	background-color:#ffeb9a;
	border-top:4px solid #f47b2b;
}

#cadre_bas {
	width:1024px;
	height:24px;
	margin:0;
	padding:0;
	background-image:url('../images/cadre_bas.png');
	background-repeat:no-repeat;
}

#boutons_controle {
	float:right;
	margin:-40px 0 8px 0;
	padding:5px;
	background-color:#ececec;
}

#infos_succes{
	width:800px;
	margin:-5px auto 6px auto;
	padding:8px;
	background-color:#ddffd7;
	border:1px #bdbdbd solid;
}

#cadre_recherche{
	width:460px;
	margin:-47px 0 0 0;
	float:left;
	padding:8px;
}

input.grise{color:#9f9f9f}
	

.btn {
	text-align:center;
	float:left;
	width:74px;
	margin:5px;
	padding:5px;
	border:1px solid #b7b7b7;
	font-weight:bold;
	background-color:#FFFFFF;
}

.btn a {text-decoration:none}

/* Tri jquery */
ul.tri {
	list-style:none;
}

ul.tri li {
	border:#999999 solid 1px;
	margin:8px 0 8px 0;
	padding:5px;
	background-color:#FFFFCE;
	cursor: move;
}

/* TABS */
.ui-tabs .ui-tabs-hide {
     display: none;
}

/* PAGINATION */

/*CSS Digg style pagination*/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.digg a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}

/* Autocomplet style */

.suggestionsBox {
    margin:0 0 0 152px;
    padding:0;
    width:340px;
    background:rgba(0, 0, 0, .7);
    color:white;
    position:absolute;
}

.suggestionList {
    margin:0;
    padding:0;
}

.suggestionList li {
    margin:0;
    padding:5px 5px 5px 10px;
    cursor:pointer;
    list-style-type:none
}

.suggestionList li:hover {
    background-color:#8e8e8e;
}

div.suggestionsBox a {color:white; text-decoration:none}

div.etirable{overflow:scroll}