/* CSS DE VOTRE KIT GRAPHIQUE */

html, body
{
margin: 0px;
padding: 0px;
}
body 
{
text-align: center;
font: 12px arial, sans-serif;
color: #989898;
border-top: 10px solid #f8a702;
border-bottom: 10px solid #f8a702;
background: url(images/fond.jpg) repeat;
}
#page 
{
text-align: left;
margin: auto;
width: 800px;
}
img 
{
border: 0px;
}
a 
{
color: #f8a702;
font-weight: bold;
text-decoration: none;
position: relative;
}

/******************** LE HEADER ********************/
#header
{
background: url(images/header.png) no-repeat;
width: 800px;
height: 400px;
}
#flottant
{
margin-top: 250px;
}

/******************** LE CORPS ********************/
#blocks
{ 
width: 800px;
height: 286px;
display: block;
margin-bottom: 10px;
}
#redbox1
{
float: left;
width: 250px;
height: 280px;
background: url(images/box.png) no-repeat;
margin: 0;
padding: 1px 4px 1px 1px;
display: block;
}
#redbox2
{
float: left;
width: 250px;
height: 280px;
background: url(images/box.png) no-repeat;
margin: 0;
padding: 1px 4px 1px 1px;
display: block;
}
#redbox3
{
float: left;
width: 250px;
height: 280px;
background: url(images/box.png) no-repeat;
margin: 0;
padding: 1px 1px 1px 1px;
display: block;
}
ul 
{
list-style-image: url(images/puce.png);
margin: 0px 5px 0px 70px;
padding: 0px;
}
li 
{
padding: 0px;
margin: 0px 0px;
}
#redbox1 img
{
margin-left: 20px;
}
#redbox2 img
{
margin-left: 20px;
}
#redbox3 img
{
margin-left: 20px;
}
#redbox1 h2
{
margin-top: 10px;
margin-left: 20px;
color: #f8a702;
text-decoration: underline;
} 
#redbox2 h2
{
margin-top: 10px;
margin-left: 20px;
color: #f8a702;
text-decoration: underline;
} 
#redbox3 h2
{
margin-top: 10px;
margin-left: 20px;
color: #f8a702;
text-decoration: underline;
} 
#redbox1 p
{
padding: 0 20px 5px 20px;
}
#redbox2 p
{
padding: 0 20px 5px 20px;
}
#redbox3 p
{
padding: 0 20px 5px 20px;
}
.clear 
{
clear: both;
}
#boxcorps
{
width: 800px;
display: block;
}
#boxcorps h2
{
padding-top: 10px;
margin-left: 20px;
color: #f8a702;
text-decoration: underline;
}
#boxcorps h4
{
margin-left: 20px;
color: #f8a702;
text-decoration: underline;
}
#boxcorps p
{
padding-left: 16px;
padding-right: 30px;
}
#corpstop
{
background-image: url(images/corpstop.png);
background-repeat: no-repeat;
width: 760px;
height: 60px;
}
#corpsmilieu
{
background-image: url(images/corpsmilieu.png);
background-repeat: repeat-y;
width: 760px;
padding: 1px 15px 5px 0px;
}
#corpsbas
{
background-image: url(images/corpsbottom.png);
background-repeat: no-repeat;
display: block;
width: 760px;
height: 10px;
margin-bottom: 10px;
}

/******************** LE FOOTER ********************/
#footer
{
clear: both;
text-align: center;
background-image: url(images/footer.png);
background-repeat: no-repeat;
width: 760px;
height: 40px;
}
.textefooter
{
padding-top: 1px;
}