/* CSS Document ADMIN*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#page {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow: visible;
}

/* ----------------------Styles du CONTENT-------------------- */
#content {
	margin-left: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 90%;
	width: auto;
	overflow: visible;
	background-color: #FFFFFF;
	text-indent: 50px;
}


#content h3 {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FF6600;
	margin: 0px;
}

#content h4 {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
}




/* ----------------------Styles du HEADER-------------------- */
#header {
	background-color: #FFFFFF;
	height: 5%;

}

/* ----------------------Styles du FOOTER-------------------- */
#footer {
	text-align: center;
}

/* ----------------------Styles du MENU-------------------- */
#menu {
	background-color: #FFFFFF;
	color: #CC0000;
	font-weight: bold;
	list-style-type: none;
	position: absolute;
	right: 5%;
	top: 5px;
	font-size: 14px;
	margin: 0px;
}


#menu a:link {
	color: #CC0000;
	text-decoration: none;
}
#menu a:visited {
	color: #CC0000;
	text-decoration: none;
}
#menu a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#menu a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	text-decoration: none;
}

#menu li {
	display: inline;
	padding: 4px;
}


#smenusrub {
	background-color: #FFFFFF;
	color: #CC0000;
	font-weight: normal;
	list-style-type: none;
	font-size: 11px;
	position: absolute;
	right: 5%;
	top: 35px;
	margin: 0px;
	margin: 6px;
}

#smenusrub li {
	display: inline;
	padding: 4px;
}

#smenusrub a:link {

}
#smenusrub a:visited {

}
#smenusrub a:hover {

}
#smenusrub a:active {

}

/* ----------------------Styles du SMENU-------------------- */
#cnx {

	margin-bottom: 40px;
}

#smenu {
	width: 200px;
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: visible;
	float: Aucune;
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: auto;
	font-size: 11px;
}

#smenu a {
color:#CC0000;
background-color:transparent;
display:block;
font-weight:700;
margin-left:1em;
padding-left:1em;
text-decoration:none;
}

#smenu ul{
margin-bottom:1.5em;
margin-top:0.5em;
}

#smenu li{
display:inline;
list-style:none;
}

#smenu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#smenu a:visited {}
#smenu a:hover {
background-color:#CC0000;
color:#FFFFFF;
}
#smenu a:active {
	color: #FFFF00;
	background-color: #CC0000;
}

#smenu h2{
	font-size:1.2em;
	font-weight:700;
	margin:0;
	padding-left:0em;
	text-transform:uppercase;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	color: #666666;
}

#smenu h2:first-letter{
color:#CC0000;
}

/* ----------------------Styles divers-------------------- */

h1 {
	color: #0099FF;
}

a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

table {
	border: thin solid #000000;
	margin-right: 3%;
	margin-left: 3%;
	font-size: 10px;
	width: 92%;
}

tr {
	border: thin solid #000000;
}

th {
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	white-space: normal;
	background-color: #D8D8D8;
}

td {
	padding-top: 0.3em;
	padding-right: 2em;
	padding-bottom: 0.3em;
	padding-left: 2em;
}

.auth {
	top: 50%;
	right: 150px;
	float: left;
	text-align: right;
	width: auto;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


legend {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

caption {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E6E6E6;
	border: thin solid #333333;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E6E6E6;
	border: thin solid #333333;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E6E6E6;
	border: thin solid #333333;
	font-size: 10px;
}

#url {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}

img {
	border:0;
}


td     { border: 0px #747474 }

.blanc {
	color: #FFFFFF;
}

.vert {
	color: #009933;
}

.rouge {
	color: #CC0000;
}

#error {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	border: 1px solid #FF0000;
	padding: 2px;
	font-size: small;
	font-weight: bold;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	border: 1px solid #FF0000;
	padding: 2px;
	font-size: small;
	font-weight: bold;
}

.L1 {
	background-color: #F5F5F5;
}

.L0 {

}

.puce
{
	background-image: url(../../images/puce_infos.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	list-style-image: url(../../images/puce_infos.gif);
}

#admin {
	font-size: xx-large;
}
