/*** base styles ***/

.clear {clear:both; font-size:1px; line-height:0px;}
.spacer10 {clear:both; font-size:1px; line-height:0px;height:10px;}

body,p,div,td,ul,li,a,input,select,textarea,label {
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}

img {border: none;}

body {
	background-color: #F7F7F7;
}

input,select,textarea {border:1px solid #D6D6D6;	padding-left:2px;}

li {list-style-type:none; list-style-position:outside;}
a {color: #EE9817;}

.center {text-align:center;	display:table;	margin-left:auto;	margin-right:auto;}
.left {float:left;}
.right {float:right;}
.txt-l {text-align: left;}
.txt-r {text-align: right;}
.txt-c {text-align: center;}
.txt-j {text-align: justify;}

option.selected {
	font-weight: bold;
	background-color: #F8FAED;
}

.input-disabled {
	background-color: #D6D6D6;
}

.necessary {
	font-weight: bold;
}

h1 {
	margin: 30px 0px 50px 0px;
	padding-top: 5px;
	height: 42px;
	background: url('/Console_academie/img/bg_body_title.gif') 0% 0% no-repeat;
	text-align: right;
	font: bold 14px verdana;
	color: #EE9817;
}

h2 {
	font: bold 12px verdana;
	color: #EE9817;
	border-bottom: 1px dashed #EE9817;
}

table.list {
	margin: 10px 0px 10px 0px;
	width: 492px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #D6D6D6;
}

table.list thead th {
	text-align: center;
	font: bold 12px verdana;
	background-color: #F8FAED;
	color: #EE9817;
}

table.list thead td {
	text-align: center;
	font-weight: bold;
	border: 1px solid #D6D6D6;
	background-color: #F7F7F7;
}

table.list tfoot {
	text-align: center;
	font-weight: bold;
	border: 1px solid #D6D6D6;
	background-color: #F7F7F7;
}

table.list tbody tr {
	border-bottom: 1px solid #D6D6D6;
}

table.list tbody td {
	text-align: center;
}


/*** page styles ***/

#top {
	height: 109px;
	background: url('/Console_academie/img/bg_top.jpg') 0% 0% repeat-x;
}

#top div.centered {
	position: relative;
	width: 750px;
	height: 109px;
}

#top .logo {
	position: absolute;
	left: 17px;
	top: 17px;
}

#top .title {
	position: absolute;
	left: 240px;
	top: 35px;
}

#top .logout {
	position: absolute;
	width: 140px;
	left: 600px;
	top: 5px;
	text-align: right;
}

#top .logged {
	position: absolute;
	width: 300px;
	left: 440px;
	top: 90px;
	text-align: right;
	color: #EE9817;
}


#bottom {
	background-color: #F7F7F7;
	padding-bottom: 20px;
}

#bottom .content {
	width: 752px;
	height: 21px;
	background: url('/Console_academie/img/bg_bottom.gif') 0% 0% repeat-x;
}


/*** content ***/
#content {
	background-color: #F7F7F7;
}

#content div.min-height-out {
	position: relative;
 	width: 752px; 
	background-color: #FFFFFF;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #D6D6D6;
	/* min-height */
	padding-top: 500px;
}

/* hack for ie */
*> #content div.min-height-out {
	width: 750px;
}

#content div.min-height-in {
	margin-top: -500px;
}



/*** nav ***/
#nav {
	float: left;
	display: inline; 
	width: 198px;
	margin: 125px 40px 0px 10px; 
	text-align: left;
}

#nav .title {
	text-align: center;
}

#nav .entries {
	border-width: 0px 1px 0px 1px;
	margin: 0px;
	border-style: solid;
	border-color: #EE9817;
	background-color: #F8FAED;
	point-line-style: none;
}

#nav .entries div {
	height: 40px;
	padding-right: 10px;
	padding-left: 45px;
	vertical-align: center;
}

#nav .entries div.hover {
	background: url('/Console_academie/img/pl_nav.gif') 10px 50% no-repeat #F7EDD1;
}

#nav .entries a {
	text-decoration: none;
}

#nav .entries a.oneline {
	line-height: 40px;
}


/*** main-content ***/
#main-content {
	float: left;
	display: inline;
	text-align: left;
	width: 492px;
}

#main-content p {
	margin-top: 15px;
}

/*** form ***/

#academie-selector {
	margin: 10px 0px 20px 0px;
}

.bloc {
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	border:1px solid #D6D6D6;
	background-color: #F7F7F7;
}

.bloc h3 {
	margin: 10px 0px 10px 0px;
	text-align: center;
	font: bold 11px verdana;
	color: #333333;
}

/* ie bug : h3 does not display in block */
* html .bloc h3 {
	padding-top: 10px;
	font-size: 11px;
	height: 20px;
}

.bloc .form-title {
	display: inline;
	margin: 10px 0px 0px 10px;
	width: 200px;
	color: #5A5A5A;
}

.bloc .form-element {
	display: inline;
	margin: 10px 0px 0px 10px;
}

.bloc .form-element .input {
	width: 200px;
}

.bloc .form-action {
	display: inline;
	margin: 10px 10px 0px 10px;
}

.bloc .form-action a {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

.bloc a.action {
	text-decoration: none;
	font-weight: normal;
}

.bloc-action {
	margin: 10px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	-moz-border-radius: 10px;
	border:1px solid #D6D6D6;
	background-color: #F7F7F7;
	display:inline;
}

.bloc-action a {
	text-decoration: none;
}
	

.input-action {
	margin-top: 10px;
	text-align: center;
}

.input-action input {
	padding: 2px;
	font: bold 11px verdana;
	color: #EE9817;
	border: 1px solid #EE9817;
	background-color: #F8FAED;
}

/*** faq ***/

div.list {
	background: url('/Console_academie/img/pl_txt.gif') 0px 3px no-repeat;
	padding-left: 20px;
}

div.faq a {
	text-decoration: none;
}

div.faq-separator {
	margin: 20px 0px 20px 0px;
	width: 200px;
	border-bottom: 1px solid #EE9817;
}

div.question {
	margin-bottom: 20px;
}

div.question div {
	color: #EE9817;
}


div.question .answer {
	margin-left: 20px;
}


/*** error messages ***/
.error {
	color: red;
	font-weight: bold;
}

.important {
	color: #EE9817;
	font-weight: normal;
}

	

