/*body:corps de la page*/

body

{

	font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;

	font-size:x-small;

	overflow-y : scroll;

        margin-top: 100px;

color:#EB6B0A;

}

/*h1*/

h1

{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

}

/*h2*/

h2

{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

color : #ff9900;

}

/*h3*/

h3

{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	padding: 0px;

	margin:0px;

color :#ff9900;

}

/*p:paragraphe*/

p

{

	font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;

font-size:x-small;

margin-top:0px;

margin-left:10px;

margin-right:2px;

margin-bottom:0px;

}

/*.centrage*/

.centrage

{

	width: 800px;

	position: relative;

	left: 50%;

	margin-left: -400px;

}

/*

.ombre*/

.ombre

{

	width:800px;

	background: url(img/ombre.png) no-repeat bottom right;

	margin: 10px 0 10px 10px !important;

	margin: 10px 0 10px 5px;

	padding: 0px;

}

/*

.boite*/

.boite

{

	position:relative;

	bottom:6px;

	right: 6px;

}

/*/

#espace_banniere

*/

#espace_banniere

{

border-top:0px none #000000;

border-left::0px none #000000;

border-right:0px solid #000000;

border-bottom:1px solid #000000;

background-color :#531902;

}

/*#enregistrer*/

#enregistrer

{

   text-indent : -5000px;

   width: 100px;

   height: 30px;

   color : pink;

   background-repeat: no-repeat;

   background-image: url(../images/action.png);

   background-color : transparent;

}

/*

   #enregistrer:hover*/

#enregistrer:hover

{

      background-position: 0 -30px;

}

/*table*/

table

{

	border-style:none;

	border-width:1px;

	border-color:black;

        background-color: #531902;

}

/*tr:ligne de tableau*/

tr

{

	font-family: Geneva, Arial, Helvetica, sans-serif;

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*td:case de tableau*/

td

{

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*

#cadre_ext_4

*/

#cadre_ext_2

{

background-image: url(../images/cadre4.png);

}

/*

#cadre_ext_5

*/

#cadre_ext_3

{

background :   url(../images/cadre5.png) no-repeat right top ;

}

/*tableau cadres du site hors cadre exterieur*/

#cadre_page_hors_cadres_ext

{

      border-top:solid 1px black;

      border-bottom:solid 1px black;

      border-left:solid 1px black;

      border-right:solid 1px black;

background-color: transparent;

}

/*tableau cadres du cadre_site*/

table.cadre_site

{

/*

      border-top:solid 1px black;

      border-bottom:solid 5px black;

      border-left:solid 1px black;

      border-right:solid 5px black;

*/

background: url(http://clickandsite.com/restoleditvin/images/fond_donnees.png) no-repeat;

}

/*tableau cadres du squelette*/

table.squelette

{

	border-style:none;

	border-width:1px;

	border-color:black;

        background-color: transparent;

}

/*tr:ligne  cadres du squelette*/

tr.squelette

{

	font-family: Geneva, Arial, Helvetica, sans-serif;

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*td:case  cadres du squelette*/

td.squelette

{

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*td:case  contenant les donnees*/

td.donnees

{

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*td:case de tableau sous_menu*/

td.sous_menu

{

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*td:case de tableau sous_breves*/

td.sous_breves

{

	border-style:none;

	border-width:0px;

	border-color:white;

	background-color: #fbe50d;

}

/*table.transparent:Style de tableau a fond transaprent*/

table.transparent

{

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*tr.transparent:style de ligne de tableau a fond transparent*/

tr.transparent

{

	border-style:none;

	border-width:0px;

	border-color:white;

	background-color: transparent;

}

/*td.transparent:style de case à fond transparent*/

td.transparent

{

	font-family: Geneva, Arial, Helvetica, sans-serif;

	background-color: transparent;

	border-style:none;

	border-width:1px;

	border-color:black;

}

/*table avec bordure*/

table.bordure

{

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*table avec bordure*/

tr.bordure

{

	border-style:none;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*table avec bordure*/

td.bordure

{

	border-style:solid;

	border-width:1px;

	border-color:black;

	background-color: transparent;

}

/*input:zones de saisie*/

input

{

	font-family: Verdana, Arial, Clean, Helvetica, sans-serif;

  	font-size: 12px;

	background-color: #ffffff;

}

/*select:combo_box*/

select

{

	font-family: Verdana, Arial, Clean, Helvetica, sans-serif;

  	font-size: 12px;

        background-color: #E0E0E0;

}

/*button*/

button

{

	border: 0px;

	border-style: none;

	border-color: #000000;

}

/*hr:Lignes de separation*/

hr

{

	height: 2px;

	background: #808080;

}

/*img:images*/

img

{

	border: 0;

}

/*a:liens*/

a:link

{

  	font-size: 12px;

	color: #eb6b08;

	font-weight: bold;

	text-decoration: none;

	font-family:verdana;

}

/*a:liens visités*/

a:visited

{

	color:#eb6b08;

  	font-size: 12px;

	font-weight: bold;

	text-decoration: none;

	font-family:verdana;

}

/*a:liens survolés*/

a:hover

{

  	font-size: 12px;

	color: #c55804;

	font-weight: bold;

	text-decoration:none;

}

/*a:lien actif*/

a:active

{

	color: #c55804;

  	font-size: 12px;

	font-weight: bold;

	text-decoration:none;

}

/*li:listes*/

li

{

	font-family: Verdana, Arial, Clean, Helvetica, sans-serif;

  	font-size: 12px;

	background-color: #E0E0E0;

}

/*p.small*/

.small

{

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: small;

	text-align: left;

}

/**/


