/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;


	background-color: #1
00b6dc;
	background-color: #2f88a9;

}

h2{
color:#004f5a;
font-weight:400;
font-weight:bold;
font-size:13px;
}

h3{
	padding-top:5px;
	color:#333333;
	font-weight:400;
	font-weight:bold;
	font-size:16px;
}

#titleDisclaimer{
	color:#333333;
	font-weight:400;
	font-weight:bold;
	font-size:21px;
	padding-left: 195px;
}

A {
	color: #4597BD;
	}
	
A:hover {
	text-decoration:underline;
	color:#F9BD4F;
}
 
&#8482; {
      margin: 0 0 0px;
      line-height: -2em;
      font-size: 10px;
}

strong {
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	}

#container {
	margin-top: 0;
	margin-bottom: 0;
	width: 878px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#header {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:10px;
	width: 878px;
	background-color:#FFFFFF;
	clear: both;
}

/* menu top */
#menu {
	width:650px;
	height:48px;
	padding-top:0px;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#000000;
	BACKGROUND-COLOR: #6CCEF3;
	font-weight: 700;
}

#menu A {
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	color: #484848;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
}

#menu A:hover {
	text-decoration:underline;
	color:#006699;
}

#this_page a{
color:#e3b919;
}

/* end of menu top*/

#content{
	background-color: #FFFFFF;
	width: 878px;
	background-image: url(../images/back-home-content.jpg);
	background-repeat: repeat-y;
}

#contentSub{
	background-color: #E1F3FD;
	width: 878px;
	background-image: url(../images/back-home-sub.jpg);
	background-repeat: repeat-y;
}
#title {
	width:800px;
	height:30px;
	background-color:#000000;
	BACKGROUND-COLOR: #F9BD4F;
	background-image: url(../images/intro-top.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}

#title h2{
	color:#333333;
	font-weight:700;
	font-weight:600;
	font-size:22px;
	text-indent: 195px;
}

#submenu {
	padding-top:0px;
	font-size:11px;
	background-color:#4597BD;
	font-weight: 700;
}

/* menu top }*/

#foxmenucontainer{
	height:30px;
	display:block;
	background-color: #4598BA;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#foxmenu{
	position:relative;
	display:block;
	height:30px;
	font-weight:bold;
}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{
	display:block;
	float:left;
	margin:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
}
#foxmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:25px;
	background-color: #137bad;
}
#foxmenu ul li a:hover{
	color:#FFFFFF;
	background-color: #4597be;
}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#FFFFFF;
	background-color: #4597be;
}

/*Content homepage*/

#contenuTextHome {
	background-image: url(../images/background-home-txt.jpg);
	background-repeat: no-repeat;
	padding: 25px;
	color: #333333;
	line-height: 18px;
}

#contenuTextHome  h1{
	color:#333333;
	font-weight:700;
	font-weight:600;
	font-size:28px;
	line-height: 28px;
}

#contenuTextHome h2{
	color:#333333;
	font-weight:700;
	font-weight:bold;
	font-size:18px;
	padding-top: 20px;
}

/*Content subpage*/

#footer{
	height:40px;
	padding-top:8px;
	color:#333333;
	font-size:11px;
	text-align:center;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}

#footer a{
	text-decoration:none;
	color:#333333;
	font-weight:400;
	padding:4px;
}

#footer a:hover{
	text-decoration:none;
	color:#006699;
	font-weight:400;
	padding:4px;
}

#bottom{
	background-color: #FFFFFF;
}

#bottomHome{
	background-color: #F9BD4F;
	background-image: url(../images/background-home-txt.jpg);
	background-repeat: no-repeat;
}

#separateur{
	color: #333333;

}
#encadre {
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#000000;
	BACKGROUND-COLOR: #00B6DC;
	font-weight: 500;
	padding: 10px;
	color: #FFFFFF;
}
#encadre a {
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #993366;
}
