/* Start of CMSMS style sheet 'TORTUE_Layout: Top menu + 2 columns' */
/* General
*******************************************************************************/
* {
margin:0;
padding:0;
}
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}
div {
   font-size: 1em;
}
img {
   border: 0;
}
a,
a:link 
a:active {
	text-decoration : none;
	border-bottom: 0px #000 dashed;
   background-color: inherit; 
   color: #920B0B; 
}
a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #920B0B;
}
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #CF0C0C;
	border-bottom: 0px #000 dashed;
}


/* Basic layout
*******************************************************************************/
body {
   background: #F0B500 url(images/interface/bkg_page.jpg) repeat; 
   color: #333;
   margin: 0 0 1em 0; /* gives some air for the pagewrapper */
}
div#fond_pagewrapper {
   border: 0px solid red;
   margin: 0 auto;
   width: 820px;
   background: transparent url(images/interface/bg_ombre.jpg) repeat-y;
}
div#pagewrapper {
   border: 0px solid black;
   margin: 0 0 0 10px;
width: 800px !important;
   background: transparent url(images/interface/bkg.jpg) repeat-y; 
   color: black;
overflow: hidden;
}

/* Header
*******************************************************************************/
div#fond_header {
   background: transparent url(images/interface/header_v3.jpg) no-repeat; 
   height: 355px;
   width: 800px;
   margin-bottom: -355px;
}

div#header {
margin: 0 0 -26px 50px;
width: 275px;
   height: 250px; /* adjust according your image size */ 
}

div#header h1 a {
/* you can set your own image here */
border: black solid 0px;
   background-color: transparent;
   display: block; 
   height: 212px;             /* 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#contact {
border: 0px solid green;
margin: -220px 125px 0 0;
width: 130px;
   height: 70px;
   float: right;
display: inline;
}
div#contact h2 a {
border: black solid 0px;
   background-color: transparent;
   display: block; 
   height: 70px;
   text-indent: -999em;
   text-decoration:none;
}


div#archives {
border: 0px solid red;
margin: -107px 0px 77px 525px !important;
margin: -107px 0px 75px 525px;
width: 90px;
}

div#archives h2 a {
color: black;
font-size: 11px;
font-style: normal;
font-weight: bold;
line-height: 1.3em;
border: black solid 0px;
   background-color: transparent;
   display: block; 
   height: 30px;
   text-decoration:none;
}
div#archives h2 a:hover {
   color: #920B0B;
}


/* utilitaires
*******************************************************************************/
div#search {
   float: right;
   width: 200px;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 2.3em;
   font-size: 1em;
}
#cntnt01moduleform_1 input{
   color: grey;
   font-size: 0.9em;
background-color: #CFC9A8;
border: 0px solid #EBE5C5;
padding: 3px;
margin-right:5px;
}
input#cntnt01searchinput {
   color: grey;
   font-size: 0.9em;
background-color: #EBE5C5;
border: 1px solid #EBE5C5;
padding: 3px;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 0px dotted #000;
   color: #aaa;
   width: 250px;
}
div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
.noprint img { 
   margin-top: 30px; 
 }
a.noprint { 
   border: 0;
 } 
form {font-size: 0.9em; padding: 0 0 0 2em;}
fieldset {border: 0;}
legend {visibility: hidden;}
label {margin: 1em 0 .1em 0; display:block; color: #666;}
input#envoyer, input#name, input#email, input#subject {border: dashed 1px #FEBD03; background-color: #f5f5f1; display:block; padding: .1em .5em; margin: 0 0 .5em .5em;}
textarea {border: dashed 1px #FEBD03; background-color: #f5f5f1; margin: 0 .5em .5em .5em; padding: .5em; width:400px;}
small {float: right; margin: -6em 120px 0 0; color: #666;}
#name, #email, #subject {width: 400px;}
#effacer {visibility: hidden;}
#main form input {width:150px;}

/* Calques contenu
*******************************************************************************/
div#content {
   margin: 40px auto 2em 0; /* some air above and under menu and content */
}

div#main {
overflow: hidden; 
width: 560px;
   margin-left: 220px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}

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;
}
div#subSidebar {
padding: 2em 0 0 0;
}
/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}


/* Footer
*******************************************************************************/
div#footer {
   clear:both;       /* keep footer below content and menu */
   background: transparent url(images/interface/bg_footer2.jpg) no-repeat; 
height: 100px;
width: 820px;
margin: 0 auto;

}

div#footer p {
   color: #777777;
   font-size: 0.8em;
line-height: 1.4em;
   padding: 4.5em 0 0 260px;      /* some air for footer */
   text-align: left; /* centered text */
   margin:0;
}

div#footer p a {
	border-bottom: 0px #000 dashed;
font-weight: bold;
   color: #777777; /* needed becouse footer link would be same color as background otherwise */
}
div#footer p a:hover {
	border-bottom: 0px #000 dashed;
font-weight: bold;
   color: #BF7500; /* needed becouse footer link would be same color as background otherwise */
}


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

/* relational links under content */
div.left49 {
margin:-30px 0 -10px 0;
  width: 400px;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
margin: 0 0 0 265px;
  width: 49%;
  text-align: right;
}



/* Le contenu
*******************************************************************************/
div#content {

}


/* Les Titres
*******************************************************************************/
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
/*
div#content h2 {
background: url(images/interface/scotch.gif) no-repeat;
font-family: georgia, Arial;
   color: #920b0b; 
   font-size: 2em;
   font-weight: normal;
   letter-spacing: -1px; 
   text-align: left; 
   padding: 18px 0 15px 15px;
   border-bottom: 1px solid #FCBF02 ; 
   border-left: 0em solid #FCBF02 ; 
   line-height: 1.5em;
   margin: 0 0 0.3em 0;
	border-bottom: 0px #ddd dashed;
}
*/
div#content h2 {
font-family: georgia, Arial;
background: url(images/interface/trait.jp) no-repeat left bottom;
   color: #920b0b; 
   font-size: 2em;
   font-weight: normal;
   letter-spacing: -1px; 
   text-align: left; 
/* some air around the text */
   padding: 0;
/* set borders around header */
   border-bottom: 1px solid #FCBF02 ; 
   border-left: 0em solid #FCBF02 ; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.3em 1em;
	border-bottom: 0px #aaa dashed;
}
div#content h3 {
font-family: Verdana, Arial;
/*   color: #d67e1e; */
   color: #ff6600; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 1.5em 0 0.5em 2em;
padding: 0 0 0.5em 0;
background: url(images/interface/trait.gif) no-repeat left bottom;
}
div#content h4 {
   color: #ff6600; 
   font-size: 1em;
   line-height: 1.5em;
   margin: 0 0 0.25em 2.7em;
font-weight: normal;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}


/* Texte
*******************************************************************************/
p {
   font-size: 0.9em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.6em;
   padding: 0 0 0 3em;
}
#subSidebar p {
   font-size: 0.9em;
   margin: 0;
   line-height:2em;
   padding: 0em 0 0 2em;
}
div#subSidebar img {
margin: 0 0 1em -2em;
padding: 0 3em 2em 2em;
   background: transparent url(images/interface/scotch_photo.gif) no-repeat bottom center; 
}
blockquote {
   border-left: 10px solid #ddd;
   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 */
}


/* Les Listes
*******************************************************************************/
div#main ul,
div#main ol,
div#main dl {
  font-size: 0.9em;
   line-height:1.5em;
   margin: 0 3em 1.5em 3em;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
list-style-type: disk;
}

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


/* images
*******************************************************************************/
.image {margin: 0; border: 0px solid #000;}
.image_gauche {margin: 0 10px 0 0; float: left; border: 0px solid #000;}
.image_droite {margin: 0 0px 0 10px; float: right; border: 0px solid #000;}


/* End of 'TORTUE_Layout: Top menu + 2 columns' */

