/* Start of CMSMS style sheet 'Module: News - CGL94' */
div#news {
  margin: 0em;  /* margin for the entire div surrounding the news list */
  padding:1em;
  padding-bottom:0.2em;
  background: #70a3ba; 
}
div#news a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
div#news h2,div#news h3,div#news h4 {
	color: #fff;
	font-size: 1.2em;
}

div#news ul li {
	list-style-image: url(images/cgl94_template_v1/arrow-subright-white.gif) !important;
	list-style-position: outside;
}
div#news .NewsSummary {
	color: #fff;
}

div#news .NewsSummarySummary, .NewsSummaryContent {
  color: #fff;
}
div#news .NewsSummaryMorelink {
	color: #70a3ba;
}
div#news .NewsSummaryMorelink a{
	color:#fff;
}
.NewsSummaryPostdate {
  font-size: 110%;
  font-weight: bold;
	padding:0.5em 0 1em 0;
 }
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
	font-size:1.2em;
	padding: 0em 2em 1em 0;
	color: #fff; 
}
.NewsSummaryMorelink a{
	color: #70a3ba; 
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News - CGL94' */

/* 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 is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Navigation: CGL94 - Menu' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 5px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul{
	list-style-type:none;
}

/* menu li block */
#menu_vert li {
   margin: 0;
   border-bottom:2px dotted #999999;
   margin-bottom:0px;
   display: block;
   background: #fff;
   list-style-type:none;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   border-left:4px solid #70a3ba;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.5em 0em 0.5em 1em; /* some air for it */
   color: #666666; /* this will be link color for all levels */
   /* background: url(images/cgl94_template_v1/arrow-right.gif) no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   background: #F4F4F4 url(images/cgl94_template_v1/arrow-right.gif) no-repeat 3em 55%;
   font-weight: bold;
   border-left:none;
   font-size: 90%;
   padding: 0.4em 0.4em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: #F4F4F4 url(images/cgl94_template_v1/arrow-subright.gif) no-repeat 2.7em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #e0e0e0;
}

div#menu_vert a.activeparent:hover {
   background-color: #e0e0e0;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   border-left:4px solid #c60f1d;
   font-weight:bold;
   background-color: #f4f4f4;
}

div#menu_vert ul ul li a.activeparent {
   border-left:none;
   background-color: #f4f4f4;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   border-left:4px solid #c60f1d;
   color: #666666;
   display: block; 
   padding: 0.5em 0em 0.5em 1em; /* some air for it */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   background-color: #f4f4f4;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   background: #F4F4F4 url(images/cgl94_template_v1/arrow-right-active.gif) no-repeat 1.5em 55%;
   border-left:none;
   font-weight:bold;
   color: #666666;
   font-size: 90%;
   padding: 0.4em 0.5em 0.4em 2.8em;
   border-bottom: none;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   color: #666666;
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: #F4F4F4 url(images/cgl94_template_v1/arrow-subright-active.gif) no-repeat 2.7em center; 
}

/* 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: CGL94 - Menu' */

/* Start of CMSMS style sheet 'Layout: CGL94' */
/*****************
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;
}

/*****************
basic layout 
*****************/
body {
text-align:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:0.7em;
line-height:1em;
background-color:#e0e0e0;
color:#000;
margin:1em;
}

/*
set font size for all divs,
this overrides some body rules*/
div {
font-size:1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that*/
img {
border:0;
}

a,a:link a:active,a:visited {
text-decoration:underline;
background-color:inherit;
color:#70a3ba;
}

/* remove underline on hover and change color */
a:hover {
text-decoration:none;
background-color:#C3D4DF;
color:#385C72;
}

/* center wrapper, min max width */
div#pagewrapper {
border:0 solid #000;
max-width:970px;
min-width:970px;
background:#e0e0e0 url(images/cgl94_template_v1/pagewrapper_background.jpg) repeat-y 0 0;
color:#000;
margin:0 auto;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off*/
div#header {
height:122px;
}

div#header h1 a {
background:#385C72 url(images/cgl94_template_v1/header.jpg) no-repeat 0 0;
display:block;
height:122px;
text-indent:-999em;
text-decoration:none;
}

/* position for the search box */
div#search p{
font-size:90%;
font-weight:bold;
display:block;
text-align:left;
padding: 0.6em 0 0.2em 0;
margin:0 0 0.7em 0;
}
div#search label{
	padding-left:2.8em;
}
div#search input {
position:absolute;
top:20px;
left:178px;
font-size:1em;
font-weight:normal;
width:20px;
height:20px;
line-height:18px;
color: #333;
background:#D6D6D6;
border:1px solid #9b9b9b;
}

div#search input#cntnt01searchinput {
position:absolute;
top:20px;
left:88px;
width:85px;
height:18px;
line-height:18px;
background:#fff;
}

div.breadcrumbs {
font-size:90%;
margin-bottom:2em;
}

div.breadcrumbs strong {
font-weight:400;
}

div#content {
padding-top:35px;
margin:0;
}

div#main {
margin-top:-30px;
margin-left:198px;
margin-right:20px;
color:#666;
text-align:justify;
}
div#sidebar {
float:left;
width:184px;
display:inline;
margin-left:0;
}
div#print_icon {
	position:relative;
	top:21px;
}
div#print_icon a:hover {
	background:none;
}
div#sidebar-right {
display: inline;
position:relative;
float:right;
width:202px;
margin-top:-25px;
margin-left:20px;
margin-right:-13px;
text-align:left;
}

div#sidebar-right p#adherer a {
background:#c53535 url(images/cgl94_template_v1/corner_background_adherer.jpg) no-repeat bottom left;
display:block;
height:42px;
line-height:42px;
text-align:center;
color:#fff;
font-weight:700;
font-size:110%;
text-decoration:none;
}

div#footer {
clear:both;
color:#666;
background:#e0e0e0 url(images/cgl94_template_v1/footer_background.jpg) no-repeat 0 0;
height:64px;
}

div#footer p {
padding-top:52px;
font-size:0.8em;
text-align:center;
}

div#footer p a {
color:#666;
text-decoration:none;
}

div#footer p a:hover {
background:none;
text-decoration:underline;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
height:1px;
border-bottom:1px dotted #000;
margin:1em;
padding:1em;
}

/* relational links under content */
div.left49 {
width:49%;
}

div.right49 {
float:right;
width:49%;
text-align:right;
}

/********************
CONTENT STYLING
********************
 HEADINGS */
div#content h1 {
font-size:2em;
line-height:1em;
margin:0;
}

div#content h2 {
color:#000;
font-size:1.4em;
text-align:left;
margin:0 0 0.5em;
}

div#content h3 {
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 0.5em;
}
div#content div#main h3{
	color: #333333;
	padding-left:1.1em;
	background: transparent url(images/cgl94_template_v1/arrow_h3.gif) no-repeat center left;
	font-style: italic;
}

div#content h4 {
	color:#000;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	margin:0 0 0.25em;
}

div#content div#main h4{
	color: #333;
	margin-left:3em;
	padding:0 0.5em;
}

div#content h5 {
color:#000;
font-size:1.1em;
line-height:1.1em;
margin:0 0 0.25em;
}

div#content div#main h5{
	font-size:1em;
	color: #333;
	margin-left:6em;
	padding:0 0.2em;
	font-style: italic;
	
}

h6 {
color:#000;
font-size:1em;
line-height:1.3em;
margin:0 0 0.25em;
}

/* END HEADINGS 
 TEXT */
p {
font-size:1em;
line-height:1.4em;
margin:0 0 1.5em;
padding:0;
}

blockquote {
margin-left:10px;
font-style:italic;
}

strong,b {
font-weight:700;
}

em,i {
font-style:italic;
}

/* Wrapping text in  tags. Makes CSS not validate */
code,pre {
font-family:"Courier New", Courier, monospace;
font-size:1em;
}

pre {
border:1px solid #000;
background-color:#ddd;
line-height:1.5em;
font-size:90%;
margin:0 1em 1em;
padding:0.5em;
}

/* 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;
}

div#main ul li,div#main ol li {
margin:0 0 0.25em 3em;
}
div#main ul.arrow_anchor li{
	list-style-image: url(images/cgl94_template_v1/arrow_anchor.gif)
}
/* definition lists topics on bold */
div#main dl dt {
font-weight:700;
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 silver;
}

/* END LISTS 

 /* LETTRES TYPES */
#lettres_type {
border:#999 solid 1px;
width:450px;
margin:10px;
padding:15px;
}

#emetteur {
float:left;
width:300px;
height:130px;
}

#destinataire {
margin-top:45px;
}

#contenu {
margin-top:40px;
text-align:justify;
}



.telecharger{
	padding:5px;
	margin:10px;
	width:55px;
	color:#70A3BA;
	font-size:80%;
}
/* END LETTRES TYPES */
/* FORMULAIRE DE CONTACT {contact_form} */
div#contact_form {
	width:300px;
}
div#contact_form fieldset{
	border:0;
	margin:0;
	padding:0;
}
div#contact_form legend{
	display:none;
}
div#contact_form input{
	padding-left:0.2em;
	border:1px solid #9b9b9b;
	background:#D6D6D6;
}
div#contact_form input#name,div#contact_form input#subject,div#contact_form input#email, div#contact_form input#captcha_resp{
	float:right;
	position:relative;
	margin-top:-1.2em;
	color: #333;
	background:#D6D6D6;
	border:1px solid #9b9b9b;
	background:#fff;
}
div#contact_form textarea {
	margin-bottom:1.2em;
	width:300px;
}
div#contact_form input#captcha_resp{
	margin:0;
	margin-top:6px;
	font-size:2.2em;
	width:130px;
	height:47px;
	line-height:47px;
	float:right;
	position:relative;
	color: #333;
	background:#D6D6D6;
	border:1px solid #9b9b9b;
	background:#fff;
}
div#contact_form img.captchapict {
	margin-top:0.6em;
	text-align:left;
}
.formError p{
	font-weight:bold;
}
.formError li{
	color: #c80f1d;
}
/* END FORMULAIRE DE CONTACT {contact_form} */

/* PICTOS */
p.pictos a:hover {
	border:0;
	background:transparent;
}
p.pictos a img {
	margin:2.5em;
	border:0;
}
/* END PICTOS */

/* MODULE GOOGLE MAPS */
.gmapSidebar {
	display:none;
}
/* END MODULE GOOGLE MAPS */

table.journal_tableau {
border: 2px solid #70A3BA;
border-collapse: collapse;
text-align: center;
}

table.journal_tableau th {
border: thin solid #70A3BA;
padding: 7px;
background-color: #F4F4F4;
}

table.journal_tableau td {
border: thin solid #70A3BA;
padding: 7px;
}
/* End of 'Layout: CGL94' */

