@charset "utf-8";

body {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background: no-repeat left top;
	margin: 0px;
	
}

/* Classes BODY */
.bgDefault {
	background: url(cunnisiologie_images/bg_default.jpg) no-repeat fixed left top;
}
.bgCunnisiologie {
	background: url(cunnisiologie_images/bg_cunnisiologie.jpg) no-repeat fixed left top;
}
.bgPratique {
	background: url(cunnisiologie_images/bg_pratique.jpg) no-repeat fixed left top;
}
.bgClauses {
	background: url(cunnisiologie_images/bg_clauses.jpg) no-repeat fixed left top;
}
.bgFormules {
	background: url(cunnisiologie_images/bg_formules.jpg) no-repeat fixed left top;
}
.bgContact {
	background: url(cunnisiologie_images/bg_contact.jpg) no-repeat fixed left top;
}
.bgLiens {
	background: url(cunnisiologie_images/bg_liens.jpg) no-repeat fixed left top;
}
.bgPartenaires {
	background: url(cunnisiologie_images/bg_partenaires.jpg) no-repeat fixed left top;
}
.bgLivre {
	background: url(cunnisiologie_images/bg_livre.jpg) no-repeat fixed left top;
}


/* Classes et ID DIV */
/* DIV gérant le TOP page */
div.bgTop {
	background: url(cunnisiologie_images/bg_top.png) repeat-x left top;
	text-align: left;
	text-indent: 10px;
	width: 100%;
	height: 20px;
	font-size: 9px;
	font-weight: bold;
	color: #CCC;
}
/* DIV gérant le Menu Principal */
div.mainMenu {
	text-align: center;
	height: 20px;
	width: 644px;
	padding-top: 20px;
	padding-left: 365px;
	/*background: url(cunnisiologie_images/bg_mainmenu.png) no-repeat center center;*/
}
/* DIV gérant le Corps de page */
div.corps {
	margin-top: 10px;
	margin-left: 200px;
	margin-bottom: 20px;
	width: 824px;
	height: 500px;
}

/* ID s'adressant uniquement à la page default.html */
div#pg_default {
	text-align: center;
	padding-left: 100px;
	padding-top: 230px;
	width: 724px;
	height: 220px;
}
/* ID gérant la zone de texte de toutes les pages */
div#pg_txtZone {
	text-align: left;
	padding-left: 235px;
	padding-top: 50px;
	width: 500px;
	height: 500px;
	background: url(cunnisiologie_images/bg_textzone.png) no-repeat right top;
	padding-right: 45px;
	margin-right: 20px;
}

h1 {
	font-size: 13px;
	color: #06C;
	text-decoration: none;
	vertical-align: top;
	text-align: center;

}

/* Paragraphe standard */
p {
	font-size: 12px;
	color: #06C;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	text-align: justify;
}
/* Paragraphe + Scroll bar */
p.txt_over {
	height: 345px;
	width: 500px;
	overflow: auto;
	padding-right: 20px;
	text-indent: 1px;
}

p.center {
	text-align: center;
}

li {
	font-size: 12px;
	color: #06C;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	text-align: justify;
	list-style: square;
}

/* Hyperliens */
/* Menu Principal */
a.menu {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #666;
	text-decoration: none;
}
a.menu:hover {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #000;
	text-decoration: none;
}

/* Boutons Menu Principal - 1 couleur par bouton */
a#bt_cunnisiologie {
	color: #39C;
}
a#bt_cunnisiologie:hover {
	color: #000;
}

a#bt_pratique {
	color: #F09;
}
a#bt_pratique:hover {
	color: #000;
}

a#bt_clauses {
	color: #393;
}
a#bt_clauses:hover {
	color: #000;
}

a#bt_formules {
	color: #F63;
}
a#bt_formules:hover {
	color: #000;
}

a#bt_formules2 {
	color: #F63;
}
a#bt_formules2:hover {
	color: #000;
}

a#bt_livre {
	color: #F00;
}
a#bt_livre:hover {
	color: #000;
}

/* Liens textuels */
a.lien {
	color: #000;
	text-decoration: none;
}
a.lien:hover {
	color: #666;
}
a.txt_notes/* Notes de bas de page - Ancres nommées */
 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a.notes {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	text-align: justify;
}





/* LIENS TELECHARGEMENTS LOGICIELS  */
#mozilla {
	color: #F60;
	text-decoration: none;
}

#flash {
	color: #C00;
	text-decoration: none;
}

#reader {
	color: #C00;
	text-decoration: none;
}

