

body {
    background-color :#54728F ;
    border : 0px ;
    margin : 0px ;
    font-family :Arial;
    font-size : 14px;
  }


.Main_Frame {
	width : 1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto ;

	border-left:#666666 solid 1px ;
	border-right:#666666 solid 1px;
	background-color :#D9DEF4 ;
  }


.Banner {
	background-image : url('Sans_titre.png');
	background-repeat:no-repeat;
	
	height : 20px;
	padding-top:230px;
  }


.Menu_H {
    background-image : url('MenuBar.png');
    height:18px;
    width : 1000px;
    border-top:#626262 solid 1px ;
    border-bottom:#626262 solid 1px ;
  }


.Block_MenuH {
    float:right;
  }


.Cadre_Principal {
    /*border:1px solid #FF0000 ;
    */margin-top:10px;
  }

h1{
	background-color:#A2CDFF;
	color:#136DA9;
	border-top:dashed 1px #136DA9;
	border-bottom:dashed 1px #136DA9;
}

h1 img{
	margin-top:-20px;
	margin-bottom:-20px;	
}

h2{
	background-image : url('icones/next.png');
	background-repeat:no-repeat;
	color:#136DA9;
	border-bottom:solid 1px #B0D1FF;
	padding-left:32px;
}


.Menu_V {
    /*border :1px solid #37FF00 ;
    */height : 250px;
    width : 200px;
    float:left ;
  }


.Block_Menu {
	border : solid 1px #666666 ;
	margin-left : 3px ;
	margin-bottom : 3px;
	background-color :#E4E6F2 ;
  }


.Block_Menu_Titre {
	color : #ffffff;
	font-weight : bold;
	background-color:#666666;
  }


.Block_Menu_Lien {
    color : #CACACA;
  }


.Menu_Lien {

  }
	.Menu_Lien a {
		display:block;
		width:100%;
		height:20px;

		text-decoration:none;
		color:#5B5B5B;
	}

	.Menu_Lien a:hover {
		background-color:#B0D1FF;
		color:#136DA9;
	}

.Contenu {
	/*border : solid 1px #CACACA ;*/
	margin-left:205px ;
	width : 790px;
	text-align:justify;

  }

	.paragraphe{
		margin-left:20px;
		padding-left:5px;
		border-left:solid 1px #B0D1FF;
	}

	.Img_Grd{
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}

		.Img_Grd img{
			border:solid 4px #136DA9;
		}

.Footer{

	width:100%;
	background-color:#CCCCCC;

	border-top:#666666 solid 1px;

	text-align:center;
	font-weight:bold;
	color:#666666;
}

