body
{
	margin: 0px 0px 0px 0px;
	color : #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align:center;
}

.button 
{
	width:75px;
	height:20px;
	border-width:1px;
	border-style:Solid;
}


input.submit 
{
	border-style : outset;
	background : #d2e0e6 url(../images/degrade_bleu.png) repeat-x 0 100%;
	font-weight : bold;
}

input.submit:hover, input.submit:focus 
{
	background : #fc3 url(../images/degrade_orange.png) repeat-x 0 100%;
}

input.submit:active 
{
	border-style : inset;
}

.inputText
{
	border-width : 1px;
	border-style: solid;
	font-family: Verdana;
	font-size: 11px;
}

.libelle
{
	font-weight: bold;
}

#formAjouter
{
	width:900px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;

}

p#message
{
	width:400px;
	
}


#libelleMessage
{
	float:left;
	width:80;
	scrolling:no;
}

#libelleTitre
{
	float:left;
	width:80;
}

#conteneurList
{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}

.titre
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}


td
{
	font-size: 11px;
}

table.list
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.list th 
{
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
	text-align: left;
}

table.list th a:link, table.list th a:visited 
{
	color: #c64934;
	text-decoration: none;
}

table.list th a:hover 
{
	text-decoration: underline;
}

table.list tr.row0 
{
	background-color: #F9F9F9;
}

table.list tr.row1 
{
	background-color: #FFF;
}

table.list td 
{
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}

table.list tr.row0:hover 
{
	background-color: #f1f1f1;
}

table.list tr.row1:hover 
{
	background-color: #f1f1f1;
}

table.list th.selection
{
	width:70px;
}

table.list th.date
{
	width:70px;
}

table.list td.date
{
	color:red;
	width:70px;
}

table.list td.titreAgenda
{
	font-weight: bold;	
}

table.list th.action
{
	width:70px;
}

table.list th.publier
{
	width:70px;
}

#buttonAjouter
{
	text-align:center;
	width:200px;
	margin-right:auto;
	margin-left:auto;
}

img
{
	border:0px;
}



#formLogin
{
	width:200px;
	margin-right:auto;
	margin-left:auto;
	line-height:20px;

}

/* #################################### */
/* ###### login ###### */
/* #################################### */

#contenulogin {
	height: 290px;
	width: 340px;
	margin-top:100px;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/login.png)  no-repeat;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	color :#009966;
}

#boxlogin 
{
	position:relative;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 55px;
	padding-top: 20px;
	text-align: left;  /* Bug IE Grrr */
	height: 290px;
	width: 310px;
	
	margin-left: auto;
	margin-right: auto;
	
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	color :#009966;
}

#boxlogin p 
{
	text-align:center;
}

.row 
{
	clear: both;
	padding-top: 5px;
}

.label 
{
	float: left;
	margin-left:10px;
	text-align: left;
}

.formw 
{
	float: right;
	margin-right:10px;
	text-align: right;
}


#boxlogin fieldset 
{
	background-color: transparent;
	border: 2px solid #FFC65D;
	padding-bottom:22px;
}

#boxlogin legend
{
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 700;
	background-color: transparent;
}


#boxlogin input 
{
	border: 1px solid #009966;
}


