/* Retire toutes les valeurs par défaut des navigateurs */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,a:visited,a:link,a:hover,a:active {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

table,td,th {
	vertical-align: middle;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/* Retire les bordures débiles d'IE autour des images avec des liens ... */
a img {
	border: none;
}

/* Classes pour les messages de log */
#console {
	background-color: black;
	border: 1px solid black;
}

.log {
	font-weight: bold;
	font-family: "Lucida console", Arial;
	font-size: 85%;
	padding-top : 0px;
	padding-bottom : 0px;
}

.log-error, .log-mysql-error {
	color : red;	
}

.log-info {
	color : white;	
}

.log-debug {
	color : blue;	
}

.log-mysql {
	color : green;	
}

/* Styles généraux pour toutes les pages. Il existe ensuite un fichier css par page, si nécessaire */
body {
	text-align: center;
}

table {
	margin : auto;	
}

.alt {
	display: none;
}

.important {
	color : red;
	font-weight: bold;
}

p {
	text-align: justify;
	padding-top : 10px;
	padding-bottom : 10px;
}

p:first-letter {
	text-transform: uppercase;
}

.output {
	text-align: left;
}

.form-row {
	text-align: right;
}

.form-row legend {
}

.form-row label {
	float: left;
	text-align: left;
}

.form-row label:first-letter {
	text-transform: uppercase;
}

.value {
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	text-align : center;
}

input[type="submit"] {
	float: right;
}

input[type="text"], input[type="password"] {
	outline : none;
}

textarea {
	outline : none;	
	display : block;
}

a.div-url {
	display : block;
	height : 100%;
	width : 100%;	
}

#status {
	width: 100%;
	border-bottom: 1px solid #FF8A32;
	position: fixed;
	top : 0px;
	color: black;
	z-index: 200;
}

#status .error {
	background-color: red;
}

#status .info {
	background-color: #00FF00;
}

.error-message {
	color: red;
	font-size: 75%;
}

#page {
	margin: auto;
	z-index: 0;
	height: 1850px;
	max-height: 1850px;
	width: 1230px;
}

#left, #right {
	z-index: 5;
	height : 100%;
	witdh : 0px; /* Surchargé par le design si besoin*/
}

#left {
	float: left;
}

#right {
	float: right;
}

#page-wrapper-left {
	float: left;
}

#page-wrapper-right {
	float: right;
}

#page-wrapper-middle {
	overflow: hidden;
}

ul {
	list-style-type : none;
}

.page-block-top h3 {
	text-align : left;
	position : relative;
	top : 26px;
	margin-left : 174px;
	background-position : top center;
	background-repeat:no-repeat;
	width : 236px;
	height : 30px;
	text-align : center;
}

.dashlet {
	margin: auto;
	margin-bottom: 2px;
}


/* Styles pour les captchas */
#recaptcha_widget_div {
	text-align : center;
	margin-top : 5px;
	margin-bottom : 5px;	
}

#recaptcha_area {
	text-align : left;
	margin : auto;	
}

#recaptcha_response_field {
	border : 1px solid black;
	background-color : white;
	color : black;
	background-image : none;
	height : 20px;
}

#devflags {
	position: fixed;
	background-color: blue;
}


/*
	Introduit par CSS3
	curcycorners se sert de ces attributs pour reproduire un fonctionnement similaire sous IE6, 7 et 8.
*/
.block,.block h3,.block .sub, textarea {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


/**
 * Tips via mootools.
 */
.tip-wrap .tip {
	color: #fff;
	z-index: 13000;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	background-color : black;
	border-color : #EE742A;
	border-style : solid;
	border-width : 1px;
	padding : 2px;
	opacity : 0.6;
}

.tip-wrap {
    position: relative;
    z-index: 1000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

.onglets {
    display: none;
}

