@charset "utf-8";
/* CSS Document */
BODY {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-image:url(../images/gris.gif); 
}


/* liens */
A:link { text-decoration: underline; color: #2671B7; } /* lien non visités */
A:visited { text-decoration: underline; color: #6D6D6D} /* lien visités */
A:hover { text-decoration: none; color: #6F9CD3} /* lien non visités */

/* liste */
ul li
{
list-style-type: square;
list-style-image: url(puce.gif)
}

ul li ul li
{
list-style-type: square;
list-style-image: url(puce-.gif)
}

h1 {
font-weight: bold;
font-size:12px; 
 }
#Contenu {
position:relative;
width:980px;
height:900px;
margin:auto;
}

#Menu {
	position:absolute;
	height:100%;
	width: 172px;
}

#tblMenuG1 {

}

#tblMenuG1 td {
text-align:center;
font-size:90%;
}

#Article {
	position:absolute;
	background-color:#eeefef;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	left:176px;
	width:800px;
	height: 100%;
	top: 2px;
	padding:5px;
	padding-bottom:50px;	
}

#BasPage {
position:relative;
margin:auto;
width:980px;
}

body #loguer {
	position:relative;
	margin:auto;
	margin-top:20px;
	background-color:#E8E8E8;
	border-color: #3366FF;
	border-width: 1px;
	border-style:solid;
	width:80%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	font-size: 90%;
	
}
body #loguer input {
font-size:100%;}

body #loguer textarea {
font-size:100%;
font-family: Arial, Helvetica, sans-serif;}

.messageConfirmation {
font-size:100%;
font-weight:bold;
color:#990000; 
}



table.tableDefaut
{
font-size: 90%;
empty-cells: show;
}

#postit 
{
	width: 255px;
	position: absolute;
	font-size: 16px;
	font-family:  "Monotype Corsiva",  "Lucida Handwriting", "Dauphin", "Viner Hand ITC", "script MT Bold", "Staccato222 BT", "script", "Arial";
	left: -123px;
	top: 71px;
} 

.postithaut 
{
	width: 229px;
	position: relative;
	left: 0px;
	top: 0px;
} 
.postitbas1 
{
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #eeefef;
	float:left;
} 

.commentaire
{
font-size:95%;
color:#660000;
font-style:italic;
}

div.divContoursolidmed /* contour continu */
{
	/*color : #990000;*/
	background-color:#eeefef;
	border-width: 1px;
	border-style: solid;
	border-color:#cccccc;
	padding:2px;
	margin:5px;
	font-size:90%;	
	background-color:#eeefef;
}

.robeau { /* sensé piéger les robots*/
display:none;
}

.bouton {
    cursor:pointer;
	background-image:url(fond_bouton.jpg);
}
input {
/*cursor:pointer;*/
	font-size:80%; border-style: solid; border-width:1px; border-color: #666666 }
select {
/*cursor:pointer;*/
	font-size:80%; border-style: solid; border-width:1px; border-color: #666666 }
	
#Gfiche {
border-style:solid;
border-color: #CCCCCC;
border-width:1px;
width:800px;
height:100%;
float:left;
margin-top:15px;
background-color:#eeefef;
}

#Gliste {
/*border-style:solid;
border-color: #CC0000;
border-width:1px;*/
width:98%;
height:100%;
/*float: right;*/
text-align: left;
padding:10px;
/*margin-right:50px;*/
}

#Gliste table {
border:1px;
border-style:solid;
border-color: #308cc6;
border-collapse:collapse;
caption-side:bottom;
}
#Gliste table td{
border:1px;
border-style:solid;
border-color: #308cc6;
border-collapse:collapse;
text-align:center;
font-size:85%;

}


#Gliste table th{
border:1px;
border-style:solid;
border-color: #3333FF;
border-collapse:collapse;
text-align:center;
font-size:85%;
background-color:#CCCCCC;

}
#Gonglet {
	/*border:1px;
border-style:solid;
border-color: #3333FF;*/
background-image:url(coin-b-d5.gif);
	width:50%;
	height:30px;
	background-repeat:no-repeat;
	background-position:right;
	float: right;
	text-align:right;
	vertical-align: text-bottom;
	padding-right:30px;
	font-size:90%;
}