body
		{
			margin: 0 0 ;
			padding: 0 ;
			text-align: left ;
			font: 0.8em "helvetica", sans-serif ;
			background: #58c6fa;
		}
		
		div#conteneur
		{
			width: 1000px ;
			margin: 0 auto ;
			text-align: left ;
			background: url(http://www.codeclic.com/images/design/fd_site.gif);
		}
    		
		div#header
		{
			width: 1000px ;
			height: 191px ;
			display: block ;
		}
    		
		ul#menu
		{
			height: 35px ;
			margin: 0 ;
			padding: 0 ;
			list-style-type: none ;
		}
				
		ul#menu li
		{
			float: left ;
			text-align: center ;
		}
		
		ul#menu li a
		{
			width: 130px ;
			line-height: 25px ;
			font-size: 1.2em ;
			font-weight: bold ;
			letter-spacing: 2px ;
			color: #fff ;
			display: block ;
			text-decoration: none ;
			border-right: 2px solid #dea ;
		}
		
		div#contenu
		{
			margin: 9px 10px 0 250px ;
			width: 720px;
		}
    		
		div#menugauche
		{
      float: left;
      margin-left: 10px;
      margin-top: 10px;
      width: 223px ;
    }
    
    div#menugauche p
		{
			text-align: center ;
			line-height: 1.7em ;
			font-family:Tahoma, sans-serif;font-size:11px;
		}
		
		div#menugauche h2
		{
			text-align: center ;
			line-height: 1.7em ;
			font-family:Tahoma, sans-serif;font-size:12px;
		}
		
		div#menugauche a
		{
			color: #006DB3 ;
		}
		
		div#menugauche a:hover
		{
			color: #003988 ;
		}
    
    div#console_gauche_haut
		{
			width: 223px ;
			height: 22px;
			background: url(http://www.codeclic.com/images/design/console_gauche_haut.gif);
			background-repeat: no-repeat;
		}
    
    
    div#console_gauche_centre
		{
			width: 223px ;
			background: url(http://www.codeclic.com/images/design/console_gauche_centre.gif);
			background-repeat:repeat-y ;
			padding-top: 1px;
			padding-bottom: 1px;
		}
		
		div#console_gauche_bas
		{
			width: 223px ;
			height: 30px;
			background: url(http://www.codeclic.com/images/design/console_gauche_bas.gif);
			background-repeat: no-repeat;
		}
		
		div#console_centrale_b_haut
		{
			width: 708px ;
			height: 51px;
			margin-left : 4px;
			background: url(http://www.codeclic.com/images/design/console_centrale_b_haut.gif);
			background-repeat: no-repeat;
		}
    
    div#console_centrale_b_centre
		{
			width: 708px ;
			margin-left : 4px;
			background: url(http://www.codeclic.com/images/design/console_centrale_b_centre.gif);
			background-repeat:repeat-y ;
      padding-top: 1px;
		}
		
		div#console_centrale_b_bas
		{
			width: 708px ;
			height: 6px;
			margin-left : 4px;
			background: url(http://www.codeclic.com/images/design/console_centrale_b_bas.gif);
			background-repeat: no-repeat;
		}
		
		div#console_centrale_g_haut
		{
			width: 716px ;
			height: 43px;
			background: url(http://www.codeclic.com/images/design/console_centrale_g_haut.gif);
			background-repeat: no-repeat;
		}
    
    div#console_centrale_g_centre
		{
			width: 716px ;
			background: url(http://www.codeclic.com/images/design/console_centrale_g_centre.gif);
			background-repeat:repeat-y ;
      padding-top: 1px;
			padding-bottom: 1px;
		}
		
		div#console_centrale_g_bas
		{
			width: 716px ;
			height: 24px;
			background: url(http://www.codeclic.com/images/design/console_centrale_g_bas.gif);
			background-repeat: no-repeat;
		}
		
		div#connexion
		{
			width: 223px;
			text-align: center;
			margin-left: auto;
      margin-right: auto;
		}
        
		div#console_centrale_b_haut h2
		{
			padding-left: 25px ;
			padding-top: 14px ;
			font-size: 1.2em ;
			text-align: center ;
		}
		
		div#console_centrale_b_haut h1
		{
			padding-top: 14px ;
			font-size: 1.2em ;
			text-align: center ;
		}
		
		div#console_centrale_g_haut h1
		{
			padding-top: 8px ;
			font-size: 1.2em ;
			text-align: center ;
		}
		
		div#console_centrale_g_haut h2
		{
			padding-left: 25px ;
			padding-top: 6px ;
			font-size: 1.2em ;
			text-align: center ;
		}
		
		div#console_centrale_g_haut h4
		{
			padding-left: 25px ;
			padding-top: 6px ;
			font-size: 1.2em ;
		}
		
		div#contenu h2
		{
	    font-size: 14px;
	    font-weight: bold;
	    padding-left:20px;
		}
		
		div#contenu h3
		{
	    font-size: 14px;
	    font-weight: bold;
	    color: #34b6f6;
	    padding-left:20px;
		}
		
		div#contenu h4
		{
	    font-size: 14px;
	    font-weight: bold;
	    padding-left:20px;
		}
		
		div#contenu p
		{
			font-size: 12px;
	    color: #545454;
      text-align: justify ;
			margin-left: 15px ;
			margin-right: 15px ;
			line-height: 1.7em ;
		}
		
		div#contenu ul
		{
      line-height: 2em ;
    }
		
		div#contenu a
		{
			font-size: 12px;
			color: #006DB3 ;

		}
		
		div#contenu a:hover
		{
			font-size: 12px;
	    color: #545454;
		}
    		
		#footer
		{
	    width: 1000px ;
			margin: 0 auto ;
			height: 18px ;
      background: url(http://www.codeclic.com/images/design/bas.gif);
		}

    .titretest {
	    font-size: 1.2em;
	    font-weight: bolder;
	    padding-bottom: 1em;
    }

