/* Start of CMSMS style sheet 'Sogeprom : Left sidebar + 1 column' */
* {
margin: 0;
padding: 0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75%;
   line-height: 1em;
   background-repeat: repeat-x;
   background-image: url(uploads/images/fondBandeau.png);
   margin-top: 0;
}

div {
   font-size: 1em;
}

img {border: 0;}

/* default link styles */

a,
a:link 
 a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #18507C; 
}
a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;
}
a:hover {
   text-decoration: underline;
   color: #385C72;
}

/** basic layout **/
/* Couleur de base : Bleu #091A5D Orange #F66013 */


/* center wrapper, min max width */
div#pagewrapper {
   margin: 2px auto;       /* this centers wrapper */
   max-width: 950px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 760px;
   background-color:#FFF;
   color: black;
   background: url(images/cms/sogeprom-barre.jpg) repeat-y;   
}
div#liensdirect {
   float: right;
   width: 35em;
   font-size: 75%;  
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em;
   font-size: 75%;        
   border-bottom: 1px dotted #000;
   color:#091A5D;
}

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

div#search{
  text-align: right;
  border : 1px solid #c0c0c0;
  color:#000;
  background-color:#F66013;
}

/*** header ***/

div#header {
   height: 220px;
   background: #B3BDD5 url(images/cms/sogeprom-architecture.jpg) no-repeat 0 12px;         
}

div#header h1 a {
   background: url(images/cms/logo.gif) no-repeat 10px 20px; 
   display: block;
   height: 90px;             /* 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#content {
   margin: 1.5em auto 2em 0;
}

div#projet {
   padding-right: 1em;
   text-align: justify;
}
div#projet a{
   padding-right: 1em;
   background-image: url(uploads/images/3-points.gif);
   background-repeat: no-repeat;
   display: block;
   background-position: center;
}
div#projet a:hover{
   padding-right: 1em;
   background-image: url(uploads/images/3-points.gif);
   background-repeat: no-repeat;
   display: block;
   background-color: #FFFFFF;

}
div#main {
   margin-left: 23%; /* pousse le contenu de la navigation */
   margin-right: 2px; 
}

div#sidebar {
   float: left;      
   width: 22%;     /* largeur de la navigation */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 3px;
   background-color:#CCC;
   border-top : 2px solid #626E8E;

}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #626E8E;
   background-color: #B5B5B5;
   border : 2px solid #626E8E;

}

div#footer p {
   font-size: 0.8em;
   padding: 0.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   
}
div#footer p a {
   color: #626E8E;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

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

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  padding-right:5px;
}


/********************
CONTENT STYLING
*********************/
/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
  font-family: Geneva, sans-serif; 
  color: #33535b;
  font-size: 1.7em;
  text-align: left;
  font-weight: normal;
  padding-left: 30px;
  line-height: 1.1em;
  margin-bottom:10px;
 
}
div#content h3 {
   font-size: 1.2em;
   line-height: 1.5em;
   margin-bottom: 10px;
   font-weight: normal;
   color: #33535b;
 
}
div#content h4 {
   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: #33535b; 
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 0 2em 0;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

/* 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#main ul,
div#main ol,
div#main dl {
   font-size: 1em;
   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 dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* LES STYLES */
.sogeprom {
   font-weight: bold;
   text-transform: uppercase;
   color: #FF6600;
}
.retrait {
   margin: 3em 0 0 30px;
}
.photogauchepublication{
   float:right;
   margin: 0 10px 10px 0;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top: 1px solid #FF6600;
	border-right: 5px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
.right {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	border-top: 1px solid #FF6600;
	border-left: 5px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}
.titreprojet {
	background-image:url(images/cms/bg-titre-projet.gif);
        text-indent: 5px;
	padding-bottom: 23px;
	padding-left: 5px;
	padding-top: 20px; 
	font-size: 15px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	background-repeat: repeat-y;
	background-position: right 8px;	
}
.titretable {
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FA8A1E;
}

/* LES BLOCS */

div#bloc1 {
  margin: 1em;
  border : 1px solid #c0c0c0;
  color:#000;
  background-color:#F66013;
}
div#bloc2 {
  margin: 1em;
  border : 1px solid #FF0000;
  color:#000;
  background-color:#F66013;
}
.blocnav {
  margin:2em 0 1em 0;
  border : 1px solid #c0c0c0;
  color:#000;
  background-color:#CCC;
}
.blocnav h4 {
  color: #FFF;
  font-weight: normal;
  border-bottom : 1px solid #FFF;
  background-color:#666;
  padding:0.5em 0 0.5em 0.5em;
  margin-bottom:0;
}
.blocnav p {
  padding:0.5em 0 0.5em 0.5em;
  margin:0;
}

div#contenuG{
  width:530px;
  float:left;
  border : 1px solid #c0c0c0;
  margin-bottom:1em;
  padding:1em 0 1em 1em;
  background-image: url(uploads/images/symbole-h2-orange.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;

}
div#contenuD{
  float:right;
  width:170px;
  color:#000;
  background-color:#CCC;
  margin-bottom:1em;
}

div#contenuD h4{
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
  border-bottom : 1px solid #F66013;
  background-color:#666;
  padding:0.5em 0 0.5em 0.5em;
}

div#contenuD ul li{
  font-size: 0.8em;
  list-style-type: none;
  margin:0;
  padding-left: 0.8em;
 }

div#contenuD p{
  margin:0;
  text-align: center;
 }

div#recherche{
  float:right;
  width:170px;
  background-color:#CCC;
}

div#recherche h4{
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
  border-bottom : 1px solid #F66013;
  background-color:#666;
  padding:0.5em 0 0.5em 0.5em;
}
div#champ{
  float:right;
  width:150px;
  background-color:#CCC;
  padding: 10px;
text-indent: 10px;
}

/* Le tableau*/
table {
	text-align: left;
}
td {
	font-size: 0.8em;
	padding-left:1em;
}
th {
	width: 200px;
	font-size: 0.8em;
	background-color: #CCC;
	font-weight: normal;
	padding-left: 20px;
        vertical-align: top;
}
tr {
	line-height: 1.5em;
}

.edition em{ 

	display: none;
}


/* End of 'Sogeprom : Left sidebar + 1 column' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU - Sogeprom
*********************/
#menu_vert {
   font-family : geneva, sans-serif;
   font-size: 1.1em;
   padding-left: 0;
   margin-left: 0;
}

div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px dotted #FFF;
   display: block;
   background-color: #666;
}

#menu_vert ul ul li {
   border: none;
}

/** Correct. un stupide bug de IE avec display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** fin correct. **/

/* PREMIER level */
div#menu_vert a {
   text-decoration:none;
   display: block;
   padding: 0.8em 0.5em 0.8em 1.5em;
   color: #FFF;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug trop lol*/
}

/*  SECOND Level */
div#menu_vert ul ul a {
   font-size: 95%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
   background-color: #CCC;
   color:#666;
}


/* TROISIEM level*/
div#menu_vert ul ul ul a {
   padding: 0.5em 0.5em 0.5em 3em;
   background: url(images/cms/dash.gif) no-repeat 3em center;
   background-color: #FFF;
   color:#666;
}

/* hover state for all links */
div#menu_vert a:hover {
    color:#FF8839;
    font-weight: bold;
}
div#menu_vert a.activeparent:hover {
      color: #FF8839;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
    color: #666;
    font-weight: bold;
    background-color: #CCC;
 }

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: #FFF;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   color: #FFF;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;
   font-size: 1em;                          
   margin: 0; 
   background-color: #FF9D5C;                              
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.4em center;
   border-bottom: none;
     color:#666;
   font-weight: bold;    
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.5em 0.5em 0.5em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 3em center;
   background-color: #FF9D5C;
   color:#FFF; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #FFF;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

