/* Génériques */
body {
	background:url(../images/background.png) repeat-x;
	width:800px;
	margin:auto;
	font-family:"Trebuchet MS", Verdana ,Georgia;
	font-size:1em;
}
#slider {
	width: 400px;
	margin:auto;
	text-align:center;
	margin-bottom:20px;
}
#slider img {
	width:400px;
	height:300px;
}
img {
	border:none;
}
a {
	color:gray;
}
a:hover {
	color:black;
}
table {
	border-collapse:collapse;
}
input {
	border:solid 1px gray;
}
label {
	font-size:0.9em;
	font-weight:bold;
}
/* Banniere */
#banniere {
	padding-top:0px;
	margin-top:0px;
	margin-left:20px;
}
#banniere img {
	border:none;
	margin-right:20px;
}
#head_bar {
	width:800px;
	height:30px;
	margin-top:5px;
}
#search {
	text-align:left;
}
#search form  {
	display:inline;
}
#search p  {
	display:inline;
}
#search input[type="text"] {
	height:15px;
}
/* Barre d'onglets */
#tabs {
	float:left;	
}
#tabs a {
	display:block;
	float:left;
	font-size:1.5em;
	text-decoration:none;
	color:white;
	margin-left:20px;
	text-align:center;
}
#tabs a:hover {
	color:white;
}
#tabs .current {
	color:white;
}
#slide_menu {
	float:left;
}
#slide_menu ul {
	background:#5e93e9;
	border:solid 1px #1856b9;
	border-top:none;
	position:absolute;
	padding-left:15px;
	padding-right:10px;
	margin-left:30px;
	list-style-type:none;
	margin-top:5px;
	width:180px;
}
#slide_menu li {
	margin-left:-30px;
	font-size:0.8em;
}
#slide_menu a {
	float:none;
	text-align:left;
	display:inline;
}
#container {
	width:100%;
	margin-top:10px;
	padding-top:5px;
	padding-left:25px;
}

#footer {
	width:100%;
	float:left;
	padding-left:25px;
	padding-bottom:15px;
}
#contrib {
	width:780px;
	margin-top:5px;
	padding:5px;
}
#right h2 {
	color:#4f95e5;
	display:inline;
	width:200px;
	text-decoration:underline;
	margin-bottom:5px;
	font-size:1.5em;
}
#right {
	width:190px;
	float:right;
}
#error {
	padding:5px;
	margin-bottom:5px;
}
#error img {
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}
#content_left {
	padding:10px;
	float:left;
	width:570px;
}
#lang {
	width:200px;
	height:20px;
	float:right;
	text-align:right;
}
#lang form {
	display:inline;
}
#connection {
	margin-top:5px;
	width:100%;
}
#connection p{
	display:inline;
}
#connection form{
	display:inline;
}

#connection .false{
	background:red;
}
#connection a {
	font-size:0.8em;
	text-decoration:none;
}
#inner_connect {
	margin-top:5px;
	padding-bottom:5px;
}
#inner_connect input {
	margin-top:5px;
}
#menu {
	width:100%;
	margin-top:5px;	
}
#menu a {
	margin-top:5px;
	display:block;
	width:180px;
	height:30px;
	font-size:19px;
	margin-left:5px;
	text-decoration:none;
	text-align:left;
}
#map {
	width: 280px;
	height: 280px;
	float:right;
	margin-top:30px;
	margin-left:10px;
}
#list_projets table {
	border:none;
	margin-top:10px;
	width:100%;
}
#list_projets tr {
	width:100%;
}
#list_projets td {
	border:none;
	text-align:justify;
}
#list_projets .title {
	font-size:1.2em;
	text-decoration:underline;
	font-weight:bold;
	color:gray;
	text-align:center;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid silver;
	width:100%;
}
#list_projets .title a {
	text-decoration:underline;
	font-weight:bold;
}
#list_projets .title img {
	float:left;
	width:20px;
}
#projets .title{
	font-size:1.2em;
	text-decoration:underline;
	font-weight:bold;
	color:gray;
	text-align:center;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid silver;
}
.projets .title img {
	height:15px;
}
.projets {
	display:block;
	width:100%;
	border-bottom:solid 1px black;
}
.projets img {
	margin:5px;
	height:80px;
}
.description {
	display:block;
}
#contact textarea {
	border: solid 1px gray;
	width:100%;
}
#contact input[type="text"] {
	width:100%;
}
#contact .oblig {
	color:red;
	font-size:0.8em;
	font-weight:bold;
}
#partenaires img {
	width:100px;
	margin:5px;
	border:none;
}
#partenaires td {
	border:none;
	text-align:justify;
}
#partenaires .title {
	border-bottom: solid 1px silver;
	text-align:center;
}
#partenaires .title img{
	width:20px;
	float:left;
}
#partenaires .title a {
	font-size:1.2em;
	text-decoration:none;
}
#forum table {
	border-collapse:collapse;
	width:100%;
	background-color: #F8FAFD;
}
#forum td {
	border:solid 1px #E2E2E2;
	padding-left:5px;
	vertical-align:middle;
}
#forum td  a{
	text-decoration:none;
}
#forum .first {
	width:35%;
}
#forum .top {
	padding:2px;
	color:#1877D5;
	font-size:0.95em;
	text-align:left;
	background:#aad4fc;
}
#forum .description {
	font-size:0.7em;
}
#forum h2 {
	text-align:center;
	color:gray;
}
#forum .moderation{
	margin-right:10px;
}
#forum .moderation img{
	border:none;
	width:15px;
}
#new_topic {
	margin-top:10px;
	padding:10px;
}
#new_topic input[type="text"]{
	width:99%;
	background:white;
}
#new_topic textarea {
	width:99%;
	background-color:white;
	border:1px solid gray;
}
#new_topic legend {
	font-size:1.2em;
	font-weight:bold;
	color:gray;
}
#new_topic label {
	font-size:0.9em;
	font-weight:bold;
}
#forum .top_message {
	border-bottom:solid 1px silver;
	margin-bottom:10px;	
}
#forum #editor fieldset{
	width:95%;
}
#inscription input[type='text']  {
	width:100%;
}
#inscription input[type='password']  {
	width:100%;
}
#inscription label {
	margin-top:5px;
	font-size:0.9em;
	font-weight:bold;
}
#inscription .oblig {
	font-size:0.7em;
	color:red;
	font-weight:bold;
}
.error_field {
	background-color:#fee2dd;
}
.correct_field {
	background-color:white;
}
.titre_gadget {
	width:555px;
	height:25px;
	padding-left:5px;
	padding-top:5px;
	font-size:1.2em;
	color:white;
	background:url(../images/back_top_gadget.png);
}
.titre_gadget a {
	color:white;
	text-decoration:none;
}
.foot_gadget {
	width:560px;
	height:10px;
	background:url(../images/back_bottom_gadget.png) no-repeat;
}
.corps_gadget {
	padding-left:5px;
	width:553px;
	border-left:solid 1px black;
	border-right:solid 1px black;
}
.waiting {
	font-weight:bold;
	font-size:1.2em;
	color:#5d93e9;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#corps_gadget_news p {
	margin:0px;
}
#last_project {
	margin-top:20px;
}
#logo_actu {
	float:left;
	margin-top:10px;
	margin-right:10px;
}
#titre_actu {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#5f94e9;
	text-decoration:underline;
}
#texte_actu {
	padding:10px;
	min-height:50px;
	margin-top:5px;
	text-align:justify;	
}
#logo_proj {
	float:left;
	margin-top:10px;
	margin-right:10px;
}
#titre_proj {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#5f94e9;
	text-decoration:underline;
}
#texte_proj {
	padding:10px;
	min-height:50px;
	margin-top:5px;
	text-align:justify;	
}
#calendar {
	margin-top:20px;
}
#corps_gadget_calendar {
	padding-top:5px;
}
#show_cal {
	padding:2px;
	text-align:center;
	margin-right:10px;
}
#show_cal table {
	margin-top:5px;
	border-collapse:collapse;
	width:100%;
}
#show_cal a {
	text-decoration:none;
}
#show_cal .itemCurrentItem {
	background:#5d92e9;
	color:white;
}
#show_cal .itemExistingDate {
	background:#BFCFE9;
	color:white;
}
#show_cal .itemExistingSel {
	background:#709EE9;
}
#show_cal .itemExistingSel a {
	color:white;
}
#show_cal td:hover {
	background:#91b5f0;
	color:white;
}
#show_cal a:hover {
	color:white;
}
#next_events {
	padding:10px;
}
#next_events h4 {
	margin:5px;
}
#head_cal {
	width:100%;
	color:gray;
}
#head_cal td:hover {
	color:gray;
}
#head_cal td {
	border:none;
}
#OthDay {
	margin-top:5px;
	width:100%;
}
#SelDay {
	margin-top:5px;
	width:100%;
}
#SelDay p {
	margin:0;
	padding:10px;
}
#SelDay h4 {
	margin:0;
	text-align:center;
	border-bottom:solid 1px silver;
}
#OthDay h4 {
	text-align:center;
	border-bottom:solid 1px silver;
}
.calTitle {
	font-size:1.2em;
	font-weight:bold;
}
#newMsg {
	margin-top:4px;
	width:24px;
	height:24px;
	display:block;
	font-size:10px;
	color:black;
}
#paginator .paginator {
	padding:2px 8px;
	background:#F8FAFD;
	text-decoration:none;
	color:#1877D5;
	border:solid 1px #1877D5;
}
#paginator .paginator:hover {
	background:#AAD4FC;
}
#paginator .current {
	background:#AAD4FC;
}

