/*

	Contenu Libre Cascading Style Sheet
	created:			Aug 01, 2005
	last modified:	 Aug 01, 2005
	
	Copyright 2005

*/


/*				Main styles and top navigation			*/

#Main {
	/*border: 1px solid red;*/
}

#TopNav {
	/*position: relative;*/
}

#searchBox {

	
	left: 1px;
	top: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

.topNavCell {
	border-bottom: 1px solid black;
}

/*				Left Naviation styles				*/

#LeftNav {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	
}


#LeftNav a{
	text-decoration: none;
	color: slategray;
       }
#LeftNav a:visited {
	text-decoration: none;
	color: slategray;
       }
#LeftNav a:hover {
	color: white;
	text-decoration: none;
	background-color:slategray;
       }
#LeftNav a:active {
	text-decoration: non;
	color: white;
	background-color:slategray;
       }

#LeftNav A .logout {
	padding-left: -10px;
}



.leftNavCell {
	padding-top:5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height:130%;
}

ul.navleft {
	font-family: Verdana, arial;
	font-size: 14px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom: 20px;
	line-height:20px;
}


a.navleft {
	text-decoration: none;
	color: slategray;
       }
a.navleft:visited {
	text-decoration: none;
	color: slategray;
       }
a.navleft:hover {
	color: white;
	text-decoration: none;
	background-color:slategray;
       }
a.navleft:active {
	text-decoration: non;
	color: white;
	background-color:slategray;
       }





/*				Breadcrumb navigation 				*/

#ContextNav {
	padding: 5 5 5 5;
	font-family: verdana;
	font-size: 12pt;
	/*border: 1px solid grey;*/
}


/*				Content cell styles				*/


p {
	font-family: Arial, Helvetica, Sans-Serif;

}


#Content {
	/*border: 1px solid black;*/
	padding: 5 5 5 5;
	padding-left: 30px;
	padding-right: 30px;
	padding-top:25px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	line-height: 120%;
}

#Content H1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: x-large;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weigh: bold;
	font-style: none;
	color: #930;
	line-height: 120%;
}

#Content H2 {
	font-size: large;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weigh: bold;
	font-style: none;
	color: #000;
	line-height: 120%;
}

#mainHeadline {
	/*border: 1px solid black;*/
	padding: 5 5 5 15;
	padding-left: 25px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	line-height: 130%;
}

#mainHeadline H1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: x-large;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weigh: bold;
	font-style: none;
	color: #930;
	line-height: 120%;
}

#mainHeadline H2 {
	font-size: large;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weigh: bold;
	font-style: none;
	color: #000;
	line-height: 120%;
}

#Content LI {
	line-height: 150%;
	font-weight: bold;
}

.stLnk {
	color: #00f;
}

.stLnk:hover {
	background-color: #fff;
}

.contentCell {
	border-left: 1px solid black;
	background-color: #fff;
}


/*				Bottom navigation and copyright				*/

#BottomNav {
	padding: 5 5 5 5;
}

.bottomNavCell {
	border-top: 1px solid black;
	background-color: #406AB0;
	color: #C6CFA8;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	font-weight: bold;
}


/*				Forms styles				*/

#form {
	font-size: 10pt;
}

.loginForm {
	background-color: #cecece;
	color: black;
	border: 2px solid #3e3e3e;
	width: 275px;
	padding-left: 25px;
}

.missingField {
	background-color: #ffa8a8;
}


/*							Colors							*/
.red { color: #cc0000; }
.blue {	 color: #336699; }
.white { color: white; }
.black { color: black; }
.orange { color: #cc6600 }
.grey { color: grey; }

/*							Misc.							*/
.small { font-size: 0.8em; }
.alignRight { float: right; }
.logout { padding-left: 0px; font-weight: bold;}
.aLeft { text-align: left; }

#statsTable {
	border: 1px solid #747474;
	text-align: center;
}

#statsHeaderRow TD {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #006600;
	color: white;
}

.mainCat {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: dimgray;
	text-decoration: none;
	background-color:yellow;
	text-transform:uppercase;
}

A:link {
	color: #0066CC;
	font-weight: bold;
}

A:visited {
	color: #0066CC;
	font-weight: bold;
}

A:hover {
	color: #999999
	font-weight: bold;
}

.subCat {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #996600;
}

#dirEd LI {
	padding-bottom: 15px;
}

#addArticleError {
	border: 1px dashed grey;
	background-color: #ffffc6;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}


#problemDescBox {
	width: 90%;
	border: 1px solid grey;
	background-color: #ffffc4;
	padding: 5px;
}

.statsHdr{
	color: #006600;
	font-size: medium;
	font-weight: bold;
}

#breadcrumbNav {
}

#articlesList {
	margin-left: 15px;
}

#subCatList TD {
	font-size: 12px;
	line-height: 140%;
	background-color:beige;
}

#articleBody {
	padding: 5px;
	border: 1px dotted #cecece;
}

.artCnt {
	font-size: 12px;
}

#articleDetails H2 {
	font-size: x-large;
	margin-top: 0px;
	margin-bottom: 0px;
}

#adcode {
	padding: 5px;
	margin-top: 5px;
}



.ressource_box {
border-top:1px solid lightgrey;
padding : 15px;
}

p.ressource {text-align:left; font-size:75%;}
