/* CSS Document */

/* Presentation des tables bases de données */

table#plat {
    background-color:#FFFFFF;
    border: 0px;
    width: 900px;
	padding: 0px; /* permet de définir une distance des bords */
    margin-left: auto;
    margin-right: auto;
}

table#plat td{
    padding: 5px;
	}

.rightcol {
    font-weight: bold;

    text-align : center;
    width: 180px;
    background-color: ;
}	

.leftcol {
    text-align : justify;
    width: 600px;
    background-color: ;
}
.leftcol2 {
    text-align : justify;
    width: 700px;
    background-color: ;
}
.titrecol {
    text-align : left;
    font-size: 14px;
	font-weight: bold;
	width: 200px;
}
.kanji {
	color: red;
	font-size: 14px;
}
.lit    {      /* Specification pour colonne litterale */
    font-size: 12px;
	font-weight: normal;
	text-align : center;
	}
.japonais {
     font-size: 13px;
	 font-weight: normal;
	 color: green;
}    
.lib {
    font-size: 12px;
	font-weight: normal;
}
.Style1 {color: #FFFFFF}
.Style2 {font-size: 14px}
.Style3 {font-size: 12px}
.Style4 {font-size: 10px}
form select option {
font-size: 10px;
 
} 
div#image_plat {
	text-align: center;
	width:150px;
	// height:100px;
	 margin-left: auto;
     margin-right: auto;
	background-color:#CCCCCC ;
	
	}
	
// Presentation Formulaire


#monForm
{
	width: 20%;
}


/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 3px;
	border: #CCC 1px solid;
}

#monForm fieldset:hover
{
	background-color: #FFF;
}
#monForm p
{
	margin: 2px 0;
}

#monForm fieldset legend
{
	padding: 0 1px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}
#monForm select
{
	margin-left: 1%;
	width: 12%;
	border: #CCC 1px solid;
}

#monForm input
{
	margin-left: 1%;
	width: 5%;
	border: #CCC 1px solid;
}

#monForm input[type="submit"]
{
	margin-left: 1%;
	width: 5%;
	border: #CCC 1px solid;
}

#monForm input[type="submit"]:hover
{
    width: 5%;
	background-color: #66CC33;
	cursor: pointer;
}

#monForm input[type="radio"]
{
	margin-left: 1%;
	width: 3%;
	border: #CCC 1px solid;
}

// Couleur des champs

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}