/* GENERAL STYLE  */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #656565;
	padding: 0;
}
a:visited {
	color: #656565;
}
a:hover,
a:focus {
	background: #e5eff5 none;
	color: #069;
	text-decoration: none;
}

p {
	text-align: justify;
}

img {
	border: none;
}

body {
	background: #b2d1e0 url(../image/test/logo/icon_equatheque.png) no-repeat fixed top left;
	color: #656565;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	/*text-align: center;*/
	text-align: left;
}

h1 {
	font-size: 14px;
	margin-top: 22px;
	margin-left: 150px;
	margin-bottom: 22px;
}

h2 {
	color: #8f3422;
	font-size: 14px;
	margin: 20px;
}

code {
	display:block;
	float:left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid #069;
	border-top: 10px solid #069;
	background-color: #000000;
	color: #00ff00;
	width: 98%;
}

table {
}

tr {
}

th {
}

td {
	border: 1px solid #006090;
	background: #ffffff none;
	white-space: nowrap;
}

td.noborder {
	border: none;
}

td.center {
	text-align: center;
}

.tempMessage {
	margin-top:150px;
	text-align: center;
}

.leftImage {
	margin:20px;
	text-align:center;
	float:left;
	font-size:9px;
}

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

/* DISPOSITION STYLE  */
#bodyContener {
	/*margin: 0 auto;*/
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 1250px;
}

#topContener {
	float: left;
	display:block;
	width: 730px;
	height:50px;
	margin-top: 5px;
	margin-left: 145px;
	background-color:#82a2c8;
	color:#000000;
	font-size:11px;
	border-top:1px solid #006090;
	border-left:1px solid #006090;
	border-right:1px solid #006090;
	border-bottom:4px solid #006090;
}

#popupContener {
	margin: 5px;
	padding: 0;
	text-align: left;
}

#leftContener {
	margin: 0;
	margin-left: 5px;
	padding: 0;
	text-align: left;
	float:left;
}

#leftColomn {
	margin: 0;
	margin-right: 5px;
	padding: 0;
	text-align: left;
	float:left;
	width: 135px;
}

#centerColomn {
	margin: 0;
	margin-right: 5px;
	padding: 0;
	float:left;
	text-align: left;
	width: 730px;
}

#rightColomn {
	margin: 0;
	padding: 0;
	text-align: left;
	/*float:right;*/
	float:left;
	width: 135px;
}

#rightColomn.tree{
	min-width:364px; /* for mozilla*/
	/*_width:354px /* for IE*/
}

#leftHeader {
	height: 92px;
}

#rightHeader {
	height: 92px;
}

#header {
	background: #000 url(../image/bandeau.jpg) no-repeat;
	border: 1px solid #000000;
	border-bottom: none;
	color: #fff;
	margin-top: 12px;
	height: 90px;
	width: 100%;
}

#leftContent {
	float:left;
	width: 363px;
}
#rightContent {
	float:right;
	width: 363px;
}

/* FUNCTIONS STYLE  */
#topContener .sep {
	padding-top:5px;
	height:18px;
	/* height:20px; in ie.css*/
	width:100%;
}

#topContener a {
	padding-left: 18px;
	height:18px;
	float:left;
	display:block;
	margin-left: 10px;
	margin-right: 3px;
	font-size: 11px;
	background-position: 1px 1px;
	background-repeat:no-repeat;
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}

#topContener  a:hover ,
#topContener  a:focus{
	color:#ffffff;
	background-color:transparent;
	text-decoration:none;
}
#topContener a:active {
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}

#topContener a.addBookmarkLink {
	background-image:url(../image/addBookmark.png);
}

#topContener a.printLink {
	background-image:url(../image/print.png);
}

#topContener a.addWebLink {
	background-image:url(../image/addGroup.png);
}

#topContener a.addRSSLink {
	background-image:url(../image/addRSS.png);
}

#topContener a.addSearchEngineLink {
	background-image:url(../image/addSearchEngine.png);
}

#topContener form {
	margin:0;
	margin-right:10px;
	padding:0;
	display: block;
	float:right;
	/*width:250px;*/
}

#topContener fieldset {
	border-style:none;
	margin:0;
	padding:0;
}

#topContener input.input,
#topContener textarea.input,
#topContener select {
	border:1px solid #0f43a9;
	width:180px;
	/* width:165px; /* for ie IE ie.css*/
	padding-left:5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #e5eff5 none;
	color: #069;
	border-top: 1px solid #069;
	border-left: 1px solid #069;
	border-bottom: 1px solid #b2d1e0;
	border-right: 1px solid #b2d1e0;
}
#topContener input.input:focus,
#topContener textarea.input:focus,
#topContener input.inputfocus,
#topContener textarea.inputfocus {
	border:1px solid #0f43a9;
	width:180px;
	/* width:165px; /* for ie IE ie.css*/
	padding-left:5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffcc none;
	color: #000000;
	border-top: 1px solid #e09900;
	border-left: 1px solid #e09900;
	border-bottom: 1px solid #f8d996;
	border-right: 1px solid #f8d996;
}

#topContener input.button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #b2d1e0 none;
	color: #006090;
	border-top: 1px solid #e5eff5;
	border-left: 1px solid #e5eff5;
	border-bottom: 1px solid #069;
	border-right: 1px solid #069;
	cursor: pointer;
	/* _cursor:hand; /* for ie IE ie.css*/
	width: 61px;
}

/* MENU STYLE  */
#menu {
	background: transparent none;
	border: none;
	text-align: center;
	width: 560px;
	height: 20px;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: 70px;
}

#menu .border1 {
	border: 1px solid #c5727a;
}

#menu .border2 {
	border: 1px solid #656565;
}

#menu a {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #8f3422;
	color: #e0aeb3;
	text-decoration: none;
	margin: 3px;
}
#menu a:visited {
	color: #e0aeb3;
}
#menu a:hover,
#menu a:focus {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
}

/* WAIT STYLE  */
#waitContener {
	display:none;
}

#waitContent {
	padding-top: 100px;
	width: 100%;
	text-align: center;
}
#waitContent p {
	width: 100%;
	text-align: center;
}

/* CONTENT STYLE  */
#content {
	background: #fff none;
	border: 1px solid #000;
	min-height: 500px;
	/*_height: 500px; in ie.css*/
	width: 100%;
	float:left;
	padding-bottom: 10px;
}

#popupContener #content {
	background: transparent none;
	border: none;
}

#content p {
	margin: 20px;
}

#content ul {
	padding-left: 70px;
}

#content li {
	list-style-type: none;
	padding:0 0 0 6px;
	background-image: url(../image/puce.gif);
	background-repeat: no-repeat;
}

/* LOCALISATION STYLE  */
#localisation {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11px;
}

#localisation a {
	border-bottom: 1px dotted #c5727a;
	text-decoration: none;
}

#localisation a.actif {
	border-bottom: 1px dotted #c5727a;
	text-decoration: none;
	background: #e5eff5 none;
	color: #069;
}

/* FOOTER STYLE  */
#footer {
	background: #000 none;
	border: 1px solid #000;
	height: 18px;
	width: 100%;
	float:left;
}

#copyright {
	float:left;
	font-size: 10px;
}

#copyright a:hover,
#copyright a:focus {
	background: transparent none;
	text-decoration: underline;
	color: #e5eff5;
}

#w3c {
	float:right;
}

#w3c a:hover ,
#w3c a:focus{
	background: transparent none;
}

#w3c img {
	border: 1px solid #000;
}

#w3c img:hover,
#w3c img:focus {
	border: 1px solid #e5eff5;
}

/* EQUATION STYLE */
.equation {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c5727a;
}

.equation  h2 {
	margin: 0;
	margin-bottom: 10px;
	overflow:hidden;
}

.equation a{
	border-bottom: 1px dotted #c5727a;
	text-decoration: none;
}

/*.equation pre {
	display: inline;
} remplacé par span class code*/

.equation .mathML {
	margin-bottom: 10px;
	cursor:default;
	color:#003e5d;
	font-size: 24px;
	font-family:Times New Roman;

	overflow:auto;
	overflow-x:auto;
	min-height: 30px;
	/*min-height: 70px; in ie.css*/
	/*_height: 70px; in ie.css*/
}

.equation .action {
	margin-bottom: 10px;
	color: #c5727a;
	font-size: 11px;
}
.equation .action  a{
	background: #e5eff5 none;
	color: #006699;
	border-top: 1px solid #b2d1e0;
	border-left: 1px solid #b2d1e0;
	border-bottom: 1px solid #006699;
	border-right: 1px solid #006699;
	padding: 2px;
	margin-right: 10px;
}

.equation .information {
	margin-bottom: 10px;
	color: #c5727a;
	font-size: 11px;
}

.equation .commentaire {
	color: #000000;
	text-align: justify;
	font-size: 11px;
	overflow:hidden;
}

.equation .AsciiMath {
	margin-bottom: 10px;
	color: #c5727a;
	font-size: 11px;
	overflow:hidden;
}

.equation .code {
		color: #000000;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.equation .emplacement {
	margin-bottom: 10px;
	color: #c5727a;
	font-size: 11px;
}

.equation .redacteur {
	margin-bottom: 10px;
	color: #c5727a;
	font-size: 11px;
	overflow:hidden;
}

.equation .definition {
	margin-bottom: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: justify;
}

/* BIG LISTE STYLE */
div.liste {
	margin-left: 20px;
}
.liste a {
	text-decoration: none;
	font-size: 11px;
}

/* PAGELET STYLE  */
.pagelet {
	width: 100%;
	min-height: 50px;
	/*_height: 100px; in ie.css */
	border: 1px solid #000;
	border-bottom: 4px solid #000;
	margin-top: 12px;
	background: #fff;
}

.pagelet  h2 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #000 none;
	margin: 0;
}

.pagelet  h2 a {
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	display: block;
	width:133px;
}

.pagelet  h2  a:visited {
	color: #fff;
}

.pagelet  h2  a:hover,
.pagelet  h2  a:focus {
	border: 1px solid #c5727a;
	background-color: #8f3422;
	color: #fff;
	text-decoration: none;
}

.pagelet  h2  a.rss{
	background:#000 url(../image/icon_rss.gif) no-repeat center right;
}

.pagelet  h2  a.rss:hover,
.pagelet  h2  a.rss:focus {
	background:#8f3422 url(../image/icon_rss.gif) no-repeat center right;
}

.pagelet p {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c5727a;
	font-size: 11px;
	text-align: left;
}

.pagelet p.text {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-bottom: 0px none;
	font-size: 11px;
	text-align: left;
}

.pagelet p a {
	text-decoration: none;
	display: block;
	width: 126px;
	/*width: 123px; in ie.css */
	overflow:hidden;
}

.pagelet a.bottom {
	font-size: 10px;
	text-align: center;
	color: #656565;
	background-color: #000;
	text-decoration: underline;
	display: block;
	width:135px;
}

.pagelet a.bottom:hover,
.pagelet a.bottom:focus {
	color: #e5eff5;
}

.pagelet fieldset {
	border: none;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}
.pagelet label {
	display: block;
	clear: both;
}

.pagelet input,
.pagelet textarea {
	padding-left: 5px;
	/*margin-left: -4px; in ie.css */
	margin-bottom: 5px;
	display: block;
	clear: both;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #e5eff5 none;
	color: #069;
}

.pagelet input.text  {
	width: 117px;
	border-top: 1px solid #069;
	border-left: 1px solid #069;
	border-bottom: 1px solid #b2d1e0;
	border-right: 1px solid #b2d1e0;
}

/*.pagelet input.text:focus,*/
.pagelet input.textfocus {
	width: 117px;
	border-top: 1px solid #e09900;
	border-left: 1px solid #e09900;
	border-bottom: 1px solid #f8d996;
	border-right: 1px solid #f8d996;
	background: #ffffcc none;
	color: #000000;
}
.pagelet input.submit {
	border-top: 1px solid #b2d1e0;
	border-left: 1px solid #b2d1e0;
	border-bottom: 1px solid #069;
	border-right: 1px solid #069;
	cursor: pointer;
	/*_cursor:hand; in ie.css */
}

#imageJour.pagelet  h2 a {
	width:362px;
}

/* FORM STYLE  */
div.form-container {
	margin: 10px;
	padding: 10px;
	/*background-color: #fff;*/
	border: none;
}

div.legend {
	padding-bottom: 15px;
}
div.legend em {
	color: #8f3422;
	font-style: normal;
}

div.info {
	margin: 20px;
	padding: 5px;
	padding-left: 60px;
	background:#ffffcc url(../image/info.gif) no-repeat center left;
	min-height:40px;
	/*_height:40px; in ie.css */
	border: 1px solid #006090;
	color: #006090;
}

div.info a {
	color: #006090;
}

div.pagination {
	margin-top:10px;
	min-height:15px;
	/*_height:15px;  in ie.css */
}
div.pagination a.inactif {
	text-decoration: none;
	color: #006699;
	border-top: 1px solid #b2d1e0;
	border-left: 1px solid #b2d1e0;
	border-bottom: 1px solid #006699;
	border-right: 1px solid #006699;
	background: #e5eff5 none;
	min-width: 20px;
	/*_width: 20px; in ie.css */
	display:block;
	float:left;
	text-align:center;
	margin-right:5px;
}
div.pagination a.actif {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
	border-bottom: 1px solid #b2d1e0;
	border-right: 1px solid #b2d1e0;
	background: #e5eff5 none;
	min-width: 20px;
	/*_width: 20px; in ie.css */
	display:block;
	float:left;
	text-align:center;
	margin-right:5px;
}
div.pagination span.space {
	width: 20px;
	display:block;
	float:left;
}

div.form-container form div.errors {
	margin: 0 0 10px 0;
	padding: 5px;
	padding-left: 60px;
	background:#ffffcc url(../image/warning.gif) no-repeat center left;
	height:40px;
	border: 1px solid #8f3422;
	color: #8f3422;
}

div.form-container form div.errors  a {
	color: #8f3422;
}

div.form-container form div.note {
	margin: 0;
	margin-left: 225px;
	/*_margin-left: 218px; in ie.css */
	padding: 0;
	font-size: 11px;
	text-align: justify;
}

div.form-container form div.noteerror {
	margin: 0;
	margin-left: 225px;
	/*_margin-left: 218px; in ie.css */
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #8f3422;
	text-align: justify;
}

div.form-container form fieldset legend {
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #006699;
}

div.form-container form fieldset {
	margin:0;
	margin-top: 10px;
	padding: 10px;
	border: #b2d1e0 1px solid;
}

div.form-container form fieldset div {
	padding: 0;
	padding-top: 10px;
	display:block;
	clear:both;
}

div.form-container label, 
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 205px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	color: #069;
}

div.form-container label em, 
div.form-container span.label em {
	position: absolute;
	right: 0;
	font-style: normal;
	color: #C00;
}

div.form-container input,
div.form-container textarea {
	padding-left: 5px;
	padding-right: 5px;
	background: #e5eff5 none;
	color: #069;
}

div.form-container input.checkbox {
	background: transparent none;
}

div.form-container input.text,
div.form-container textarea {
	border-top: 1px solid #069;
	border-left: 1px solid #069;
	border-bottom: 1px solid #b2d1e0;
	border-right: 1px solid #b2d1e0;
}

div.form-container input.text:focus, 
div.form-container textarea:focus ,
div.form-container input.textfocus, 
div.form-container textarea.textfocus {
	background-color: #ffffcc;
	border-top: 1px solid #e09900;
	border-left: 1px solid #e09900;
	border-bottom: 1px solid #f8d996;
	border-right: 1px solid #f8d996;
	color: #000000;
}

div.form-container input.error, 
div.form-container textarea.error {
	border: 2px solid #c5727a;
	background-color: #ffeeff;
	color: #8f3422;
}

div.form-container input.error:focus,
div.form-container textarea.error:focus,
div.form-container input.errorfocus,
div.form-container textarea.errorfocus {
	border: 2px solid #8f3422;
	background-color: #ffeeff;
	color: #000000;
}

div.form-container input.readonly {
	border: 1px solid #069;
	color: #000000;
}

#fieldEmail,
#fieldTitre,
#fieldAsciiMath,
#fieldCommentaire {
	width:431px;
}

#fieldEmail.error,
#fieldEmail.errorfocus,
#fieldTitre.error ,
#fieldTitre.errorfocus,
#fieldAsciiMath.error,
#fieldAsciiMath.errorfocus,
#fieldCommentaire.error,
#fieldCommentaire .errorfocus {
	width:429px;
}

#iconAsciiMath {
	background:#ffffff url(../image/accueil/icon_ascii_out.png) no-repeat;
	text-decoration: none;
	display:block;
	width:46px;
	height:34px;
	margin-left:160px;
	margin-top:30px;
}

#iconAsciiMath:hover,
#iconAsciiMath:focus {
	background:#ffffff url(../image/accueil/icon_ascii_over.png) no-repeat;
}

#iconDiscipline{
	background:#ffffff url(../image/tree/menu_out.png) top right no-repeat;
	text-decoration: none;
	display:block;
	height:16px;
	color: #069;
	margin-top:2px;
	margin-left:90px;
	padding-right:20px;
}

#iconDiscipline:hover,
#iconDiscipline:focus {
	background:#ffffff url(../image/tree/menu_over.png) top right no-repeat;
}

#imgEditeur {
	border: 1px solid #006699;
}

div.form-container div.buttonrow {
	padding-top: 10px;
	padding-left: 236px;
}

div.form-container input.button {
	background: #b2d1e0 none;
	color: #006090;
	border-top: 1px solid #e5eff5;
	border-left: 1px solid #e5eff5;
	border-bottom: 1px solid #069;
	border-right: 1px solid #069;
	cursor: pointer;
	/* _cursor:hand; /* for ie IE ie.css*/
}

div.form-container input.buttonSubmit,
div.form-container input.buttonReset {
	height: 26px;
	margin-right: 10px;
	border-top: 1px solid #f8d996;
	border-left: 1px solid #f8d996;
	border-bottom: 1px solid #e09900;
	border-right: 1px solid #e09900;
	color: #8f3422;
	font-weight: bold;
	cursor: pointer;
	/*_cursor:hand; in ie.css */
}

div.form-container input.buttonSubmit{
	padding: 0;
	padding-left: 20px;
	/* padding-left: 10px; in ie.css*/
	background: #ffffcc url(../image/tick.png) no-repeat center left;
}

div.form-container input.buttonReset {
	padding: 0;
	padding-left: 22px;
	/* padding-left: 12px; in ie.css*/
	background: #ffffcc url(../image/cross.png) no-repeat center left;
}

div.form-container input.button:focus,
div.form-container input.button:hover,
div.form-container input.buttonSubmit:focus,
div.form-container input.buttonSubmit:hover,
div.form-container input.buttonReset:focus,
div.form-container input.buttonReset:hover {
	color: #000000;
}

#formascii textarea {
	height: 180px;
}

/* SUGGESTION STYLE  */
div#suggestion {
	z-index: 10000;
	display: none;
	float: right;
	position: relative; left: 0px; Top: 0px;
	padding: 0px;
	padding-top: 5px;
	margin-right: 10px;
	width: 250px;
	overflow: hidden;
	white-space:nowrap;
	background: #ffffcc none;
	border: 1px solid #f8d996;
	text-align: left;

	/*-moz-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);*/
}

#suggestion a {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	float:left;
	display:block;
	width:100%;
}
#suggestion a:hover,
#suggestion a:focus {
	color: #000000;
	background: #f8d996 none;
}

#suggestion a.bottom {
	color: #cf9009;
	background: #f8d996 none;
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
	height: 15px;
	margin-top: 5px;
}

#suggestion a.bottom:hover,
#suggestion a.bottom:focus {
	text-decoration: underline;
	color: #000000;
}
