/* base.css */

#conteneur {
	position: absolute;
	width: 98%;
	left: 50%;
	margin-left: -49%;
	/*border: 1px dashed black;*/
}

#header {
	height: 160px;
	background: url(images/background.gif) top left repeat-x;
	/*border: 1px solid white;*/
}

#toolbar {
	height: 44px;
	padding-top: 0px;
	/*border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;*/
	color: white;
	background: url(images/toolbar.gif) center repeat-x;
}

#centre {
	/*clear: both;*/
	margin-left: 220px;
	margin-right: 200px;
	/*border: 1px dashed black;*/
	/*border-right: 1px dashed silver;*/
	/*border-left: 1px dashed silver;*/
}

#gauche {
	position: absolute;
	left: 0;
	/*float: left;*/
	width: 220px;
}

#droite {
	position: absolute;
	right: 0;
	/*float: right;*/
	width: 200px;
}

#separateur {
	clear: both;
	margin: 4px 0;
	margin-top : 30px;
	height: 26px;
	background-color: white;
	background: url(images/toolbar.gif) center left repeat-x;
	/*border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;*/
	text-align: center;
}

#pied {
	clear: both;
	height: 30px;
	text-align: center;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: white;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
}

*.indent {
	padding-left: 1.2em; 
	text-indent: 2.2em;
}

p.small {
	font-size: 80%;	
}

p.big {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	color: #526E88;
}

h3 { font-style: italic; }


.section {
	margin: 0 0.2em 0 0.2em;
	text-indent: 0.2em;
}

.subsection {
	margin: 0 0 0 1.2em;
	text-indent: 0.2em;
}

.logo {
	/*float: right;*/
	position: absolute;
	right: 0;	
	margin: 0 10px;
}

table.admin {
	/*width: 100%;*/
	border-collapse: collapse;
	border: 1px solid black;
}

.content table{
	width: 100%;
	border-collapse: collapse;
}

td, th {
	padding: 2px;
}

th {
	background-color: #B8C5D0;	
}

input, textarea {
	background-color: white;
	border: 2px solid #B8C5D0;	
}
input:hover, input:active {
	border: 2px solid #526E88;	
}

a.text { color: #CCCCCC; font-weight: bold; text-decoration:none; }
a.text:hover { color: #DDDDDD; font-weight: bold; text-decoration:underline; }

a.text:before {
	content: "[[";
	color: yellow;
}

a.text:after {
	content: "]]";
	color: yellow;
}

