﻿html
{
    height: 100%;
    width:100%;
}

body 
{
    background-color:#000000;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-y;
    background-position:center;
   background-attachment:fixed;
    height:100%; 
    width:100%;
    margin:0px;
    padding:0px;
    font-family:Arial;
    color:#FFFFFF;
    font-size:10pt;    
}

h1 {font-size:18pt; }
A:link {text-decoration: none; color: #FFFFFF;}
A:visited {text-decoration: none; color: #FFFFFF;}
A:active {text-decoration: none; color: #FFFFFF;}
A:hover {text-decoration: underline; color: #FFFFFF;}

.classless:hover {text-decoration: none;}

#content
{
    width:960px;
    height:100%; 
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/background_top.jpg);
	background-repeat:no-repeat; 
	
}

#header
{
    line-height:42px;
}    

#logo
{
    position:relative;
    Left:540px;
    top:50px;
    width:415px;
} 

#header .Left
{
    padding-left:10px;
    width:250px;
    float:left;
} 

#header .right
{
    width:690px;
    float:left;
    text-align:right;
    padding-right:10px;
} 

#footer
{
    width:960px;
    height:319px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/background_bottom.jpg);
	background-repeat:no-repeat; 
	background-position:center;
	text-align:center;
	display:block;
	clear:both;

}

#headerBox
{
    width:188px;
    height:155px;      
    background-image:url(../images/Menu_boite.png);
    background-position:center;
    background-repeat:no-repeat;
    border: 0 0 0 0;
    float:left;
    font-weight:bold;
    font-size:11pt;
    font-style:italic;
}
#headerBox img { padding-top:10px; padding-left:18px; padding-right:18px; }
#headerBox .M1 { padding-top:10px; padding-left:18px; padding-right:18px; color:#0055C0;}
#headerBox .M2 { padding-top:20px; padding-left:18px; padding-right:18px; color:#658500;}
#headerBox .M3 { padding-top:20px; padding-left:18px; padding-right:18px; color:#612FD9;}
#headerBox .M4 { padding-top:20px; padding-left:18px; padding-right:18px; color:#B757E0;}
#headerBox .M5 { padding-top:20px; padding-left:18px; padding-right:18px; color:#E32A00;}

#Home_Left
{
    float:left;
    width:430px;
}
#Home_right
{
    float:right;
    width:510px;
}

#page_content {
     clear:both; padding:20px; padding-top:40px;  width:940px; display:block;
}

#page_content .img{
    float:left; width:220px;
}
#page_content .info{
    float:right; width:680px; padding-right:10px;
}

#page_content .info H1{
    color:#FFFFFF; padding:0px; margin:0px;  font-size:18pt;  
}

#page_content .info H2{
    color:#FFFFFF; padding:0px; margin:0px; font-size:15pt;
}

#page_content p{
    font-size:11pt;
}



