/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Original by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; color: #333; background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/* -------------------------------------------------------------- 
   
   Typography.css
   * Sets some default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */   

body {
  font-family: Verdana, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}


body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#111; 
  clear:both; 
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; line-height:2; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; text-align:justify; }
p.last      { margin-bottom:0; }
p img.index      { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

a           { color: #125AA7; text-decoration: underline; outline: none; }
a:hover     { color: #000; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 14px; }
th,td   { padding:0.2em 0.2em; }
th      { font-weight:bold; }




label     { font-weight: bold; }





p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large   { font-size: 1.2em; line-height: 2.5em; }
p.quiet   { color: #666; }
.hide     { display: none; }


  
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.2em;
  line-height: 1%; /* Maintain correct baseline */
  font-style: italic;
}

   
.dquo { margin-left: -.7em; } 



p.incr, .incr p {
	font-size: 0.83333em; /* font size 10px */
	line-height: 1.44em;  
	margin-bottom: 1.8em; /* Still 1.5 x normal font size as baseline */
}




body {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

/**
 * Header
 */

.header {
	width: 100%;
	height: 33px;
	font-family: Arial;
	background: url('_images/header_background.png') repeat-x;
	background-color:#00CCFF;
	margin-bottom: 23px;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header ul li {
	float: left;
	padding: 3px 14px 0 14px;
	margin: 0 0 0 -1px;
	line-height: 26px;
	border-style: solid;
	border-color: white;
	border-width: 0 1px;
}

.header ul li.active {
	background-color: #006699;
	height:27px;
}

.header container ul li a {
display: block ;
}

.header a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.header a:hover {
	color: white;
	text-decoration: none;
}

.header img {
	vertical-align: text-bottom;
}

.header ul li.signup a {
	text-decoration: underline;
}

.header p {
	position: absolute;
	right: 0;
	top: 8px;
	color: white;
}

.header p a {
	color: #006699;
	font-size: 100%;
}
.header p a:hover {
	color: #006699;
	color:#0091B5;
	font-size: 100%;
}

.container {
	width: 855px;
	margin: 0 auto;
	position: relative;
}



.footer {
	margin-top: 30px;
	text-align: center;
}

.footer a {
	color: #ee741e;
}

.pagination {
	margin: 0 auto;
	position: relative;
	font-size: 1.2em;
	text-align: center;
}





table.overview img {
	vertical-align: top;
}

table.overview th {
	width: 90px;
	text-align: right;
	vertical-align: top;
}

table.overview td {
	vertical-align: top;
}

table.logos {
width:300px;
margin-left:auto;
margin-right:auto;}
table.logos img {
	vertical-align: top; 
	border:none;}
table.logos td {
	vertical-align: top;
	text-align:center; }


.column {
	float: left;
}

.column.left {
	width: 654px;
	margin-right: 14px;
}

.container.small .column.left {
	width: 547px;
}

.column.right {
	width: 187px;
}

.container.small .column.right {
	width: 285px;
}

.content {
}

.content.rounded-top {
	background: url('_images/content_grey_top.png');
}

.container.small .content.rounded-top {
	background: url('_images/content_grey_small_top.png');
}

.content .rounded-bottom {
	padding: 20px;
	background: url('_images/content_grey_bottom.png') no-repeat bottom;	
}

.container.small .content .rounded-bottom {
	padding: 20px;
	background: url('_images/content_grey_small_bottom.png') no-repeat bottom;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

h2 {
	/*color: #ed721c;
	color:#00CCFF;
	color: #125AA7; */
	color: #125AA7;	
	font-size: 30px;
	font-weight: bold;
}

h4 {
	/* color: #666666; */
	color:#0091B5;
	font-size: 12px;
}

.clear {
	clear: both;
}

p.attention {
  background-color: #FFFFCC;
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  margin: 5px 0pt 15px;
  font-size: 1.3em;
  padding: 7px;
  text-align: center;
}

p.note {
  border: 1px solid #FFFFCC;
  margin: 5px 0pt 15px;
  padding: 7px;
	font-size: 0.9em;
}

pre {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	text-align: center;
	font-size: 0.9em;
}

pre img {
	border: 1px solid black;
}

.signup-bar {
	text-align: center;
	background: url('_images/signup_bar.png') no-repeat top center;
	margin: 15px 0 0 0;
	height: 51px;
	line-height: 51px;
	font-size: 25px;
}
.signup-b {
	text-align: center;
	margin: 0 0 0 0;
	height: 51px;
	line-height: 51px;
	font-size: 25px;
}

.signup-bar a {
	font-weight: bold;
}

.yellowbox {
	background: url('_images/right_yellow.png');
	/*background-color:#F2FCFF;*/
	background-color:#F7FDFF;
	margin-bottom: 15px;
}

.inner2 {
	width:187px;
	height:8px;
	background: url('_images/right_yellow_top2.png');
	background-color:#F7FDFF;
}

.yellowbox .inner {
	background: url('_images/right_yellow_bottom.png') bottom no-repeat;
	padding: 10px;
}

.yellowbox h5 {
	border-bottom: 1px solid #339933;
	margin-bottom: 10px;
}

.yellowbox ol {
	/*color: #ed721c; */
	color:#339933;
	font-size: 15px;
	font-weight: bold;
}

.yellowbox ol span {
	color: black;
	font-size: 12px;
	font-weight: normal;
}

.yellowbox p {
	text-align: center;
}

.yellowbox p.join a {
	background: #006699;
	border: 1px solid black;
	color: white;
	font-size: 18px;
	padding: 4px 15px;
	text-decoration: none;
}

.yellowbox .search {
	text-align: center;
}

.bluebox {
	border: 1px solid #006699;
	padding: 5px;
	margin-bottom: 15px;
}

.bluebox h5 {
	background-color: #006699;
	margin: -5px -5px 5px -5px;
	padding: 3px 3px 3px 15px;
	color: white;
}

.bluebox ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}

.bluebox a {
	text-decoration: none;
}







#chartre {
text-align:justify;
overflow: auto;
border:1px solid silver;
width:250px;
height:200px;
margin-right:auto;
margin-left:auto;
}
.titre-1 {
    text-align: center;
	font-size: x-large;
	font-weight: bold;
}
.titre-2 {
    text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.titre-3 {
    text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.titre-4 {
    text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}
.titre-5 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.titre-6 {
    text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.droite {
    text-align: right;
}
.centrer {
    text-align: center;
}
.gauche {
    text-align: left;
}
.souligne {
   text-decoration: underline;
}
.souligne-pt {
border-bottom: 1px dotted black;
}
.italique {
font-style: italic;
}



