@charset "utf-8";
/* CSS Document */
body {
	background:#000;
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	margin:0 0 50px;
}
#principal {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contenu {
	position:relative;
	background: #FFF url(imgs/interface/fond_bas_contenu.png) no-repeat center bottom;
	width: 550px;
	padding-bottom:100px;
}
#secondaire {
	background: #aaa url(imgs/interface/fond_bas_secondaire.png) no-repeat center bottom;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000;
	padding-bottom:50px;
}
#secondaire a {color:#000;}
#secondaire a:hover {text-decoration:none;}
#haut {
	position:relative;
	background: #000 url(imgs/interface/fond_haut.png) repeat-x left top;
	height: 140px;
}
#haut h1 {
	position:relative;
	margin:20px 0;
	position:absolute;
	top:0;
	font-size:48px;}
#haut h2 {
	color:#fff;
	position:absolute;
	top:105px;
	font-size:14px;
	}
#haut ul {
	list-style:none;
	position:relative;
	width:900px;
	height:140px;
	margin:0 auto;
	/*height:35px;*/
	padding:0;
}
/*#haut li {border:solid 1px #f00;}*/
#haut ul a {
	display:block;
	width:150px;
	height:35px;
	color:#000;
	text-decoration:none;
}
#haut ul a span {display:none;}
#btApropos {
	position:absolute;
	right:150px;
	bottom:0;
	background-image:url(imgs/interface/bt_aPropos.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#btApropos:hover,#btApropos.actif {height:70px;background-position:0 0px;}
#btContact {
	position:absolute;
	right:0px;
	bottom:0;
	background-image:url(imgs/interface/bt_contact.png);
	background-position:0 -70px ;
	background-repeat:no-repeat;
	}
#btContact:hover,#btContact.actif {height:70px;background-position:0 0px;}
#menu {
	background: #900 url(imgs/interface/fond_menu.png);
	height: 205px;
}
.largeur900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image:url(imgs/interface/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#logo {
	position: absolute;
	z-index:20;
	height: 205px;
	width: 181px;
	left: 0px;
	top: 0px;
}
#menu ul {
	margin: 0 0 0 200px;
	padding: 0px;
	list-style: none;
	/*border-left: 1px solid #FFF;*/
	height: 205px;
	background-image:url(imgs/interface/photo.jpg);
	background-position:center right;
	background-repeat:no-repeat;
}
#menu li {display:inline;}
#menu ul a {
	display: block;
	height: 205px;
	width: 100px;
	float: left;
	position: relative;
	/*border-right: 1px solid #FFF;*/
	color:#fff;
	text-decoration:none;
	text-align:center;
	/*margin-right:2	px;*/
}
#menu ul a:hover {
	width: 100px;
	/*background-image:url(site/imgs/interface/images/fond_menu_hover.png);*/
}
#menu ul a span {display:none;}
#bt_accueil {background-image:url(imgs/interface/bt_accueil.png)}
#bt_accueil:hover,#bt_accueil.actif {background-position:100px 0;}
#bt_page01 {background-image:url(imgs/interface/bt_page01.png)}
#bt_page01:hover,#bt_page01.actif {background-position:100px 0;}
#bt_page02 {background-image:url(imgs/interface/bt_page02.png)}
#bt_page02:hover,#bt_page02.actif {background-position:100px 0;}
#bt_page03 {background-image:url(imgs/interface/bt_page03.png)}
#bt_page03:hover,#bt_page03.actif {background-position:100px 0;}
#contenu .premier {
	background-image:url(imgs/interface/haut_contenu.png);
	margin-top:0;
	padding-top:50px;
	background-repeat:repeat-x;
}
#secondaire .premier {
	background-image:url(imgs/interface/haut_secondaire.png);
	margin-top:0;
	padding-top:50px;
	background-repeat:repeat-x;
}
#contenu h1,#contenu h2,#contenu h3,#contenu h4,#contenu h5,#contenu h6,#contenu p,#contenu pre,#contenu ul,#contenu ol {
	padding-right: 25px;
	padding-left: 20px;	
}
#contenu ul,#contenu ol,s {list-style-position:inside;}
#secondaire h1,#secondaire h2,#secondaire h3,#secondaire h4,#secondaire h5,#secondaire h6,#secondaire p,#secondaire pre {
	padding-right: 20px;
	padding-left: 10px;	
}
#secondaire h1,#secondaire h2,#secondaire h3,#secondaire h4,#secondaire h5,#secondaire h6 {color:#fff;}
#secondaire h3 {margin-bottom:0px;}
#secondaire p {margin-top:2px;}
#bjh {
	height:20px;
	background-image:url(imgs/interface/bande_jaune_h.png)
}
#bjb {
	height:20px;
	background-image:url(imgs/interface/bande_jaune_b.png)
}
/* balises */
h1,h2,h3,h4,h5,h6 {
	color:#900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
a img {border:none;}
cite {
	font-size:.8em;
}
/* formulaire */
form {text-align:right;padding:5px 10px}
form ul {
	text-align:left;margin-left:80px;
}
form p{margin-top:2px;
margin-bottom:2px;}
form p span {
	color:#900;
	font-size:.8em;
}
textarea, input {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
}
legend {
	font-size:18px;
	color:#900;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*label{width:150px;display:inline-block;}*/
.bordsForms {
	border:solid 1px #999;
	width:230px;
}
.alerte {border:solid 1px #900;}
p.margeHaute {
	margin-top: 4em;
}
p#cnil {line-height:.8em;}
.couleurMoyenne {color:#888;}
.couleurIntermediaire {color:#333;}
.couleurForte {color:#000;}
/* STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS >>>>> */
.nuage {
	margin-top:2em;
	text-align:center;
	font-size:.9em;
}
.nuage span {
	line-height:.8em;
	white-space:nowrap;
	/*padding:2px;*/
}
.taille01 {font-size:.6em;color:#000;}/*#06F*/
.taille02 {font-size:.8em;color:#600;}/*#960*/
.taille03 {font-size:0.9em; color:#444;}/*#036*/
.taille04 {font-size:1em;color:#900;}/*#F30*/
.taille05 {font-size:1.2em;color:#777;}/*#39F*/
.taille06 {font-size:1.3em;color:#555;}/*#C00*/
.taille07 {
	font-size:1.4em;
	color:#999;/*#930*/
}
.taille08 {
	font-size:1.6em;
	color:#a00;/*#069*/
}/**/
.taille09 {
	font-size:1.8em;
	color:#555;/*#999*/
}
.taille10 {
	font-size:1.9em;
	color:#aaa;/*#999*/
}
/* STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS  STYLES NUAGE DE MOTS >>>>> */
#conceptionMecatic {
	height: 30px;
	width: 300px;
	position: absolute;
	left: 0px;
	bottom: -30px;
}
#conceptionMecatic a {
	color: #aaa;
	font-size:.8em;
	padding-left:20px;
	text-decoration: none;
}
#conceptionMecatic a:hover {
	text-decoration: underline;
}
/* Lien vers le blog ------------------------------------------------ */
#lien_blog {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	right:20px;
	width:225px;
	height:50px;
}
#lien_blog a {
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	background-image:url(imgs/interface/lien_blog.png);
	background-position:top center;
	display:block;
	width:225px;
	height:50px;
}
#lien_blog a:hover {
	line-height:70px;
	background-position:bottom center;
}
#twitter {margin-left:10px;}
.fb-like {padding:20px;}
