/*
* OrdiPanne.fr - Juin 2007
* Copyright (C) Hitle Créative - http://www.hitle-creative.fr
*/

html
{
width: 100%;
height: 100%;
font-family: Arial, sans-serif;
font-size:14px;
color: black;
background-image: url(./img/background.gif);
background-repeat: repeat-x; 
background-color: rgb(0,0,0);
margin: 0px;
}

body
{
width: 100%;
height: 100%;
margin: 0;
text-align: center;
}

input, textarea
{
color: rgb(0,0,0);
background-color: rgb(252,252,252);
border: 1px solid rgb(160,160,160);
}

img
{
border: none;
}

table
{
border-collapse: collapse;
}

#acce_admin
{
position: absolute;
right:1px;
bottom:1px;
}

#global
{
width: 694px;
min-height: 100%;
margin-left: auto;
margin-right: auto;
background-image: url(./img/content.gif);
background-repeat: repeat-y;
}

#header
{
width: 499px;
height: 99px;
background-image: url(./img/header.gif);
background-repeat: no-repeat;
text-align: left;
padding: 120px 0 0 195px;
}
*html #header
{
width: 694px;
height: 219px;
background-image: url(./img/header.gif);
background-repeat: no-repeat;
text-align: left;
padding: 120px 0 0 195px;
}

#menu
{
width: 150px;
height: auto;
float: left;
margin: 0 0 0 10px;
padding: 0 0 0 10px;
text-align: left;
}
#menu a
{
color: black;
text-decoration: none;
}
#menu a:hover
{
color: rgb(57,79,100);
text-decoration: none;
}

#content
{
width: 501px;
margin: 0 0 0 175px;
padding: 5px 5px 0 5px;
text-align: left;
}
#content a
{
color: black;
text-decoration: none;
}
#content a:hover
{
color: rgb(57,79,100);
text-decoration: none;
}

#footer
{
width: 511px;
margin: 20px 0 0 0;
text-align: right;
}

.center
{
width: 100%;
text-align: center;
}

#prix
{
border: 1px solid rgb(80,104,128);
font-size: 12px;
margin: 0 auto 0 auto;
}
#prix th
{
border: 1px solid rgb(80,104,128);
background-color: rgb(80,104,128);
color: rgb(0,0,0);
text-align: center;
font-weight: bold;
}
#prix .l1
{
border: 1px solid rgb(76,75,75);
background-color: rgb(240,239,239);
}
#prix .l2
{
border: 1px solid rgb(76,75,75);
background-color: rgb(219,219,219);
}

#table_contact
{
margin: 0 auto 0 auto;
}
.td1
{
text-align: left;
}
.td2
{
text-align: center;
}

.attention
{
color: red;
}
.ok
{
color: green;
}

.cat_name
{
width: 100%;
border-bottom: 3px solid rgb(80,104,128);
font-weight: bold;
}

.link_name
{
width: 100%;
background-color: rgb(245,245,245);
text-align: center;
border: 1px solid rgb(198,206,213);
}

.link_bann
{
width: 100%;
text-align: center;
border: 1px solid rgb(198,206,213);
}

.admin_menu
{
border-bottom: 1px solid black;
margin-bottom: 15px;
}

#table_admin_liens
{
width: 100%;
}
#table_admin_liens th
{
text-align: center;
background-color: rgb(80,104,128);
border: 1px solid rgb(76,75,75);
}
#table_admin_liens td
{
text-align: center;
border: 1px solid rgb(76,75,75);
}

.wallpaper
{
border: 2px black solid;
margin: 3px;
}

#table
{
border: 1px solid rgb(80,104,128);
font-size: 12px;
margin: 0 auto 0 auto;
}
#table th
{
border: 1px solid rgb(80,104,128);
background-color: rgb(80,104,128);
color: rgb(0,0,0);
text-align: center;
font-weight: bold;
}
#table td
{
border: 1px solid black;
}
#table .l1
{
border: 1px solid rgb(76,75,75);
background-color: rgb(240,239,239);
}
#table .l2
{
border: 1px solid rgb(76,75,75);
background-color: rgb(219,219,219);
}
