@import "../../plugins/lightbox/css/lightbox.css";
@import "../../plugins/opencubemenu/quickmenu_styles.css";

/******************************* GENERAL ****************************************/

body {
	position : relative;
	margin : 0px;
	padding : 0px;/* Centrage IE */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000;
	background-image : url(../images/interface/fond.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D1D1D1;
}

h1 {
	display : block;
	position : relative;
	float :none;
	clear : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #333;
	font-variant: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	/*margin-right: 25px;*/
	padding: 0px 0px 0px 0;
	margin:  0 0 40px 10px;
	background-repeat: no-repeat;
	background-position: left;
	font-style: italic;
	margin-top: 5px;
	text-transform: none;
	text-decoration: none;
}

h2 {
	display : block;
	position : relative;
	font-size : 20px;
	font-weight : bold;
	color : #C5291B;
	font-family : Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	margin: 5px 0px 8px 0px;
}

h3 {
	display : block;
	position : relative;
	font-family : arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #C5291B;
	font-style: italic;
	text-decoration: none;
	text-align: left;
}

h4 {
	display : block;
	position : relative;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #333;
}

h5 {
	display : block;
	position : relative;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333;
}

a {
	text-decoration : underline;
	font-weight : normal;
	color : #333333;
}
a:hover {
	text-decoration : underline;
	font-weight : normal;
	color : #666666;
}

img {
	border : 0px;
	margin : 0px;
}

form {
	margin : 0px;
}

input, textarea, select {
	font-size : 11px;
	font-family : verdana, arial, sans-serif;
	border : 1px solid #666666;
	background-repeat: repeat;
	background-position: top;
	background-image: url(../images/interface/form.gif);
}

hr {
	float : none;
	clear : both;
}

/******************************* INTERFACE ****************************************/

div#global {
	position : relative;
	width : 983px;
	/*min-height : 500px;*/
	margin: 0px auto 0px auto;
	padding : 0px;
	text-align: left;
	right : 34px;
}

/* En-tête */
div#header {
	width : 940px;
	height : 176px;
	margin : 0px;
	padding: 0px;
	position : relative;
	float : none;
	clear : left;
	background-image: url(../images/interface/logo.png);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center top;
}
div#header a {
	display : block;
	position : absolute;
	margin : 50px 0px 0px 25px;
	width : 545px;
	height : 98px;
}

div#flag {
	display : block;
	position: absolute;
	left : 880px;
	top : 175px;
	margin : -30px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 130px;
	height : 15px;
	z-index: 90;
}

div#flag a {
	display : block;
	float : left;
	margin : 0px 8px 0px 8px;
	padding : 0px 0px 0px 0px;
	width : 21px;
	height : 15px;
	text-decoration: none;
	
}

div#flash-header {
	width : 431px;
	height : 110px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	position : relative;
	float : none;
	clear : right;
	/*background-image: url(../images/interface/logo.png);
	background-repeat: no-repeat;
	background-position : 0px 3px;*/
}

/* Menu principal */
div#mainmenu {
	width : /*980px*/1000px;
	margin : 0px;
	padding : 0px;
	position : relative;
	float : none;
	clear : left;
	vertical-align : top;
	z-index : 50;
	left: 0px;
}

/* CONTENU */
div#content {
	width : 983px;
	height : auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 30px;
	position : relative;
	float : none;
	clear : left;
	vertical-align : top;
	text-align: left;
}

/* TABLEAU INSERE DANS L'ADMIN */
div#content table {
	display : block;
	position : relative;
	float : left;
	clear : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#content table td {
	font-size : 11px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

div#content ul {
	position : relative;
	margin : 0px;
	padding : 0px 0px 0px 15px;
}

div#content ul li {
	position : relative;
	margin : 0px;
	padding : 0px;
	width : auto;
	list-style-image: url(../images/puce.png);
}

/*********************************** DIVERS OBJETS *******************************************/

/************************************* MESSAGES **********************************************/

/* Message d'alerte */
p.alerte {
	display : block;
	position : relative;
	float : none;
	clear : left;
    width : auto;
    margin : 2px auto 2px auto;
    padding : 2px;
    text-align : center;
    border : 1px #D9302F solid;
    background-color : #FFDFDF;
    color : #D9302F;
    font-size : 11px;
	font-family : verdana, arial, sans-serif;
    font-weight : bold;
}

/* Message de confirmation */
p.info {
	display : block;
	position : relative;
	float : none;
	clear : left;
    width : auto;
    margin : 2px 0px 2px 0px;
    padding : 2px;
    text-align : center;
    font-size : 11px;
	font-family : verdana, arial, sans-serif;
    font-weight : bold;
    color : #328D04;
    background-color : #DFFFDF;
    border : 1px #328D04 solid;
}

/* helpers */
.clearfix {
    clear: both;
}

/* stop the floating after the list */
.listwrapper br {
  clear: left;
}
/* separate the list from what follows it */
div.listwrapper {
  margin-bottom: 1em;
}

/************************************* CLASSES APPLICABLES VIA EDITEUR *****************************************/

/* Texte grossi */
span.gros {
	font-size : 14px;
}

/* Texte de couleur */
span.couleur1 {
	color : #FF0000;
}

/* Références */

table.reference {
	padding : 0px;
	border-spacing : 5px;
}
table.reference td {
	vertical-align : top;
	padding : 0px;
}
.reference img {
	margin-top: 10px;
	margin-bottom: 3px;
}