body {
   background-color: #000;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

body.frame {
   /*background-image: url('../images/backgrounds/Background-frame.jpg');*/
   /* Pour tous les navigateurs */
   margin-bottom: 5;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   /* Pour Opera */
   padding-bottom: 5;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}

body.popup {
   background-image: url('images/backgrounds/Background-popup.jpg');
   /* Pour tous les navigateurs */
   margin-bottom: 5;
   margin-left: 0;
   margin-right: 0;
   margin-top: 5;
   /* Pour Opera */
   padding-bottom: 5;
   padding-left: 0;
   padding-right: 0;
   padding-top: 5;
}




* {
   font-family: verdana;
   font-size: 10;
   color: #fff;
}



a {
   text-decoration:none;
}

a:link {
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

a:visited {
   text-decoration:none;
}

a img {
   border: 0px;
   outline-style: none;
}

img.wBorder {
   border: 1px;
   border-color: black;
   border-style: solid;
}

img.noBorder {
   border: 0px;
}

/*
div.bckgrnd {
   display: none;
   background-color : #fff;
   filter: alpha(opacity=60);
   -moz-opacity: .60;
   opacity: .60;
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
}
*/




p {
   text-align: justify;
}

br {
   clear: left;
}

hr.red {
    color: #900;
	background-color: #900;
	height: 1px;
	border: 1px solid #900;  
}

h1 {
   font-size: 12;
   color: #006633;
}

blockquote.quote {
   font-style: italic;
}

.mini {
   font-size: 0.8em;
}

.rss {
   color: #f60;
}

/* A SUPPRIMER */
.entete {
   text-align: center;
   background-color: #000;
}


/* TABLEAUX */

/* ENTETES */
table.header {
   background-color: #000;
   border-collapse: collapse;
   width: 100%;
   border: 0px
}

.header tr {
   height: 25px;
   background-color: #000;
}

.header td {
   font-size: 11;
   text-align: center;
   font-weight: bold;
   padding: 5px;
}

/* LIGNES */
tr.hover {
   height: 25px;
   background-color: #000;
   cursor: pointer;
}

tr.odd {
   height: 25px;
   background-color: #333;
}

tr.even {
   height: 25px;
   background-color: #292929;
}






/* A SUPPRIMER */
.linkGaleryNormal {
   font-weight: normal;
}

.linkGaleryBlack {
   font-weight: bold;
}



/* A SUPPRIMER */
/* Interviews presse */
span.interviewPers {
   font-weight: bold;
}

span.interviewTalk {
   font-weight: normal;
}

span.interviewNote {
   font-style: italic;
}


/* Web 2.0 */

input, textarea {
   background-color: #fff;
   border: 1px outset #900;
   color: #900;
}

input.button {
   font-weight: bold;
   cursor: pointer;
}

.combo {
	width: 200px;
}
	
[disabled] {
	color: #000;
	background-color: #ddd;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	cursor: Not-Allowed;
	text-decoration: line-through;
}

input.date {
	text-align: center;
	width: 90px;
}

select {
   background-color: #000;
   border-color: #900;
   cursor: pointer;
}

input:focus, textarea:focus {
	background-color: #fcc;
	color: black;
	border-color: #900;
}

ul.ul, li.ul {
	color: #900;
	list-style-type: circle;
	margin-top: 3px;
}

li.ul > span {
	color: #fff;
}


/* Wrapper notifications utilisateur */
.wrapper_notification {
	display: none;
	position: absolute;
	z-index: 999;
	text-align: center;
	margin-top: 200px;
	padding: 3px;
	height: 20px;
	font-weight: bold;
	font-size: 11;
	line-height: 20px;
	cursor: pointer;
}

.hidden {
	display: none;
}

.success {
	border: 1px solid #093;
	background-color: #063;
	color: #093;
}

.failed {
	border: 1px solid #f00;
	background-color: #900;
	color: #f00;
}

.warning, .loading {
   color: #f60;
   font-weight: bold;
}

.notification_normal {
	color: #093;
	font-weight: bold;
}

.notification_erreur {
	color: #900;
	font-weight: bold;
}






/*
table {
   border: 0px
   padding: 0px;
}
*/
/*
.hoverImg {
   height: 25px;
   background-color: #000000;
   cursor: pointer;
}

.oddImg {
   height: 25px;
   background-color: #333333;
}

.evenImg {
   height: 25px;
   background-color: #292929;
}

.hover {
   height: 20px;
   background-color: #000000;
   cursor: pointer;
}

.odd {
   height: 20px;
   background-color: #333333;
}

.even {
   height: 20px;
   background-color: #292929;
}
*/




a.imgMini {
   color: rgb(0, 0, 0);
   text-decoration: none;
}


.pointer {
   cursor: pointer;
}



.tags {
	text-align: justify;
	margin-top: 30px;
}

.font_12 {
	font-size: 1.2em;
	color: #cc0000;
}

.font_14 {
	font-size: 1.4em;
	color: #ff5a5a;
}

.font_16 {
	font-size: 1.7em;
	color: #ea1e1e;
}

.font_18 {
	font-size: 2em;
	color: #ffb4b4;
}








form .required {
	color: #900;
	vertical-align: super;
}

.wrapper_traduction {
	display: none;
}

.help {
	cursor: help;
}