/* Start of CMSMS style sheet 'Accueil 2' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 13px;
}


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color 
a,
a:link 
a:active {
   text-decoration: underline;
 css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element 
   background-color: inherit; 
   color: #BF0904; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #BF0904;                
}



a:hover {
   text-decoration: none;
   background-color: #7DA5C9;
   color: #FFF;
}*/

/*****************
basic layout 
*****************/
body {
   background-color: #EDEDED;
   color: #000;
   margin: 0; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0;     /* this centers wrapper */
   width: 872px;
   color: black;
    margin: 0 0 0 0; 
   background-image: url(images/cms/fond.jpg);
   background-repeat: repeat-y;
   background-position: top;
   background-y-position: 100%;
   display: block;
   margin-top: 0pt;
   margin-right: auto;
   margin-bottom: 0pt;
   margin-left: auto;
   padding-top: 0pt;
   padding-right: 0pt;
   padding-bottom: 0pt;
   padding-left: 0pt;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 231px; /* adjust according your image size */
   background: transparent; 
   display: block;           
}

div#header h1 a {
/* you can set your own image here */
   background-color: transparent; 
   display: block; 
   height: 231px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#ban
{
   background-color: transparent;
   background-image: url(images/cms/header2.jpg);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-x-position: 0pt;
   background-y-position: 100%;
   display: block;
   margin-top: 0pt;
   margin-right: 0pt;
   margin-bottom: 0pt;
   margin-left: 0pt;
   padding-top: 0pt;
   padding-right: 0pt;
   padding-bottom: 0pt;
   padding-left: 0pt;
   height: 321px;
}

div#bar
{
   background-color: transparent;
   background-image: url(images/cms/bar.jpg);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-x-position: 0pt;
   background-y-position: 100%;
   display: block;
   margin-top: 0pt;
   margin-right: 0pt;
   margin-bottom: 0pt;
   margin-left: 0pt;
   padding-top: 0pt;
   padding-right: 0pt;
   padding-bottom: 0pt;
   padding-left: 0pt;
   height: 28px;
width: 872px;
}

div#search {
   float: right;
   width: 100px;     /* enough width for the search input box */
   text-align: right;
   padding: 0 0 0 0;
   margin: 0 0;
}

div.breadcrumbs {
   padding: 0 0 15px 15px; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 12px;
   color: #fff;         
   margin: 0 10px;        
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#main {
   margin-left: 313px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 122px; /* and some air on the right */
   margin-top: 0;
margin-bottom: 0;
   background-color: #FFF;
}

div#main2 {
   margin-left: 313px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 100px; /* and some air on the right */
   margin-top: 0;
margin-bottom: 0;
   background-color: #FFF;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 220px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 0 0 8px;
   width: 180px;  
}

div#join {
   margin: 0;
   background-color: transparent;
   background-image: url(images/cms/contact.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-x-position: 0pt;
   background-y-position: 0pt;
   width: 183px;
   height: 140px;
   
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
   background-color:none;
background-image: url(images/cms/footer.jpg);
   background-repeat: no-repeat;
   background-position: top;
height: 62px;
}

div#footer p {
   font-size: 12px;
   padding: 43px 0 5px 100px;
   text-align: left; 
   margin:0;
}

div#footer p a {
   color: #0033CC;
}

div#footer p a:hover{
   color: #B62B32;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0px;
   border-bottom: 1px solid #666666;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 200px;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 200px;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/

/* HEADINGS */

div#content {
   margin: 0 0 0 0; 
padding: 40px 0 0 0;
   background-image: url(images/cms/fond.jpg);
   background-repeat: repeat-y;
   background-position: top;
}


div#content h1 {
   font-size: 16px;  /* font size for h1 */
   line-height: 16px;
   margin: 0;
}
div#content h2 {
   color: #000; 
font-family: verdana;
font-weight: bold; 
   font-size: 22px; 
   line-height: 23px;
   text-align: left; 
   padding-left: 0px;
padding: 25px 0 15px 0;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 15px;
   margin-left: 0;
background-image: url(images/cms/header_contenu.jpg);
background-repeat: no-repeat;
	background-position:bottom;
}


div#content h4 {
   color: #000; 
   font-size: 14px;
   line-height: 10px;
   margin: 0 0 20px 8px;
}
div#content h5 {
   font-size: 14px;
   line-height: 20px;
   margin: 0 0 5px 0;
}
h6 {
   font-size: 12px;
   line-height: 15px;
   margin: 0 0 5px 0;
}




div#titre_menu {
   color: #000; 
   font-size: 18px;
font-family: arial;
font-weight: bold; 
   line-height: 15px;
   text-align: left; 
   padding: 0 0 30px 40px;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0;
background-image: url(images/cms/fond_menu_ver.jpg);
background-repeat: no-repeat;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 13px;
   margin: 0 0 12px 0;  /* some air around p elements */
   line-height:16px;
   padding: 0;
}

p.join {
   display: block;
   background-color: transparent;
   background-image: url(images/cms/contact.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-x-position: 0pt;
   background-y-position: 0pt;
   margin: 20px 1.5em 0 25px;
   height: 117px;
   width: 256px;
text-decoration: none;
}


p.join a img {
   display: block;
   background-color: transparent;
   background-image: url(images/cms/contact.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-x-position: 0pt;
   background-y-position: 0pt;
text-decoration: none;
}

p.join a:hover img {
   background-color: transparent;
   background-image: url(images/cms/contact.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-x-position: 0pt;
   background-y-position: 0pt;
text-decoration: none;
}


blockquote {
   border-left: 8px solid #CB1B31;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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 */

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
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;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'Accueil 2' */

