/**
 * ROUGE AB1703
 * ORANGE CLAIR FE7631
 * ORANGE FONCE D13111
 */

body {
	background-color:#FFFFFF;
	color:#FE7631;
	margin:0px;
	padding:0px;
}
a
{
	color:white;
	cursor:pointer;
}

a:hover
{
	background-color:white;
	color:black;
}

.titre 
{
    font-size:36px;
    margin:5px;
    padding:0px;
}

.titre2
{
    text-align:center;
    font-size:24px;
    margin-top:5px;
    padding:0px;
}

.contenu
{
    text-align:center;
    position:absolute;
    top:90px;
    left:210px;
    width:450px;
    padding:0px;
    font-weight:bold;
    color:#FE7631;
    border:2px dotted #D13111;
    background-color:#AB1703;
}
 .contenu table tr td {
    font-weight:bold;
    text-align:center;
    color:#FE7631;
}

.contenu .bottom {
    position:relative;
    top:40px;
    left:-2px;
    width:450px;
    font-weight:normal;
    color:#FE7631;
    border:2px dotted red;
    background-color:#D13111;
}

.form-table, table.form-table tr td {
    color:#AB1703;
    background-color:#FE7631;
}

.pict-table {
    background-color:#FFFFFF;
}


/* MENU */
a.home {
    float:left;
    height:32px;
    width:128px;
    background:url("../images/home.jpg") no-repeat left top;
}

a.home:hover {
  background-position:0% -32px;
}

a.devis {
    float:left;
    height:32px;
    width:128px;
    background:url("../images/devis.jpg") no-repeat left top;
}

a.devis:hover {
  background-position:0% -32px;
}

a.alpa {
    float:left;
    height:32px;
    width:128px;
    background:url("../images/alpa.jpg") no-repeat left top;
}

a.alpa:hover {
  background-position:0% -32px;
}


