html,body, #cadre_global {
	height:100%;
	text-align: center;
}

#cadre_login {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 280px;
	height: 160px;
	margin-left: -150px;
	margin-top: -75px;
	background: white url('../img/cadre_login2.jpg');
	padding: 10px;
	font-family: Tahoma, Verdana, Lucida Grande;
	font-size: 10pt;
}

#cadre_admin {
	margin: 0 auto;
	width: 960px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
	font-family: Tahoma, Verdana, Lucida Grande;
	font-size: 10pt;
	text-align: left;
}

#cadre_admin table {
	font-size: 8pt;
	border: 1px solid #bd782a;
	border-collapse: collapse;
}

#cadre_admin th {
	border: 1px solid #bd782a;
	padding: 4px;
	font-size: 8pt;
	background: #e49a39;
}

#cadre_admin td {
	border: 1px solid #bd782a;
	padding: 4px;
}

#cadre_global {
	position: relative;
	height: 100%;
}

a {
	text-decoration: none;
	color: black;
}

img {
	border: 0px;
}

#cadre_haut {
	background-color: white;
	margin: 0 auto;
	width: 980px;
	margin-bottom: 14px;
}

#cadre_logo {
	width: 968px;
	height: 74px;
	padding-top: 0px;
	padding-left: 12px;
	background-color: white;
}

#menu_javascript {
	width: 980px;
	height: 50px;
	background: white url('../img/coin_droite_menu.jpg') top right no-repeat;
	font-family: Tahoma, Lucida Grande, Verdana;
	font-size: 10pt;
}

#menu_onglet {
	float: left;
	display: block;
	width: 245px;
	height: 20px;
	background-color: grey;
	text-align: center;
	color: black;
}

#idList {
	margin: 0;
	padding: 0 6px;
}
 
#idList li {
	float: left;
	display: block;
	margin: 0;
	padding: 4px;
	width: 234px;
	height: 16px;
	background: #e49a39;
	color: #888;
}

li#accueil {
	background: url('../img/accueil.jpg');
}

li#informations {
	background: url('../img/informations_off.jpg') right;
	width: 234px;
}

.on {
	background: url('../img/informations.jpg') right;
	width: 234px;
}

li#entreprise {
	background: url('../img/entreprise_off.jpg') right;
	width: 234px;
}

li#prestations {
	background: url('../img/prestations_off.jpg') right;
	width: 234px;
}

#idList2 {
	margin: 0;
	padding: 0 6px;
}

#idList2 li {
	float: left;
	display: block;
	margin: 0;
	padding: 4px;
	height:18px;
	background: #e49a39;
	color: #888;
}

li#option_1 {
	background: url('../img/onglet_accueil.jpg') right;
}

li#option_2 {
	background: url('../img/onglet_informations.jpg') right;
}

li#option_3 {
	background: url('../img/onglet_entreprise.jpg') right;
}

li#option_4 {
	background: url('../img/onglet_prestations.jpg') right;
}

#sous_menu {
	float: left;
	display: block;
}

#cadre_central {
	background: white url('../img/cadre_bas.jpg') bottom no-repeat;
	margin: 0 auto;
	width: 968px;
	margin-bottom: 14px;
	padding: 0px 6px 2px 6px;
	text-align: justify;
	font-size: 10pt;
	font-family: Tahoma, Lucida Grande, Verdana;
}

#cadre_texte {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 10px;
}

#cadre_central ul {
	list-style: square;
	margin-top: 2px;
}

.toggler {
	cursor: pointer;
	color: black;
	height: 23px;
	padding-left: 6px;
	padding-top: 3px;
	margin: 0;
	margin-bottom: 4px;
	background: #e1c065;
	font-size: 12pt;
	font-weight: normal;
	background: url('../img/fond_titre.jpg');
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}

#cadre_bas {
	background-color: white;
	margin-left : auto;
	margin-right : auto;
	width: 968px;
	height: 26px;
	font-size: 10pt;
	font-family: Tahoma, Lucida Grande, Verdana;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
}