/* $Id: main.css,v 1.1.4.4 2008/11/22 00:53:22 stevek Exp $
*/

/* GENERAL Styles 
----------------------------*/

body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	background-color: black;
	//background-image: url("../../../../../upload/images/LogoLargeCdsc13.gif");
	//background-repeat: no-repeat;
	//background-attachment: fixed;
	//background-position: 25% 0%;	
	//z-index: 5;
}

#page {
	/* Use a 14px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .875 = 14px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

/*body, caption, th, td, input, textarea, select, option, legend, fieldset { #JMP 02/08/2009*/
body, caption, th, td, select, legend, fieldset {
	color:khaki;
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}


/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link{
  color: orange;
  text-decoration:none;	
}

a:visited {
  color: orange;
  text-decoration:none;
}

a:hover {
  color: orange;
  text-decoration:underline;
}

a:active {
  color: orange;
  text-decoration:none;
}

/* Titles  */

h1 {
	font-size:1.8em;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0pt;
	color: orange;
}
h2 { font-size: 1.4em }
h3 { font-size: 1.2em }
h5 { font-size: .83em; line-height: 1.17em }
h6 { font-size: .67em }

h2.node-title {font-size: 1.2em; margin: 10px 0px 0px 0px} /*JMP 31/07/2009 réduit la taille de la balise H2
 
/* Paragraph Styles */

.node p {
  //margin: 1em 0;
	margin: 0px 0px 0px 0px;
}

.field-field-date div {
color : silver;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.even {
	//background-color: #F9F9F9;
	background-color: #333333;
}
tr.odd {
	//background-color: #fff;
	background-color: black;
}

/* Code */

pre, code {
	background-color:#efefef;
	display:block;
	padding:5px;
	margin:5px 0;
	border:1px solid #aaa;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* Date-based "abbreviations" show computer-friendly timestamps which are not
   human-friendly. */

abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}

li a.active {
	color: orangered;// couleur de liste ou menu actif

/* User Interface Styles 
---------------------------- */

.resizable-textarea textarea {
	font-size:14px!important;
}
.messages {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #04a107;
	color: #04a107;
	background-color: #edffed;
}
form{
	margin:10px 0;
}

/* Rollover edit links for blocks
----------------------------*/

div.block {
  position: relative;
}
div.block div.edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 11px;
  background-color: #fff;
}
div.block:hover div.edit {
  display: block;
}

/* ajout pour text box */
label {
margin-top:20px;
display:block;
font-size:90%;
}
label.inline {
display:inline
}
/*input {
border:1px solid black;
background-color:orange;
font-family:"trebuchet ms",sans-serif;
color:black;
}*/
input[type=text] {
background-color:orange;
font-family:"trebuchet ms",sans-serif;
color:black;
}
input[type=password] {
background-color:orange;
font-family:"trebuchet ms",sans-serif;
color:black;
}
input[type=submit] {
/*border:1px solid orangered;
background-color:orange;*/
background-color:transparent;
font-family:"trebuchet ms",sans-serif;
/µcolor:black;*/
color:khaki;
}
input[type=radio] {
margin-right:50px;
background-color:transparent;
border:none;
}


select, option {
background-color:#A6BEDE;
font-family:"trebuchet ms",sans-serif;
}
textarea {
border:1px solid black;
background-color:#A6BEDE;
font-family:"trebuchet ms",sans-serif;
}
