/************************************************************************************************************************************************************
**
**	 CSS ADMIN
**
************************************************************************************************************************************************************/

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;                                          /* fond page */
		
}
* {margin:0;padding:0}

#index {
	position: relative;
	width: 1020px;
	margin: auto;
	background: #ffffff;
}
table {
	border: none;
	margin: 0px;
	background: #ffffff;
}
.lang{
	color:#4F2323;
	font:italic 16px;
}

td {
	border: none;
	font-size:12px;
	color:#333333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:2px;
	color:#333333;

}
.alignTopLeft{
	text-align: left;
	vertical-align: top;
} 


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:2px;
	color:#333333;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
/************************************************************************************************************************************************************
HEADER
************************************************************************************************************************************************************/	
#header {
	background: #ffffff;                                        /* fond header */
	color: #ffffff;
	/*height:100px;
	margin-top:20px;*/
}
#header h1 {
	color: #0099FF;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}
#header a {
	color: #0099FF;
	text-decoration: none;
}
#header a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#header ul {                                                        /* barre menu */
	list-style-type: none;
	margin: 0px;
	padding: 0 20px;
	background: #000000;
	border-bottom: 2px solid #999999;                            /* trait soulignant la barre menu */
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
#header li {
	display: inline;
	/*margin: 0;*/
	padding: 0 10px;
}
.hmenu a {                                                          /* texte menu */
	text-decoration: none;
	padding: 4px 5px;
	color:white;
}
.hmenu a:hover {                                                   /* texte menu rollover */
	background: #ffffff;                                        /* bouton */
	color: #000000;                                             /* texte */
}

.home_link  {
	text-align:left;
	margin-left:20px;
	text-decoration: none;
	color: #000000;
}
.titre{
	padding-bottom:10px;                                          /* titre */
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.home_link {
	margin-left:50px;
	background: url("img/logo.jpg") no-repeat;                  /* logo */
	height: 84px;                                              /* hauteur logo */
	line-height: 84px;                                      /* hauteur header */
}
/************************************************************************************************************************************************************
CONTENT
************************************************************************************************************************************************************/
#content {
	margin-top:25px;
}
#content h2 {
	margin: 0;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.indication{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	color:#600000;
}
.page{
	font-size:18px;
	font-weight:normal;
	color:#0099FF;
}
.util {
	border: 1px solid #999;
	padding: 4px;
	background-color:#EEE;
}
.actionImg {
	margin-right: 10px;
}
.table_head {
	background-color: #fff;
	font-size:14px;
	font-weight: normal;
}
.descript{
	font-size:10px;
}

#left_panel {
	width: 305px;
	margin-top:25px;
	/*margin-left:-25px;*/
	font-size: 12px;
}
#left_panel ul {
	margin: 0;
	padding: 0 40px;
	padding-bottom: 30px ;
	list-style-image: url("img/puce.png");
}
#left_panel li {
	padding-bottom: 10px ;
	/*margin-left: 10px;*/
}
#left_panel select {
	margin-left: 30px;
}
#left_panel p {
	padding-bottom: 10px ;
	margin-left: 15px;
}
#left_panel a {
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
#left_panel a:hover {
	color: #0099FF;
}
#right_panel {
	margin-top:50px;
	padding-top: 0px;
	position: absolute;
	top: 85px;
	left: 310px;
	font-family:Verdana 14px;
}
#right_panel a {
	color:#00448f;
	font-size:12px;
}
#right_panel a:hover {
	color:#AC0636;
}
/************************************************************************************************************************************************************
FOOTER
************************************************************************************************************************************************************/
#footer {
	margin: 0 auto;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #000066;
}
/************************************************************************************************************************************************************
MENTIONS LEGALES
************************************************************************************************************************************************************/

.Style2{
	font-size:11px;
	color: #0099FF;
}
.Style3{
	font-size:18px;
	color: #0099FF;
}
.Style4{
	font-size:13px;
}
#mentionslegales {
	background-color:#FFF;
	font-size: 11px;
	color: #333;
	text-align:justify;
	position:absolute;
	top: 10;
	width: 980px;
	margin-left: -500px;
	left: 50%;
	
	padding: 5px 5px 5px 5px;
	/*overflow: auto;*/
}
#mentionslegales a{
	text-decoration: none;
	padding: 4px 5px;
	color: #0099FF;
}
#mentionslegales a:hover{
	text-decoration: underline;
	padding: 4px 5px;
	color: #0099FF;
}
#mentionslegales  ul {
	padding-left:20px;	
}
#mentionslegales  li {
	list-style:disc;	
}