body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

tr, td, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#main {
	width: 1000px;
	margin: 5px auto;
}

#header {
	width: 100%;
	height: 90px;
	background-color: #eeeeee;
	margin: auto;
	margin-bottom: 20px;
	clear: both;
	border: 1px solid #666666;
	-moz-border-radius: 0em .5em .5em .5em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	border-radius-bottomleft: .5em;
	padding: .5em;
	z-index: 101;
	position: relative;
	top: 0;
	left: 0;	
}

#headerlogo {
	float: left;
}

#headertitre {
	padding: 1px;
	text-align: center;
	margin: auto;
}

#pagebody	{
	width: 100%;
	clear: both;
}

#menubar {
	float: left;
	width: 190px;
	padding: 0;
	margin: 0;
}

#logout {
	text-align: center;
	margin: 20px;
}

#pagecontent {
	float: left;
	width: 780px;
	margin-left: 10px;
}

#loginbox {
	 margin: auto;
	 width: 300px;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	width: 100%;
	text-align: center;
	margin: auto;
	font-size: 8pt;
	padding: 3px 0px 3px 0px;
	position:relative;
	top: 20px;
}

#headertitre h1 {
	padding: 0px;
}

#logout a {
	font-weight: normal;
	font-size: 8pt;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

#pagecontent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pagecontent li{
	position: relative;
	padding: 10px;
	font-weight: bold;
	display: inline;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 13pt;
	margin: 0;
}

h3 {
	font-size: 11pt;
	margin: 0;
	font-style: italic;
	padding-top: 10px;
	cursor: pointer; 
	font-weight: normal;
}

h4 {
	font-size: 10pt;
	margin: 0;
	padding-top: 10px;
}

A {
	color: #000000;
}

A:hover {
	color: #333333;
}

form {
	display: inline;
}

.small {
	font-size: 8pt;
}

/*
 * Lignes et bordures de tableaux
 */

.line-over {
	background-color: #FFEFDF;
}

.line-even {
	background-color: #eeeeee;
}

.line-odd {
	background-color: #ffffff;
}

.tbborder {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 800px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*
 * navbox
 */

.navbox {
	width: 100%;
	display: table;
}

.navbox-nbpages {
	padding: 0;
	margin: 0;
	float: left;
	width: 10%;
	font-size: 8pt;
}

.navbox-pages {
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
	width: 57%;
	font-size: 8pt;
}

.navbox-nav {
	text-align: right;
	padding: 0;
	margin: 0;
	float: left;
	width: 30%;
	font-size: 8pt;
}

/*
 *	Messages d'alertes
 */

#erreur {
	background-color: #fff9fa;
	border: 3px double #cc0010;
	width: 90%;
	margin: auto;
	padding: 5px 5px 10px 5px;
}

#erreur h4 {
	font-weight: bold;
	font-size: 11pt;
	color: #cc0010;
	display: block;
	position: relative;
	top: -3px;
	text-indent: 25px;
	background-image: url(/images/erreur.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#erreur li{
	padding: 0 0 0 10px;
	font-weight: normal;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;	
}

#confirmation {
	background-color: #fcfff7;
	border: 3px double #1e840e;
	width: 90%;
	margin: auto;
	padding: 5px 5px 10px 5px;
}

#confirmation h4 {
	font-weight: bold;
	font-size: 11pt;
	color: #1e840e;
	display: block;
	position: relative;
	top: -3px;
	text-indent: 25px;
	background-image: url(/images/confirmation.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#confirmation li{
	padding: 0 0 0 10px;
	font-weight: normal;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;	
}

.asterisk {
	color: #FF0000;
	font-weight: bold;
}

/*
 * Tabs et menus des sites, documents et admin
 */
/* tabs des sites */
#tabs {
	padding: 5px 0px 3px 0px;
	font-weight: bold;
}

#tabs a {
	background-color: #cccccc;
	border: 1px solid #666666;
	border-bottom-width: 0px;
	-moz-border-radius: .75em .75em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	padding: 2px 5px 4px 5px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	color: #000000;
}

#tabs a:hover {
	background-color: #ffffff;
}

#tabs a.activeTab, a.activeTab:hover, a.activeTab:visited {
	background-color: #eeeeee;
}

#tabs a.activeTab {
	z-index: 102;
}

/* sous-tabs */
#sstabs {
	padding: 5px 0px 3px 0px;
	font-weight: bold;
}

#sstabs a {
	background-color: #cccccc;
	border: 1px solid #666666;
	border-bottom-width: 0px;
	-moz-border-radius: .75em .75em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	padding: 2px 5px 4px 5px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	color: #000000;
}

#sstabs a:hover {
	background-color: #ffffff;
}

#sstabs a.activeTab, a.activeTab:hover, a.activeTab:visited {
	background-color: #efefef;
}

#sstabs a.activeTab {
	z-index: 102;
}

#menu {
	background-color: #efefef;
	border: 1px solid #666666;
	-moz-border-radius: 0em .5em .5em 0em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	padding: .5em;
	z-index: 101;
	position: relative;
	top: 0;
	left: 0;
}

#menu div, dd { display: none;}
#menu dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}
#menu dt {cursor: pointer; margin: 2px 0; line-height: 20px; font-weight: bold; padding-left: 4px;}
#menu dt a.af {font-size: 12px}
#menu dt a:hover {text-decoration:underline;}
#menu dd {background-color: #ffffff}
#menu li a, #menu dt a {font-size: 12px; padding-left: 10px; text-decoration:none}
#menu li a:hover {text-decoration:underline;}


/*
 * Tabs et menu pr encart membres
 */
#tabmb {
	padding: 25px 0px 3px 0px;
	font-weight: bold;
}

#tabmb a {
	background-color: #cccccc;
	border: 1px solid #666666;
	border-bottom-width: 0px;
	-moz-border-radius: .75em .75em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	padding: 2px 5px 4px 5px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	color: #000000;
}

#tabmb a:hover {
	background-color: #ffffff;
}

#tabmb a.activeTab, a.activeTab:hover, a.activeTab:visited {
	background-color: #efefef;
}

#tabmb a.activeTab {
	z-index: 102;
}

#menumb {
	background-color: #efefef;
	border: 1px solid #666666;
	-moz-border-radius: 0em .5em .5em 0em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	padding: .5em;
	z-index: 101;
	position: relative;
	top: 0;
	left: 0;
}

#menumb dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}
#menumb dt {cursor: pointer; margin: 2px 0; line-height: 20px; font-weight: bold; padding-left: 4px;}
#menumb dt a.af {font-size: 12px}
#menumb dt a:hover {text-decoration:underline;}
#menumb dd {background-color: #ffffff}
#menumb li a, #menu dt a {font-size: 12px; padding-left: 10px; text-decoration:none}
#menumb li a:hover {text-decoration:underline;}


* textarea{
	 width:650px;
	 height:400px;
	 margin-bottom:30px;
	font-size:12px; 
}

.mceContentBody {
	font-size:12px;	
}
