/* Start of CMSMS style sheet 'Kade_Ateliers : cursus_submenu' */
* {
  margin:0;
  padding:0;
}

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(uploads/images/bg.jpg);
}

div {
	font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #09F;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #09F;
}

a:hover {
   text-decoration: none;
   color: #09F;
}

#subnavigation a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #000000;
}

#subnavigation a:hover {
   text-decoration: none;
   color: #09F; 
}

#subnavigation li {
   list-style: none;
}

body {
   background-color: #fff;
   color: #666666;
}

/* center wrapper, min max width */
div#pagewrapper {
	margin: 0 auto;
	max-width: 1026px;
	min-width: 1026px;
}

div#header {
	/* border-bottom: 4px solid #948979; */
	font-size: 24px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left: 239px;
	background-image: url(uploads/images/logo_web.png);
	background-repeat: no-repeat;
}

div#header h1 {
   font-size: 32px;
   color: #ff6600;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#slogan {
	font-size: 11px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 6px;
	width: 608px;
	height: 109px;
	padding-right: 175px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2a2a2a;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2a2a2a;
	padding-top: 45px;
	background-image: url(uploads/images/top_header.jpg);
	background-repeat: no-repeat;
}

div#search {
	width: 20px;
	padding: 0.6em 0 0.2em 0;
	margin: 0 1em 1.5em 1em;
	color: #3C3C3C;
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#contentcontainer {
	color: #666666;
	width: 608px; /* minus 6px due to ie6 */
	background-color: #FFF;
}

div#leftsidebar {
	float: left;
	width: 166px;
	display: inline;  /* FIX IE double margin bug */
	margin-left: 12px;
	padding: 12px;
	background-color: #333333;
	border: 1px solid #FFF;   /* margin-left: 0; */
}
#main_menu {
	background-color: #2a2a2a;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(uploads/images/bullets.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#logos {
   margin-top: 40px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: center;
}

div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}


div#rightsidebar {
   float: right;
   width: 175px;
}

div#footer {
	clear: both;
	height: 30px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #89817f;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

h1 {
   color: #666666; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #666666; 
   font-size: 14px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
color: #ffffff;
	display: block;
	padding: 10px 0.5em 0px 5px;
        font-weight: normal;
	font-size: 11px;
	background: #333333 url(uploads/Clean_Orange/menu_arrows2.gif) no-repeat 96% 51%;
	height: 23px;
	margin-bottom: 1px;
}

h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h7 {
   color: #09F; 
   display: block;
   padding: 0.5em 0px 0.5em 0px;
   min-height:1em;
text-transform: uppercase;
}

/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   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 {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
div#subnavigation {
	width: 160px;
	float: left;
	padding-left: 15px;
	padding-top: 30px;
	font-size: 13px; 
	font-weight: bold;
}
#content {
	float: right;
	width: 370px;
	margin-top: 30px;
	margin-right: 30px;
	background-color: #FFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 10px;
}
#maincontainer {
	color: #666666;
	margin-left: 239px;
	width: 608px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2a2a2a;
	background-color: #FFF;
	background-image: url(uploads/images/bg_main.jpg);
}
#contentbottom {
	margin-top: 10px;
	background-color: #FFF;
}
#footer_main {
	width: 608px;
	margin-left: 239px;
	clear: both;
	padding-top: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2a2a2a;
}
.footer_bottom {
	background-color: #09F;
	margin-top: 8px;
	height: 20px;
}
#spacer {
margin-left: 239px;
	width: 608px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2a2a2a;
	height: 20px;
	}

/* End of 'Kade_Ateliers : cursus_submenu' */

