/*
	css file of the external website
*/

body {
	background:#e5e5e5;
	color:#697C83;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size: 80%;
	line-height:1.6em;
}

p {
	color:#555;
	margin:0 0 0 0;
}

div#splitpane-content p {  /* paragraphe dans la partie principale (du milieu) */
	color:#555;
	text-align:justify;
	margin:0 10px 0 0;
}

div#splitpane-content h2 { /* sous-titre, idem */
	font-size: 100%;
}

a {
	text-decoration:none;
	color:#336699;
}

div#splitpane-content ul li {  /* paragraphe dans la partie principale (du milieu) */
	color:#697C83;
	text-align:justify;
	margin:0 50px 0 0px;
}

ol, ul {
	color:#697C83;
}

h1 {
	font-size:130%;
	margin:5px 0 5px 0;
}

h2, h3, h4, h5 {
	font-size:100%;
}


/*
	TABLES IN ELGG
*/

td {
	border:1px solid #eee;
	padding:0;
	margin:0;
}

td h4, h3, h5 {
	padding:0;
	margin:0;
}

/*
	CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
	width:990px;
	margin:0 auto;
	padding:0;
	border-top:1px solid #fff;
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
	margin:0;
	padding:0;
	text-align:left;
	background:url(http://ns23331.ovh.net/trunk/mod/template/templates/Default_Template/images/logo-bg.png) repeat-x;
	position:relative;
	width:100%;
	height:56px;
}

/*
	LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#header #logo a {
	margin: 0px;
	padding: 0px;
}

div#header #logo a img{
	border:0px;
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 990px;
}

/*
	CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
	THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
	padding:0px;
	margin:0px;
	width:100%;
	min-height:500px;
	overflow:hidden;
	position:relative;
	background:url(../images/content_holder_bg.png) repeat-y;
}

div#content-holder a:hover {
	text-decoration:underline;
}

div#content-holder p {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:30px;
/*	padding: 0px 30px 0px 30px;*/
	line-height:1.3em;
	font-size:120%;
}

div#content-holder h1 {
	font-size:150%;
}

div#content-holder h2 {
	font-size:120%;
	border:0;
/*	border-bottom:1px solid #eee;*/
	padding:0;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:0px;
	color:#666;
/*	font-size:1.1em;*/
}

div#content-holder ul {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:50px;
	margin-right:10px;
/*	padding: 0px 0px 30px 0px;*/
	line-height:1.3em;
	font-size:120%;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
	margin: 0;
	padding: 0 0 0 10px;
	width:695px;
	text-align: left;
	color:#000;
	overflow:hidden;
	min-height:500px;
}

/*
	SUBMENU : THIS IS ONLY PRESENT WHEN SPLITPANE-SUBMENU IS IN USE
*/

div#splitpane-submenu {
	width: 130px;
	margin:0;
	padding : 0;
	padding-top : 20px;
	padding-bottom : 20px;
	float: left;
}

.current-submenu-item{
	font-weight : bold;
}


/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
	width: 134px;
	margin:0 3px 0 3px;
	padding:0;
	float: right;
	font-size: 10px;
}

/*
	THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
	font-size:1.1em;
	margin:0 0 0 0px;
}

div#splitpane-sidebar ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

div#splitpane-sidebar ul li {
	margin:0px 0;
	border-bottom:1px dashed #eee;
}

div#splitpane-sidebar h2 {
	text-align:left;
	color:#777;
	font-size:1.1em;
	width:130px;
}

/*
	FOOTER
*/

div#footer {
	clear: both;
	position: relative;
	text-align: center;
	padding:10px 0 0 0;
	font-size:1em;
	height:40px;
	margin:0;
	background:url(../images/footer-bg.png) repeat-x;
	color:#fff;
	width:100%;
}

div#footer a {
	color:#fff;
}
div#footer img {
	margin:20px 0 0 0;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer a:link, div#footer a:visited {
	text-align:right;
}


/*
	CLEAR BOTH
*/

.clearing {
	clear:both;
}


/*
	SUB MENU OPTIONS
*/

a.lien_actif {
        font-weight: bold;
}

div#sub-menu {
	padding : 0;
	margin : 0;
}

div#sub-menu a {
	border-top: solid 2px #dceeee;
	padding-left : 15px;
	display: block;
}

a#submenu-item-double{
 	border-top: solid 2px #dceeee;
 	border-bottom: solid 2px #dceeee;
	padding-left : 15px;
	display: block;       
}

div#sub-menu a:hover {
	text-decoration: none;
	background-color: #dceeee;
}

div.subsub-menu {
        /* evite la double-bordure avec le menu parent: maintenant les bordures se superposent */
        position: relative;
        top: -2px;
        
	padding : 0;
	margin : 0;
	margin-left : 15px;
}

div.subsub-menu a {
	border-top: solid 2px #dceeee;
	display: block;
}

div.subsub-menu a:hover {
	text-decoration: none;
	background-color: #dceeee;
}

/*
 	FLAGS
*/

div#flag {
	color:#336699;
	border-top: solid 2px #dceeee;
	text-align:center;
	margin:0 0 0 0;
}

div#flag a {
	display:inline;
	text-align:center;
	margin:0 0 0 0;
	border : none;
}


div#flag a:hover {
	background-color:#ffffff;
}

div#flag a img {
	width : 15px;
	height : 15px;
	border : none;
	margin:3px 0 0 0;
}

/* END OF SUB-MENU DIV */



/* FORM SEARCH*/

form#search {
	width : 50%;
}

form#search button{
}

.centrer
{
    text-align:center;
    }
