@charset "iso-8859-1";
/* Auteur: Jean-Marc BECHLER */
/* Date de création : fevrier 2007*/

/***** GENERAL *****/

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	vertical-align: justify;
	list-style-type: none;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #000;
	line-height:1.7;
	overflow-y: hidden;
}


/***** BLOCS *****/

#conteneur {
	position:absolute;
	width: 1024px;
	height: 500px;
	margin: -250px 0 0 -512px;
	top: 50%;
	left: 50%;
	background-image: url(../doc/fond_diroma.jpg);
	background-repeat: no-repeat;
}

#infos_1, #infos_2, #titre, #contenu_1, #contenu_2, #cadre_haut {
	position:absolute;
	background-repeat: no-repeat;
}

#infos_1 {
	left:18px;
	top:398px;
	width:320px;
	height:20px;
}

#infos_2 {
	left:18px;
	top:418px;
	width:320px;
	height:40px;
}

#titre {
	left:670px;
	top:120px;
	width:210px;
	height:41px;
}

#contenu_1 {
	left:489px;
	top:186px;
	width:535px;
	height:279px;
	overflow: auto;
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #fff;
}

#cadre_haut {
	left:489px;
	top:186px;
	width:535px;
	height:60px;
	overflow: hidden;
}

#contenu_2 {
	left:489px;
	top:246px;
	width:535px;
	height:219px;
	overflow: auto;
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #fff;
}

#footer {
	width:100%;
	position: absolute;
    bottom: 5px;
	font-family: verdana;
	font-size: 9px;
	color: #FFF;
	text-align:center;
}


/***** TEXTES *****/

p{
	width:90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-align:justify;
	margin: 0 25px 10px 0;
}

h1, .infos{
	font-family: verdana;
	font-size: 9px;
	color: #FFF;
	text-align:center;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFF;
	text-align:right;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFB3;
	text-align:left;
	border-bottom: 1px solid #fff;
	width:90%;
	margin-bottom:15px;
	font-variant: small-caps;
}

p a:link, #footer a:link, p a:visited, #footer a:visited{
	color: #FFFFB3;
	text-decoration: underline;
}

p a:hover, #footer a:hover{
	color: #FF0000;
	text-decoration: none;
}


/***** TABLEAUX *****/

table{
	width:90%;
}

.categorie{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
	text-align:left;
	padding: 10px 0 10px 0;
	font-weight: bold;
	font-variant: small-caps;
}

.plat{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-align:left;
	padding: 10px 10px 10px 0;
}

.prix{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-align:right;
	padding: 10px 0 10px 10px;
}

.ligne{
	border-top: 1px solid #fff;
}

.menu_categorie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	background-color: #AE221B;
}

.menu_categorie a:link, .menu_categorie a:visited{
	color: #FFFFB3;
	text-decoration: none;
	padding : 5px;
}

.menu_categorie a:hover, .adresse a:link{
	color: #FF0000;
	text-decoration: none;
}

.sous_titre{
	font-style: italic;
}


/***** FORMULAIRE *****/

form p  {
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
	margin-bottom:10px;
}

input.champ {
	width: 50%;
}

label {
	width: 70%;
	overflow: auto;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #000;
}

textarea{
	width: 80%;
	height: 70px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	margin-bottom:10px;
}

input.bouton {
	width: 80px;
	font-size: 11px;
	background-color:white;
	border:1px outset red;
	cursor:pointer;
}

input.bouton:hover {
	background-color:#f5f5f5;
	color:red;
}

input.bouton:active {
	border:1px inset red;
	background-color:red;
	color:white;
}


/***** DIVERS *****/

.vignette{
	filter:alpha(opacity=100); 
	-moz-opacity: .9;
	margin:5px 15px 5px 0;
	border: 1px solid #fff;
	text-align:center;
}






