/*******************************
 * Caracteristiques generales  *
 *******************************/

* { 
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #0099FF;
}

table.ppal {
	width: 750px;
	background-color: #FFFFFF;
	border: 2px solid #797979;
}

h2 {
	font-size: 16px;
	text-align: left;
}

input, button, select, textarea {
	background: #FFE9AD;
	border: 1px solid black;
}

.orange {
	color: #FFB608;
	background: white;
	border: 1px solid #FFB608;
}

b.black {
	font-weight: 600;
	color: black;
}

b {
	font-weight: 600;
	color: #008BFF;
}

/*******************************
 *       Page d'accueil        *
 *******************************/

table.degrade {
	margin-top: 20px;
	background-image: url('images/degrade.jpg');
	text-align: justify;
}

p.ml {
	font-size: 15px;
}

table.pphares {
	width: 330px;
	margin-left: 30px;
}

table.pphares td, table.pphares b {
	font-size: 15px;
}

table.pphares img {
	padding: 2px;
	border: 1px solid #FFC251;
}

td.menu_bas a {
	color: #666666; 
	font-size: 10px; 
}

/*******************************
 *       Page agence           *
 *******************************/

div.desc {
	padding: 0px 20px 0px 20px;
}
 
div.desc p {
  	text-indent: 1.5em;
	text-align: justify;
}

div.desc img {
	margin: 7px;
	padding: 2px;
	border: 1px solid #81C2F9;
}

/*******************************
 *       Page contact          *
 *******************************/

table.contact td {
	padding-top: 10px;
} 
 
table.contact tr {
	text-align: left;
}

table.contact input, table.contact textarea {
	color: #FFB608;
	background: white;
	border: 1px solid #FFB608;
}

/*******************************
 *       Page recherche        *
 *******************************/

table.recherche {
	margin: 30px 0px 30px 20px;
	border: 1px solid #FFB608;
}

table.recherche td {
	padding: 6px;
}

input.noborder {
	background-color: white;
	border-width: 0px;
}

/*******************************
 *     Affichage simple        *
 *******************************/

table.prod_simp {
	margin-bottom: 20px;
	border: 1px solid gray;
}

table.prod_simp p {
	font-size: 16px;
}

tr.titre td {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #DFEAFF;
}

table.prod_simp img, table.produit img {
	border: 1px solid #A8C7FF;
}

td.exclu {
	color: red;
	font-weight: bolder;
}

table.prod_simp img.info {
	border: 1px dashed #FFC519;
}

table.prod_simp img.mini {
	margin: 5px;
}

/*******************************
 *       Page produit          *
 *******************************/
 
table.produit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid gray;
	margin: 10px;
}

table.produit td {
	padding: 5px 1px 2px 3px;
}

table.produit td.nospace {
	padding: 0px;
}

table.produit td.photo {
	padding: 1px;
}

/*******************************
 *     Affichage admin         *
 *******************************/

table.lst_admin {
	border: 1px solid black;
	width: 600px;
}

table.lst_admin img {
	border: 0px;
}

table.lst_admin td {
	padding: 5px;
	border-top: 1px solid black; 
}

table.lst_promo {
	border: 1px solid black;
	margin: 10px;
	width: 150px;
}

table.lst_promo td {
	padding-left: 5px;
	border-top: 1px solid black;
}

tr.titre_lst td {
	padding: 5px;
	text-align: center;
	background-color: #DFEAFF;
	border: 0px;
}

/*******************************
 *       Page Ajout            *
 *******************************/
 
table.ajout {
	padding: 5px;
	border: 1px solid black;
	width: 500px;
}

table.ajout input, table.ajout select {
	color: black;
	border: 1px solid black;
}

table.ajout select {
	width: 150px;
}

/*******************************
 *     Page Plan du site       *
 *******************************/

table.plan td.lv1 {
	border-left: 1px dashed black;
	padding-left: 10px;
}

table.plan td.lv2 {
	border-left: 1px dotted black;
	padding-left: 10px;
}

/*******************************
 *     Page partenaires        *
 *******************************/
 
ul.liens li {
	text-align: justify;
	margin-top: 5px;
	margin-right: 30px;
}


