/* CSS Document */
.notes {
	display:none;
}

body {
	background: #FFFFFF;
	font: 85%/130% Arial, Helvetica, sans-serif;
}
html {
	font: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:underline;
	color: #21529B;
}

a:hover {
}

a:visited {
}

img {
	border:none;
}


#conteneur-general {
}


#bandeau {
	display:none;
	}
	 
#conteneur {

     }

/* 
---- Social Network
*/

div.socialtags{
	display:none;

	}

.social_network a {
	display:none;
}


/*----- Bandeau----*/

	
#logo {
	display:none;
	}



#languages {
	display:none;
	}


	
/*----- menu----*/



#menu {
	display:none;
}

#menu li {
display:inline;
}

/*
----- Sous-menu de la rubrique en cours
*/

#sousmenu {
	display:none;
}


/*
----- Frise
*/

#frise {
	display:none;
}

/*Bloc contenu du forum*/

/* ----- Les colonnes */

#contenu {
}

#gauche{
	display:none;
	}
	
#texte {
	line-height: 140%;
	padding: 0px;
}


/* ----- Mise en forme gauche */


/* ----- Mise en forme texte */

#outils{
	display:none;
	}



#texte h1 {
	font-size:150%;
	margin-top: 1em;
	line-height:130%;
	font-weight: normal;
	line-height:130%;
	padding: 0px;
	margin-bottom: 1.5em;
}

#texte h2 {
	font-size:120%;
	color:#666666;
	font-weight: normal;
	line-height:130%;
	padding-left:0px;
	padding-right:0px;
}

#texte h3  {
	font-size:120%;
	color:#666666;
	font-weight: normal;
	line-height:140%;
}

#texte ul {
	list-style:square;
}

#texte li  {
padding-bottom:3px;
}


.credits{
	text-align:right;
	}




#basdepage {
	clear:both;
	line-height: 28px;
	padding-right: 10px;
	padding-left: 10px;
	font-size:95%;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: 1px solid #A4BFDF;
}

#basdepage a {
}

#basdepage a:hover {
	text-decoration:underline;
}



/*FORMS-------------*/



/* fieldset , legend */
#form fieldset
{
	margin-bottom: 10px;
	padding-left:40px;
	border: #CCC 1px solid;
}

fieldset:hover
{
	background-color: #FFF;
}

fieldset legend
{
	padding: 0 10px;
	color: #999;
	font-size: 110%;
	background-color: #FFFFFF;
}

/* Label */
#form label
{
	display: block;
	margin-top: 5px;
	color: #666666;
	cursor:pointer;

}

#form label:hover
{
	color: #000000;
}

#form label.choice{
	display:inline;
	clear:left;
	}



/* Input */
#form input, #form select, #form textarea
{
	width: 70%;
	border: #CCC 1px solid;
	margin-bottom: 7px;
	margin-top:2px;
	padding:2px;
		font: 100%/130% Arial, Helvetica, sans-serif;

}

#form input:hover, #form select:hover, #form input:focus, #form select:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#form input[type="checkbox"], #form input[type="radio"]
{
	width: 20px;
	border:0;
}

/* button submit */
#form input[type="submit"], #form input[type="reset"]
{
	width: 20%;
	color: #296F8A;
	padding-top: 3px;
	padding-bottom: 3px;
	EXfont-size: 100%;
	border:1px solid #29738D;
	background-color: #C0D6E4;
	margin-top:10px;
}

#form input[type="submit"]:hover, #form input[type="reset"]:hover
{
	color: #000000;
	cursor: pointer;
	border:1px solid #25718A;
	background-color: #9FBDE1;
}

#form ul{
list-style:none;
}

.helptext{
font-style:italic;
font-size:85%;
display:block;
}

.formError{
font-style:italic;
font-size:85%;
display:block;
color:red;
}

#map {
		width: 700px; 
		height: 500px;
	}

/*Module Forum*/

#djangoForumBody {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border: solid #777 1px;
    padding: 6px;
}

#djangoForumList .djangoForumListDetails {
    width: 70%;
}

#djangoForumList .djangoForumListDetails strong {
    font-size: 120%;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
    font-size: 80%;
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
    background-color: #ccc;
    border-bottom: solid #777 1px;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    background-color: #3d69a8;
    border: solid #777 1px;
    color: #fff;
    text-align: left;
    padding: 4px;
}

#djangoForumThreadPosts th {
    width: 20%;
}

#djangoForumBreadcrumbs {
    padding: 20px;
}

#djangoForumBody label {
    font-size: 110%;
    font-weight: bold;
    display: block;
    padding: 4px;
}

#djangoForumThreadPostDetail {
    width: 20%;
}
.djangoForumPagination {
    display: inline;
}


/*Bloc info sur la mise en forme du texte d'un article du wiki*/

#blocInfoWiki table{
border:3px solid #ccc;
width:95%;
margin-left:30px;
 border-collapse : collapse ;
}

#blocInfoWiki table td{
margin:0;
padding:2px;
border-bottom:1px solid #ccc;
text-align:left;
font-size:95%;
text-align:center;
}

.hidden{
	display:none;
}



/*Gestion css des messages de confirmation des actions de l'utilisateur*/

.success{
font-style:italic;
font-size:14px;
display:block;
color:green;
}

.error{
font-style:italic;
font-size:14px;
display:block;
color:red;
}


/*Infobulle de la carte googlemaps*/

		div.mapPopup{
			width: 450px; 
			height: auto;
			font-family:'trebuchet ms',arial;
		}
		
		div.mapPopup img{
		width:40px;
		height:30px;
		margin-right:10px;
		}
		
		div.mapPopup hr{
				border:1px solid #CCCCCC;
		}
		
		div.mapPopup p{
				margin:2px;
		}

		div.mapPopup table td{
			font-size:11px;
		}

		.textMapPopup{
			color:#21529B;
		}

		.mapPopupTitle{
					color:#21529B;
					text-align:left;
					margin:0;
					font-weight:bold;
		}
/*Liste des articles*/

#articles h1, #articles h3, #articles h4, #articles h5, #articles h6, #articles p, #articles strong, #articles em, #articles sup {
	padding:0;
	margin:0;
	font-size:100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0px;
	vertical-align: baseline;	
	}
#articles h2{
	border-top: 1px solid #C6C2BE;
	padding-top:0.5em;
}


/*Pagination Module Practical information*/


.pagination {
clear:both;
margin:20px 0;
text-align:center;
}
.pagination span.disabled {
background-color:#FFFFFF;
border:1px solid #DDDDDD;
color:#DDDDDD;
}
.pagination a, div.pagination span {
margin:0.2em;
padding:0.4em 0.6em;
border:1px solid #D1E8EF;
text-decoration:none;
}
.pagination span {
border:1px solid #DDDDDD;
color:#000000;
}
.pagination span.current {
background:none repeat scroll 0 0 #CCCCCC;
color:#000000;
font-weight:bold;
}
#texte.pagination a:hover, #texte div.pagination a:active{
background:none repeat scroll 0 0 #CCCCCC;
color:#000000;
text-decoration:none;
}

