/* CSS Document */
/* 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 }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style: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 */
ol,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{
	margin:0px;
	color:#000000;
	background-image:url(../images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFF;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#centered {
	/*
	position: absolute;
	width: 1190px;
	height: 656px;
	left: 50%;
	top: 50%;
	margin-left: -595px;
	margin-top: -328px;
	*/
	
	width:1190px;
	height:656px;
} 

.bouton {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #0095DA;
	border: 1px solid #383838;
	padding: 2px;
}
#fixe{
	background-color:#CCC;
	position:relative;
	padding-top: 20px;
}


a:link {
	color:#0095DA;
	text-decoration: none;
}      
a:visited {
	color:#0095DA;
	text-decoration: none;
}  
a:hover {
	color:#005ECC;
	text-decoration: underline;
}  
a:active {
	color:#0095DA;
	text-decoration: none;
}


.titre{
	color:#005F88;
	border-bottom:#009CE0 solid 4px;
	padding-bottom:6px;
	margin-left:25px;
	}
.photo{
	padding:7px;
	border:1px solid #A7D3E5;
	float:left;
	margin-right:20px;
	}

.conteneur{
	width: 1190px;
	height:656px;
	margin:0px auto;
	background-color: #FFF;
	border: 3px solid #FFF;

}

.gauche {
	width: 51px;
	background-color: #FFF;
	float: left;
}
.logo {
	background-color: #FFF;
	padding-bottom: 171px;
}

.menu {
	width: 297px;
	background-color: #FFF;
	height: 656px;
	float: left;
}
.contentTop {
	width: 842px;
	background-color: #FFF;
	float: right;
}

.content {
	width: 842px;
	background-color: #E6E7E8;
	float: right;
}



h1{
	color:#101D41;
	font-size:24px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
h2{
	color:#101D41;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
h3{
	color:#101D41;
	font-size:14px;
	font-weight:bold;

	}
h4{
	color:#0095DA;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;

	}

