/* CSS Document */

body
{
    width: 99%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;  
	height: auto;
	color : inherit;
	font-family: verdana, arial, "lucida console", sans-serif;
	font-size:13px;
	background: url( "img/ArrierP.png" ) top repeat-x white;
	font-weight:normal;
}



#entete
{   
    margin : auto;
    width: 767px;
    /*margin-left:90pt !important;*/
	margin-top : 3px;
	background: transparent;
	height: auto;
	border:none;
	text-align: center;
	font-size: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#entete img
{
	vertical-align: middle;
	border : medium none;
}

#corps
{
   /* width:635px;*/
    margin-left: 8px;
    margin-bottom: 5px;
    
    color: black;
    background-repeat: repeat-x;
    border: 1px solid gray; 

    background : url("img/APmenuV.png") bottom repeat-x ;
    background-color: #F9F9F9;
}

#pied
{
    margin:auto;
    margin-bottom:5px;
   
	/*margin-left:90pt !important;*/
	padding: 0px;
	line-height: 30px;
	text-align:center;
    font-size:11px;
    color:#323232;
    background : url("img/back_pieds.png") repeat-x #ECEDEE;
	border: 1px solid gray;
	cursor: default;
	clear : both;
}

#menuV
{
    margin: 0;
    float: left; /* Le menu flottera à gauche */
    width: 130px; /* Très important : donner une taille au menu */
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

.element_menuV
{
   background : url("img/APmenuV.png") bottom repeat-x white;
   background-color: #F9F9F9;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border: 1px solid Gray;
   margin-bottom: 10px;
   padding-left : 12px;
   padding-rigth : 12px;
}

#cadrebtnAccueil
{
    margin: 0;
    float: left;
    width: 132px;
    border: none;
    height: 30px;
    line-height : 26px;
    text-align : center;
    font-family : "Verdana", Arial, Serif;
    font-size : 12px;
    background : url("img/apbtnacc.png") no-repeat top;
    /*visibility: hidden;*/
}

#cadrebtnAccueil a
{
     background : url("img/apbtnacc.png") no-repeat center; 
     color : white;
     font-weight : bold ;
     text-decoration : none; 
}

#cadrebtnAccueil a:hover
{
     color: #88DDF2; 
     font-size : 12px;
     background: url("img/APmenuD.png") no-repeat center; 
}

#cadreMenuH
{
    width:636px;
    /*margin-left: 10px;*/
    float: left; 
    border: none;
}

#menuV h4
{
    font-family : "Arial", Verdana, Trebuchet MS, Serif;
    font-size : 1em;
    color : #143F6F;
}

#menuV li
{
	font-family: "Arial", Verdana, Trebuchet MS, Serif !important;
    font-size : 12px !important;
}

#menuV a
{
    text-decoration : none;
    color : #FFFFFF ;
}

#menuV a:hover
{
    border : 1px solid #FFFFFF; 
    color : #FFFFFF;
    text-decoration : underline overline ;
}

.decor
{
    width : 635px ;
    height : 60px ;
    max-height : 60px ;
    background : url("img/decor.png") repeat-x ;
    margin-bottom : 0 ;
}

.orangeL
{
    line-height : 1px ;
    margin : 0 ;
}

#titre_corps
{
    font-size : 20px ;
    font-family : "Trebuchet MS", Verdana, Arial, Serif;
    color : gray ;
    background : url("img/line.png") no-repeat bottom ;
}

.date
{
    float : left ;
    text-align : left ;
    font-family : "Verdana", Arial, Trebuchet MS, Serif;
    font-size : 12px ;
    color : #143F6F ;
    font-weight : bold ;
    margin-left : 7px ;
}

.lbl
{
    margin-left : 170px ;
    color : #143F6F ;
    font-family : "Verdana", Arial, Trebuchet MS, Serif;
    font-size : 12px ;
    font-weight : bold ;
}

#pubdepot img
{
    vertical-align: middle;
	border : medium none;
}

#pubdepot a
{   
    border : none ;
}

#pubdepot a:hover
{   
    border : none ;
}

input[type="text"]
{
	padding-left : 0.2em;
	padding-right: 0.2em;
	
}

input[type="text"]:hover, input[type="text"]:focus
{
	padding-left: 0.2em;
	padding-right: 0.2em;
	background-color: #D0ECFD;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
fieldset 
{
    border: 0px;
	 /*border-color: Gray;*/
    margin: 15px 0px 25px 0px;
    padding: 10px 0px 0px 0px;
}
fieldset legend 
{

    font-family: Verdana, Serif;
    font-size: medium;
    font-weight: bold;
    color: #0076a3;
}