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

body {
    background-color: #FFFFCC; /* commentaire */
	font-family: Century Gothic,Comic Sans MS,Verdana;
	color:#663300;

}

.tx { font-family: Century Gothic,Comic Sans MS,Arial,Verdana; font-size: 12px;}

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

.txs { font-family: Verdana; font-size: 10px; color:#330000}
.txs_com { font-family: Verdana; font-size: 11px; color:#330000}
.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: 14px; color:#CC6633}

.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: Century Gothic, Comic Sans MS,Arial; text-decoration: none ;  font-size: 12px; color:#330000} /* font-weight:bold */
A:visited { font-family: Century Gothic, Comic Sans MS,Arial; text-decoration: none ; font-size: 12px; color:#330000}
A:hover { font-family: Century Gothic, Comic Sans MS,Arial; text-decoration:underline ; font-size: 12px; color:#FF6600}

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

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

INPUT {

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

 SELECT {

color:#330000;
font-size:10px;
font-family:Verdana;
} 

#base {
	display:block;
	/* position: absolute; */
	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	padding : 0px;
	border: none;
	width: 980px;
}
#menu {
    background-color: #C9A376; /* commentaire */
	display:block;
	/* position: absolute; */
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	padding : 20px;
	border:none;
	width: 800px;
}
#page {
    /* background-color: #FFFFEC;  commentaire */
	display:block;
	/* position: absolute; */
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	padding : 2px; 
	width: 700px;
	/*  border-width: 2px;
	border-style: solid;
	border-bottom-color: #993300;/*
	border-top-width: 3px; 

border-right-width: 3px;

border-bottom-width: 3px;

border-left-width: 3px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #999999;

border-right-color: #999999;

border-bottom-color: #999999;

border-left-color: #999999;
	/*border : 10px;
	border: 2px; 
	border-color:#990000;*/

	/* width: 800px;*/
}
.gauche {
  float: left;
  padding-right : 15px;
  border : 1px;
  } 
.right {
  float: right;
  padding-left : 10px;
  padding-bottom: 5px;
  } 

.b1 {
  border : 1px;
  border-style:solid;
  border-color:#CC9900;
  } 


#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%;
}

#page1 {
    /* background-color: #FFFFEC;  commentaire */
	display:block;
	/* position: absolute; */
	margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	padding : 2px; 
	width: 820px;
	/*  border-width: 2px;
}

-->