body  {
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	/* background: #C3C8DF;orange: FFF2CF; orange2:FFF1AF; bleu: C3C8DF; bleu clair: EFFCFF; bleu-ok: B5C1CF ; gris clair: F5F5F5 */
	/*background: #B9DBF8 url(images/fond.gif) repeat-x;*/
	/*background-position: 0px 118px;*/
    margin: 0;
	padding: 0;
	/*text-align:center;*/
}
#page{
	background: #FFF;
	color: inherit;
	width: 800px;
	margin: 0 auto;
	line-height: 1.6em;
}

#header {
	height:120px;
	text-align:center;
	background:#000000 url(images/fond-haut.jpg);
}

#main{
	width:840px;
	margin: 0 auto;
}
#border{
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-right:19px;
}

#contenu {

	clear:both;
	padding: 10px 65px 20px 65px;
	color: #333;
	font-size: 1.1em;
	line-height: 1.7em;
	text-align:left;
}
#main a {
	color: #094FA3;
}
#main a:hover {
	color: #666;
	text-decoration:none;
}

#footer{
	background: url(images/fond-bas.gif) no-repeat;
	height:35px;
	text-align:right;
	padding-right:20px;
	padding-top:23px;
	color:#FFFFFF;
}

#menu { 
	width: 100%;
	padding-bottom: 10px;
	float: left;
	text-align:left;
	font-size: 75%;
}

#nav {
	position:absolute;
	top:93px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	background: #fff url(images/barre-menu-fond.gif) repeat-x bottom left;
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	text-align:center;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #ddd;
}

#nav a {
	float: left;
	padding: 6px 10px 6px 30px;
	text-decoration: none;
	color: #666;
	background: url(img/t-pub.gif) no-repeat 10px 55%;
 	font-variant: small-caps;
	font-weight: bold; 
}

#pingouin a {
	background-image: url(images/menu-pingouin.gif);
}
#eistiens a {
	background-image: url(images/menu-eistiens.gif);
}
#vie_pratique a {
	background-image: url(images/menu-vie_pratique.gif);
}
#forums a {
	background-image: url(images/menu-forums.gif);
}
#entreprise a {
	background-image: url(images/menu-entreprise.gif);
}
#liens a {
	background-image: url(images/menu-liens.gif);
}
#liensExt a {
	background-image: url(images/menu-liens-ext.gif);
}
#admin a {
        background-image: url(images/menu-administration.gif);
}
#accueil a {
	background-image: url(images/menu-accueil.gif);
}
#nav a:hover {
	color: #456B8F;
	background-color: #fff;
}
#nav a.active {
	color: #FFB700;
	background-color: #fff;
	font-weight: bold;
}
h1{
	text-align:center;
}
h2 {
	font-family: Verdana, Arial, "Times New Roman", "New York", "Bitstream Vera Serif", Times, "MS Serif", serif;
	font-weight: bold;
	font-size: 2em;
	line-height : 0.8em;
	margin-left: 20px;
	border-bottom:5px black solid;
}
h3 {
	font-family: Verdana, Arial, "Times New Roman", "New York", "Bitstream Vera Serif", Times, "MS Serif", serif;
	font-weight: normal;
	font-size: 1.7em;
	line-height : 0.8em;
    /*text-align: center;*/
    margin: 4px 0px 8px 0px;
}
.texte {
	background-color: #FAFAFA;
	border-color: #999 #aab3b3 #d5dddd #aab3b3;
	border: 1px solid #666666;
}
.texte:focus, .texte:hover {
	background-color: #FFFFFF;
	border-color: #FF9900;
}
.bouton{
	font: bold 0.8em/1.2em Verdana, Helvetica, Geneva, sans-serif !important;
	margin-left: 4px;
	width: auto !important;
	overflow: visible;
	padding: 2px 0.5em;
	font-size:10px;
	text-align: center;
	color: #2b333c;
	background: #fefefe url(/images/fond_bouton.gif) repeat-x;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.bouton:hover, .bouton:focus {
	color: #005500;
	border: 1px solid;
	border-color: #aedf9a #94da78 #6ab94b #94da78;
}
