/* CSS Document */
#principal{
	height:100%;
	width: 100%;
}

body {
}

.tx { font-family: Verdana; font-size: 11px;}

.txb { font-family: Verdana; font-size: 14px;}

.txs { font-family: Verdana; font-size: 10px; color:#000000}
.txs_com { font-family: Verdana; font-size: 11px; color:#000000}
.txs_sourc { font-family: Verdana; font-size: 10px; color:#333333}
.txs_scpi { font-family: Verdana; font-size: 10px; color:#990000}

.txm { font-family: Verdana; font-size: 12px;}

.txdat { font-family: Verdana; font-size: 10px }

.titr {	font-family: Verdana;	font-size: 15px; font-weight:bold; color:#996633}

.titr2 {	font-family: Verdana;	font-size: 20px; font-weight:bold; color:#000066}

.titrs { font-family: Verdana; font-size: 10px; color:#006600}

.mess { font-family: Verdana; font-weight:bold; font-size: 13px; color:#990033}


A:link { font-family: Arial; text-decoration: none; font-weight:bold ; font-size: 12px; color:#000000}
A:visited { font-family: Arial; text-decoration: none; font-weight:bold ; font-size: 12px; color:#333333}
A:hover { font-family: Arial; text-decoration: none; font-weight:bold ; font-size: 12px; color:#FFFFFF; background-color:#996633}

.menu2:link { font-size: 13px; }
.menu2:visited { font-size: 13px;}
.menu2:hover { font-size: 13px;}

.smal:link { font-weight:normal }
.smal:visited { font-weight:normal }

INPUT {
color:#000000;
font-size:10px;
font-family:Verdana;
} 

 SELECT {
color:#000000;
font-size:10px;
font-family:Verdana;
} 

#base {
    background-color: #FFCCCC; /* commentaire */
	display:block;
	/* position: absolute; */
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	padding : 20px;
	border:none;
	width: 950px;
}
#menu {
    background-color: #FFFFCC; /* commentaire */
	display:block;
	/* position: absolute; */
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	padding : 20px;
	border:none;
	width: 800px;
}
#page {
    background-color: #EED4B5; /* commentaire */
	display:block;
	/* position: absolute; */
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	padding : 20px;
	border : 10px;
	width: 744px;
}
.gauche {
  float: left;
  padding-right : 10px;
  border : 1px;
  } 
.right {
  float: right;
  padding-left : 10px;
  } 


#page0 {
	display:block;
	/* position: absolute; */
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	padding : 20px;
	border:1px;
	width: 640px;
}


#menu0 {
	padding-top : 4px;
	padding-left: 4px;
	padding-right: 4px;
	position: absolute;
	width: 690px;
	left:15px;
	top: 8px;
}

#contenu {
	padding-top : 100px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 22%;
	width: 75%;
}

#list_php {
	position: absolute;
	width: 100%;
}


-->