/* CSS Document */


body{
		margin:0px;
		background-color:#FFFFFF;
		font-family:Arial;
		color:#CCCCCC;
		text-align:center;
		font-size:12px;
		

}
     #contener{
	 z-index:10;
	 position:absolute;
     left: 50%; 
     top: 50%;
     width: 892px;
     height: 575px;
     margin-top: -287px; 
     margin-left: -446px;
	 background-image:url(images/fond.jpg);
	 background-repeat:no-repeat;
     
	 }
	 
	 #contact{
	 font:Arial;
	 font-family:Arial;
	 font-size:11px;
	 color:#ff9d03;
	 float:right;
	 margin-right:15px;
	 margin-top:15px;
	 }
	 
	 #texte{
	 font:Arial, Helvetica, sans-serif;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#6a6a6a;
	 width:368px;
	 height:107px;
	 margin-left:268px;
	 margin-top:140px;
	 padding-top:13px;
	 
	 }
	 #pub{
	 margin-top:15px;
	 }
	 #texte2{
	 font:Arial, Helvetica, sans-serif;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#9c9c9c;
	 margin-top:39px;
	 
	 }
	 #choix{
	 font:Arial;
	 font-family:Arial;
	 font-size:11px;
	 color:#ffc311;
	 width:200px;
	 height:25px;
	 margin-left:350px;
	 margin-top:25px;
	 }
	 #langue{
	 font:Arial;
	 font-family:Arial;
	 font-size:11px;
	 color:#9c9c9c;
	 width:428px;
	 margin-left:232px;
	 margin-top:65px;
	 word-spacing:4px;
	 }

	.Style1 {
		color: #ffc311;
		font-weight: bold;
	}

	a {
     font:Arial;
	 font-family:Arial;
	 font-size:11px;
	 color:#ff9d03;
     text-decoration : none;
     list-style-type : none;
      }
     a:hover {
     font:Arial;
	 font-family:Arial;
	 font-size:11px;
	 color:#ff9d03;
     text-decoration : underline;
     list-style-type : none;
      }
	 a.choixLink {
		 font:Arial;
		 font-family:Arial;
		 font-size:11px;
		 color:#ffc311;
		 font-weight: bold;
           text-decoration : underline;
           list-style-type : none;
		   
      }
     a.choixLink:hover {
       	 font:Arial;
	 font-family:Arial;
	 font-size:11px;
	 color:#ffc311;
	 text-decoration : none;
           list-style-type : none;
          
      }
		 a.langueLink {
	 font:Arial;
	 font-family:Arial;
	 font-size:11px;
	 color:#9c9c9c;
	 word-spacing:19px;
           text-decoration : none;
           list-style-type : none;
		   
      }
     a.langueLink:hover {
	 font:Arial;
	 font-family:Arial;
	 font-size:11px;
	 color:#9c9c9c;
	 word-spacing:19px;
	 text-decoration : underline;
           list-style-type : none;
          
      }