#header {
	/*background-image: url('motif.png');*/
	/*background-repeat: repeat-x;*/
	background-image: url('banniere.jpg');
	text-align: center;
	font-size: 1.2em;
	border: 1px solid black;
	height: 100px;
	margin-bottom: 7px;
}

#header #content {
	display: none;
}

#footer {
	background-color: rgb(222,243,255);
	text-align: center;
	font-size: 0.8em;
}

#menu {
	float: left;
	width: 17%;
}

/*#menu li {
	/*list-style: none;*/
	/*list-style-image: url("puce1.gif");
}*/

#menu li {
	/*list-style-image: url("puce1.gif");*/
	list-style: none;
	background-image: url('images/puce1.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
}

ul {
	margin-left: 0px;
	padding-left: 1em;
}

h2,h3 {
	text-align: center;
}

h2 {
	color: rgb(0,101,156);
}

#body {
	padding-left: 4px;
	text-align: left;
	border: 1px solid black;
	margin-left: 19%;
	margin-bottom: 5px;
	background-color: rgb(231,251,222);
	color: rgb(0,101,156);
}

#footer {
	clear: left;
	border: 1px solid black;
}

#legal {
	font-size: small;
}

h2 {
	text-decoration: underline;
}

body {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 760px;
	/*background-color: rgb(204,217,255);*/
	background-color: rgb(132,207,255);
	color: rgb(82,125,255);
}

a {
	color: rgb(0,47,189);
}
.element_menu {
	color: black;
	/*background-color: rgb(204,229,255);*/
	background-color: rgb(206,239,255);
	padding-left: 2px;
	padding-right: 3px;
	margin-top: 0px;
	border: 1px solid black;
	margin-bottom: 20px;
	/*background-image: url('motif.png');*/
	background-repeat: repeat-x;
}

.element_menu h3 {
	color: rgb(206,48,0);
}

.element_menu a {
	color: rgb(0,154,49);
}

.author {
	text-align: right;
	display: block;
	padding-right: 3px;
}

.news_title {
	font-weight: bold;
}

.news_content {
	text-align: justify;
	margin-right: 4px;
}
td {
	text-align: center;
}

#calendar table {
	text-align: center;
	width: 100%;
}

.team .field {
	text-align: right;
}
.team .value {
	text-align: left;
}
h4 {
	text-align: center;
	text-decoration: underline;
	/*background-color: rgb(132,207,255);*/
}

#explication {
	vertical-align: top;
}

input, select, textarea {
	background-color: rgb(204,217,255);
	border: rgb(82,125,255) 1px solid;
	color: rgb(0,47,189);
}

fieldset {
	border: rgb(82,125,255) 1px solid;
}

#debug {
	font-size: 2em;
	color: red;
	border: 2px solid red;
	display: block;
}

.event {
	border: 1px solid black;
}

#error {
	color: red;
	border: 1px solid red;
	margin: 3px;
	width: 30%;
}

.todo_red a {
	color: red;
	font-weight: bold;
}

.todo_maroon a {
	color: maroon;
	font-weight: bold;
}

.todo_lime a {
	color: lime;
}

.todo_blue a {
	color: blue;
}

.todo_navy a {
	color: navy;
	font-style: italic;
}

.todo_black a {
	color: black;
	font-style: italic;
}
.todo_red {
	color: red;
	font-weight: bold;
}

.todo_maroon {
	color: maroon;
	font-weight: bold;
}

.todo_lime {
	color: lime;
}

.todo_blue {
	color: blue;
}

.todo_navy {
	color: navy;
	font-style: italic;
}

.todo_black {
	color: black;
	font-style: italic;
}

#admin_link * {
	color: rgb(222,243,255);
}

.barre {
	text-decoration: line-through;
}

#team-info #avatar {
	float: right;
	margin-right: 10px;
}

#news p {
	margin-top: 0px;
}

#template td { 
	text-align: left;
}

