html {
        width:100%;
        margin : 0px;
        padding : 0px;
        background-image : url(img/corps/fond-page-body.jpg);
		background-repeat : repeat;         
        
      }

body {

 
	/*background-color: #f1f1f1;     */
	background-image : url(img/corps/background.png);
	background-repeat : repeat-y;         
	/*background-attachment : fixed;    */
	background-position:top;
	width : 100%;
	margin:0px auto 0px auto;
	padding:0px;
	text-align : justify;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
	font-size : 12px;
}
img {
	border:0px;
}


h1 {
        color : black;
        font-size : 16px;  
        margin : 0px 0px 10px 0px;

    }
    

h2  {
      color : #000000;
      font-size : 14px;
      position : relative;
      margin-bottom : 10px;      
    }

div {
	margin:0px;
	padding:0px;
	font-family: sans-serif;
  font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit;
}        

#main {

	width:800px;
	margin: 0px auto 0px auto;
  background-image :  url(img/corps/corps.png); 
  background-repeat : repeat-y;        
                                 
}
#header {
	position : inherit;
  margin : 0px 10px 0px 10px;
	width:780px;
	height:200px;
	float:left;
	display:inline;

}
#menu {
	margin : 0px 10px 0px 10px;;
	width:780px;
	height:30px;
	margin-bottom:0px;
	float:left;
	display:inline;   
  background-color : black;
	overflow:hidden;               

}

#menu ul {
              margin : 0px;
              padding : 0px 10px;
              width : 100%;
              height : inherit; 
              background-image : url(img/menu/barreMenu.png);
              background-repeat : repeat-x;             
          }
          
#menu ul li {
              list-style-image:none;
              list-style-position:outside;
              list-style-type:none;
              height : inherit;
              float : left;      
            }

#menu ul li a {
                margin : 0px;
                display : block;
                padding : 0px 10px;
                text-align : center;
                line-height : 30px;
                width : auto;
                height : inherit;
                color : white;
                font-weight : bold;
                text-decoration : none;
                
            }



#menu ul li a.m1:hover  {
                          color : #8A2BE2;
                        } 
#menu ul li a.m2:hover {
                          color : #ADD8E6;
                        }               
#menu ul li a.m3:hover  {
                          color : #90EE90;
                        }               
#menu ul li a.m4:hover  {
                          color : #FF69B4;
                        }               
#menu ul li a.m5:hover {
                          color : #8A2BE2;
                        }               
#menu ul li a.m6:hover  {
                          color : #FF8C00;
                        }                         
                        
#menu ul li a.m7:hover  {
                          color : #d02090;
                        }                                       

#menu ul li a.m8:hover  {
                          color : #6495ED;
                        } 
#menu ul li a.m9:hover  {
                          color : #FFD700;
                        }
#menu ul li a.m10:hover  {
                          color : #D3D3D3;
                        }                                            
              
                
#corps {
  
  margin : 0px 10px 0px 10px;
  padding : 0px 0px 40px 0px;
	width:780px;
	min-height:540px;
	height : auto;
	float:left;
	display:inline;
}

#corpsContent {
                position : relative;
                margin : 0px auto 10px auto;
                width : 610px;
                min-height : 540px;
                height : auto; 
                padding-top:20px;  
              } 

#footer {
	
	width:780px;
	height:40px;
	margin : 0px 10px 0px 10px;
	float:left;
	display:inline;
	background-color : black;
	overflow:hidden;
	background-image : url(img/footer/footer.png);
  background-repeat : repeat-x;

}
   
#footer a {
              text-decoration : underline;
          }
   
#footer ul {
              margin:0px
              padding:0px
              height : 100%;
              width :  740px;
              float :left;
            }
            
#footer ul li {
                  list-style-image:none;
              list-style-position:outside;
              list-style-type:none;
                  float : left;
                  color : white;
              }

.info {
        width : 650px;
        height : auto;
        position : relative;
        margin : 0px auto 20px auto;
        padding : 0px;
        border-bottom : 1px solid #cccccc;
      }

.myImg  {
            float : left;
            width:auto;
            height : auto;
            margin:0px 10px 10px 0px;;
            padding:0px;
           
            
        } 
