﻿body {
}
#page
{
    background-color:White;
    height:100%;
    width:100%;
        color: #22405a;
	font-size: 11px;
	font-family: tahoma;
}
#site
{
    background-color:White;
    
    width:600px;
    margin-left:50%;
    position:relative;
    top:0;
	left:-300px;

}


#motBienvenu
{
    position:relative;
    background-image:url("../images/topdediv.jpg");
    background-repeat:repeat-x;
    width:100%;

	height:300px;
	overflow:hidden;
}
h1
{
    font-size:14px;
    text-align:center;
}

a
{
	color: #22405a;
	font-family: tahoma;
}
a:hover
{
	color:#6699CC;
	font-family: tahoma;
}


#hotbox
{
    position:relative;
    width:600px;
    height:200px;
    overflow:hidden;
}

#hotbox1
{
    position:absolute;
    width:200px;
    height:200px;
    border-left:solid 1px Gray;
	overflow:hidden;
    
   
}

#hotbox2
{
    position:absolute;
    width:200px;
    height:200px;
    left:200px;
    top:0;
        border-left:solid 1px Gray;
		overflow:hidden;

}

#hotbox3
{
    position:absolute;
    width:198px;
    height:200px;
    left:400px;
    top:0;
    overflow:hidden;
    border-left:solid 1px Gray;
    border-right:solid 1px Gray;
	


}

#footer
{
    background-image:url("../images/hautdefooter.jpg");
    background-repeat:repeat-x;
    padding-top:8px;
    text-align:center;
}

#image
{
    position:relative;
	height:300px;
}
#image img
{
	margin-top:20px;
}
#texte
{
    position:absolute;
    top:12px;
    left:200px;
    width:380px;
    overflow:auto;
    height:300px;
    text-align:justify;

}
#logo
{
    overflow:hidden;
    width:600px;
    height:231px;
}
#contenu
{
    position:relative;
    background-image:url("../images/topdediv.jpg");
    background-repeat:repeat-x;
    width:100%;
	margin-top:0;
	text-align:justify;
	height:500px;
	overflow:auto;

	
	
}
#contenu h1
{
margin-top:10px;
}

input
{
	margin-top:15px;
}