*
{
  margin:0;
  padding:0;
}


body{
	font-family: Arial, Arial Narrow, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding: 0px;
	width: 100%;	
	overflow : hidden;
	background-color:#fff;
}

select{
	font-family: Arial, Arial Narrow, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color: #717075;
	border: 1px solid #717075;	
}

input{
	font-family: Arial, Arial Narrow, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;	
	color: #717075;
	border: 1px solid #717075;
}

.div-header{
	position:relative;
	height:300px;
	width:0px;
	float:left;
}

.error{
	color: red;	
}

.bottom{
	border-bottom: thin solid gray;
}

A{
	font-weight:bold; 
	color: #0074be;
	text-decoration: underline;
	font-size: 12px;
}

      

A:hover{
	font-weight:bold; 
	color: #081a8e;
	text-decoration: underline;
	font-size: 12px;
}

.error{
	color: red;
}

.loginfrm{
	margin-right:5px; 
	margin-bottom:5px;
}

.caption1{
	font-weight:bold; 
	color:#08548e; 
	margin-top:20px; 
	margin-bottom:2px; 
	margin-right:25px; 
	font-size:larger;
}      

.captionblack{
	font-weight:bold; 
	color: black; 
	margin-top:20px; 
	margin-bottom:2px; 
	margin-right:25px; 
	font-size:larger;
}      

.caption2{
	color:#becb2c; 
	padding-bottom:50px;
	margin-right:25px;
}

.titres_list{
	display:list-item;
	list-style-position:outside; 
	list-style-type:square; 
	text-decoration:none;
	font-weight:bold; 
	color: #717075;	
	margin-left:25px;	
}

.list{
	margin-left:25px;	
}

a.actif{
	color:red;
	display:list-item;
	list-style-position:outside; 
	list-style-type:square; 
	text-decoration:none;
}	  

.titres{
	font-weight:bold; 
	color: #717075;
	z-index: 10;
	font-size: 12px;	
}

  .expired {
    color : #c20000;
    font-weight : bold;
  	padding:5em;
  }

/*

            BLOC LOGIN

*/
#bloc-login
{
  background-image:url(../img/blue-box-middle.png);
  background-repeat:repeat-y;
  background-position:50% 50%;
  padding:20px 10px 20px;
  width: 363px;
}
#bloc-login-top
{
  background-image:url(../img/blue-box-top.png);
  background-repeat:no-repeat;
  width:363px;
  height:13px;
}
#bloc-login-bottom
{
  background-image:url(../img/blue-box-bottom.png);
  background-repeat:no-repeat;
  width:363px;
  height:12px;	
}

#bloc-login label
{
  color: #fff;
  font-size: 12px;
}

#bloc-login input
{
  padding:2px 5px;
}

#connexion 
{
  color: #fff;
  text-decoration: none;
}

#connexion:hover 
{
  text-decoration: underline;
}

  
  
  
  
/*
  
  LES AXES

*/


.labelright{text-align:right;width:33%;}
.labelright2{text-align:right;width:40px;padding:3px;}
.paddingleft{padding-left:1em;text-align:left;}
  
.h2 {
    color: #fff;
    font-size: 18px;
    padding-top:0;
    padding-bottom:20px;
    text-align: center;        
  }
  
  a.axes {
    color: #fff;    
    font-size: 12px;
    font-weight: normal;       
    text-decoration: none;
    width: 300px;
    vertical-align: middle;    
  }

  a.axes:hover {
    color: #fff;
    text-decoration: underline;
    font-weight:normal;
  }

  .tdeven{
    border:0;
    background-color: #eaeaea;
  }
  
