body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Verdana,Arial,sans-serif;
}

/* GENERAL */
img {
	border: 0px;
}

.cb {
	clear:both;
}

/* header */

#headerContainer {
	background: #71267c url(img/header-fond.png) repeat-x top;
}

#headerContent {
	margin:0 auto;
	height: 60px;
	width:950px;
	text-align: left;
	color:#fff;
	font-size: 13px;
}

#headerLogo {
	float: left;
	margin: 5px 10px 5px 0px;
}
#headerTitle {
	font-size: 27px;
	display: block;
}

/* Page */
#pageContainer {
	background: #f3e3ff url(img/page-fond.png) repeat-y center center;
}

#pageContent {
	background-color:#faf3ff;
	margin:0 auto;
	text-align:left;
	width:950px;
	padding-top: 20px;
}

/* MENU */

#menu {
	background: #905598 url(img/menu-fond.png) no-repeat;
	height: 27px;
	padding: 0 10px;
	margin-bottom: 10px;
}

#menu a {
	display: block;
	float:left;
	padding: 6px 10px;
	background: url(img/menu-sep.png) no-repeat top right;
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}

#menu .menuActif {
	color: #d988e5;
}

#menu a:hover {
	color : #f4a7ff;
	text-decoration:underline;
}



/* MENU RIGHT */
#menuright {
	float: right;
	width: 120px;
	padding-top: 80px;
}


/* CONTENT */
#content {
	float: left;
	width: 770px;
	font-size: 12px;
}

#content h1 {
	border-bottom:3px solid #71267C;
	color:#71267C;
	background:transparent url(img/h1-logo.png) no-repeat scroll left center;
	padding-left: 40px;
}

#content h2, #content h2 a {
	border-bottom:1px solid #661AA6;
	color:#661AA6;
	text-decoration: none;
}
#content h3, #content h3 a{
	color: #71267c;
	text-decoration: underline;
	padding-left: 3px;
	border-left: 8px solid #bc54cb;
	text-decoration: none;
}


#content p{
	padding:0 10px;
}

#content .chapter {
	border : 1px #f5e7ff solid;
	background: #fdf9ff;
	padding: 10px;
}
#content .chapter p {
	padding: 0px;
}



/* FOOTER */
#pubfooter {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #71267c;
	text-align: center;
}

.footer {
	text-align: center;
	padding-top : 20px;
	border-top: 1px solid #71267c;
	font-size: 0.8em;
}


/* formulaires */
.form label {
	width: 125px;
	float: left;

}

.form input[type=text], .form input[type=password], .form textarea {
  margin-right: 3px;
  padding: 2px;
  border: 1px solid #000000;
  background-color: #f0f0f0;
}
 
.form input[type=text]:hover, .form input[type=password]:hover, .form textarea:hover {
  background-color: #def;
}

.form p {
	margin: 10px 0;
}



/* message */

.msgError {
	background: #fff6bf url(img/icons/cancel.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-bottom: 10px;
}

.msgInfo {
	background: #adbfd9 url(img/icons/cancel.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3275d0;
	border-bottom: 2px solid #3275d0;
	margin-bottom: 10px;
}

.msgOk {
	background: #94fb83 url(img/icons/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #34a517;
	border-bottom: 2px solid #34a517;
	margin-bottom: 10px;
}

.msgDebug {
	background: #adbfd9 url(img/icons/cancel.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #3275d0;
	margin-bottom: 10px;
}


