/* Start of CMSMS style sheet 'stylesupercorps' */
* {
	margin: 0;
	padding: 0;
}
/*Style initial*/
body {
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*defini la taille de la police pour toutes les div*/
div {
	font-size: 1em;
}
/*supprime la bordure des images liens*/
img {
	border: 0;
}
/*style des liens*/
/* met tous les liens en souligne et couleur bleu */
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
body {
	margin: 0;
        padding: 0;
        background-position:center top;
        background-attachment: fixed;
        background-repeat:repeat-y;
        background-image:url(../images/fondbenin.jpg);
        background-color:#fff;
        font-family: Arial,Helvetica,sans-serif;
        color: #000;
        font-size: 100%;
}

div#pagewrapper {
 left: 50%;
margin-left: -450px;
width: 900px;
position: absolute;
background-color: #FFF;
}

div#header {
	height: 180px;
	margin: 0;
	padding: 0;
	background: #FFF; url(../uploads/images/bandosuper.jpg) no-repeat center top;
}
div#header h1 a {
	background: url(../uploads/images/bandosuper.jpg) no-repeat center top;
	display: block;
	height: 180px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
div#header h2 {
        text-indent: -999em;
	line-height: 0;
	font-size: 1.5em;
	margin: 0;
	color: #f4f4f4;
}

span.date {
font-weight: bold;
color : red;
}

div.crbk {
/* sets all to 0 */
/*	margin: 0;*/
/*	padding: 0;*/
/* you can set your own image here */
/*	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;*/
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0;
/* you can set your own image here */
/*	background: url(uploads/ngrey/mainleftup.gif) no-repeat left bottom;*/
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
	margin: 0 ;
	padding: 0;
}



div#main {
background-color: #FFF; 
margin-left: 150px;

font-family: Arial,Helvetica,sans-serif;
font-size: 100%;
color: #000;
	padding: 10px 10px;
}
div#sidebar {
left :0;
margin : 0;
width: 150px;
height:900px;
position: absolute;
background-color: #FFF;
font-family: Arial,Helvetica,sans-serif;
font-size: 90%;
background-image:url(../uploads/images/petitarbre.jpg) ;
}
div#sidebarb {
	padding: 10px 15px 10px 20px;
/* this one is for sidebar with content and no menu */
	background: url(uploads/ngrey/mainrtup.gif) no-repeat left top;
}
div#sidebarb div#news {
/* less margin surrounding the news, sidebarb has enough */
	margin: 2em 0 1em 0em;
}
div#sidebara {
	padding: 10px 15px 15px 0px;
/* this one is for sidebar with menu and no content */
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}
div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 0;
}
div#footer {
height: 110px;
font-family: Arial,Helvetica,sans-serif;
color: #000;
background-color: rgb(255, 255, 255);
	padding: 0;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
	font-size: 0.8em;
	padding: 0.5em;
	text-align: center;
	margin: 0;
}
div#footer p a {
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 49%;
}
div.right49 {
	float: right;
	width: 49%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
text-indent: -999em;
	font-size: 0;
	text-align: left;

}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}


/* END LISTS */
/* End of 'stylesupercorps' */

