/* Définition de règle */
@charset "iso-8859-1";

body {margin: 0px; font: 12px arial,helvetica,clean,sans-serif;
 *font-size: small; *font: x-small; text-align: center; color: #4c4c4c;
 background-color: #bbcadf; }
	
form {display: inline ;}
input, textarea { background-color:#FFFFFF; border:1px solid #9ba7d1; color:#000000; font-family:Verdana,sans-serif; }

a,a:visited {text-decoration:none;color: #4c4c4c;}
a:hover {text-decoration:underline;color: #4c4c4c;}

a.Menu, a.Menu:visited {text-decoration:none;color: white;}	
a.Menu:hover {color:white;text-decoration: underline;}	

table.Main {width: 1000px; height: 100%; border: 0px; border-collapse: collapse; background: white; 
border-left: 1px;border-right: 1px; border-style: solid; border-color: #43699a}

tr.Header {height: 120 px;}
td.Header {padding: 15px;padding-top: 5px;padding-bottom: 5px;text-align: left; vertical-align: middle; 
			color:white ;
			border:0px; border-bottom-color: #f89100; border-bottom-style: solid; 
			border-bottom-width: 1 px;height: 100%;
			background-image: url(../images/miscs/headerBg.jpg); 
			background-repeat: repeat-x;
			}
			
td.SeparatorHeaderPageTd {height: 8px;padding: 0px ; border-left: solid 0px white;background-repeat: repeat-x;
			border-right: solid 0px white; background-image: url(../images/miscs/HeaderSeparator.png);}
			
td.Menu {padding: 15px ;text-align: left; vertical-align: top; width:280px; background: #43699a;}
td.Page {padding: 15px;text-align: left; vertical-align: top;width:80%;}
td.Bottom {padding: 10px;text-align: center; vertical-align: top; color: white; background: #43699a;}

table.Form {background: #d3e8f9; border: solid #43699a; border-width: 1px;}
td.Form {padding: 15px;} 

table.PageTitle {border-collapse: collapse; width: 100%;}
tr.PageTitle {}
td.PageTitle {text-align: left ; padding: 0px;padding-left: 6px; background-color: white;height: 20px;
border: 1px; border-style: solid;border-color: #dcdcdc; background-image: url(/images/miscs/MenuBarBGSelect.jpg) ;font-weight: bold;}

/* Admin -----------------------------------------*/

a.AdminTitle, a.AdminTitle:visited {text-decoration:none;color: white;}	
a.AdminTitle:hover {color:white;text-decoration: underline;}	

table.Admin {width: 100%; border-style: solid; border-color: #696969; border-collapse: collapse;
 border-width: 1px; background: #648bbc; }
tr.AdminTitle {text-align: center; color: white;font-weight: bold;} 
tr.AdminColor1 {background: #bccde2; } 
tr.AdminColor2 {background: #dce5f0; } 
td.Admin {padding: 2px ;} 

td.AdminMenu {padding: 15px ;text-align: left; vertical-align: top; width:280px; background: #43699a;}
td.AdminPage {padding: 15px;text-align: left; vertical-align: top;width:80%; }