/*******************************************************************************

   Général

*******************************************************************************/
html {
	font-size: 100%;
}

body {
  margin: 0;
  padding: 0;	
	color: #333;
	font: 0.75em Trebuchet MS, arial, sans-serif; /* Equivaut à 12px */
	background: #009036 url(/images/background.gif) repeat-x;
}

a {
	color: #51a3d2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Hack pour Firefox supprimant les pointillés lors des clics
------------------------------------------------------------------------------*/
a,
input.button {
  outline: none;
}

a:focus,
input.button:focus {
  -moz-outline-style: none;
}

/* Conteneurs principaux
------------------------------------------------------------------------------*/
div#container1 {
	width: 760px;
	margin: 0 auto;
	background: url(/images/background_middle.jpg);
}

div#container2 {
	min-height: 697px;	
	background: url(/images/background_top.jpg) no-repeat;
	zoom: 1; /* Fix IE 6 */
}



/*******************************************************************************

   En-tête

*******************************************************************************/
div#header {
	position: relative;
	height: 332px;
}

div#header h1 {
	position: absolute;
	top: 40px;
	left: 46px;
	margin: 0;
	padding: 0;
}

div#header h1 a img {
	border: none;
}

p#breadcrumbs {
	position: absolute;
	top: 262px;
	right: 50px;
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-align: right;
}



/*******************************************************************************

   Menu principal

*******************************************************************************/
ul#main-menu {
	float: left;
	width: 205px;
	margin: 35px 30px 0 0;
	padding: 0;
	list-style-type: none;
}

ul#main-menu li {
	margin-bottom: 5px;
}

ul#main-menu a {
	display: block;
	height: 39px;
	padding-left: 55px;
	background: url(/images/main_menu.jpg) no-repeat;
	color: #009036;
	font-size: 1.2em;
	text-decoration: none;
}

ul#main-menu a:hover {
	background-position: 0 -78px;
	color: #51a3d2;
}

ul#main-menu li.li-inPath a,
ul#main-menu li.li-current a {
	background-position: 0 -39px;
	color: #e27604;	
}



/*******************************************************************************

   Contenu

*******************************************************************************/
div#content {
	float: left;
	width: 495px;
}

div#content h2 {
	border-bottom: 1px solid #ccc;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

div#content h3 {
	padding: 0 0 0 32px;
	background: url(/images/puce1.gif) no-repeat;
	line-height: 26px;
	color: #009036;
	font-size: 1.5em;
	font-weight: bold;	
}

div#content h4 {
	font-size: 1.3em;
	font-weight: bold;		
}

div#content h5 {
	font-size: 1.1em;
	font-weight: bold;
}

p.resultsInfo {
	font-style: italic;
}



/*******************************************************************************

   Pied de page

*******************************************************************************/
div#footer {
	position: relative;
	clear: both;
	height: 273px;
	background: url(/images/background_bottom.jpg);	
}

/* Menu footer
------------------------------------------------------------------------------*/
ul#footer-menu {
	position: absolute;
	top: 125px;
	right: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul#footer-menu li {
	display: inline;
}

ul#footer-menu a {
	margin-left: 10px;
}

/* Coordonnées
------------------------------------------------------------------------------*/
p#coords {
	position: absolute;
	top: 161px;
	left: 150px;
	margin: 0;
	padding: 4px 0;
	color: white;
	font-size: 0.9em;
	line-height: 14px;
}

p#coords a {
	color: white;
}

/* Copyright
------------------------------------------------------------------------------*/
p#copyright {
	position: absolute;
	bottom: 10px;
	left: 49px;
	margin: 0;
	padding: 0;
	color: #009036;
	font-size: 0.8em;
}

p#copyright a {
	color: #009036;
	text-decoration: none;
}

p#copyright a:hover {
	text-decoration: underline;
}

/* ISICS.fr
------------------------------------------------------------------------------*/
p#isics {
	position: absolute;
	bottom: 10px;
	right: 30px;
	margin: 0;
	padding: 0;
}

p#isics a img {
	border: none;
}



/*******************************************************************************

  Galeries

*******************************************************************************/
div.galleryList  a img,
div.gallery a img {
	border: none;
}

div.galleryList p.description,
div.gallery div.description {
	margin: 0 0 15px 0;
}

div.galleryList a.seeGallery {
  font-style: italic;
}

ul.gallery {
  list-style-type: none;
  margin: 0;
	padding: 0;
}

ul.gallery li {
	background: white;
	border: 1px solid #ccc;
	display: block; 
  float: left;
  height: 192px;
  margin: 0 19px 19px 0;
  text-align: center;  
  width: 150px;
}

ul.gallery li.lastOfRow {
  margin-right: 0 !important;
}

ul.gallery p.image {
	height: 152px;
  margin: 0 0 8px 0 !important;
}

ul.gallery p.title {	
	font-size: 10px;
	height: 30px;
	line-height: 15px;
  margin: 0 !important;
  overflow: hidden;
}

div.galleryList p.description,
div.gallery ul.pagination {
	clear: left;
}



/*******************************************************************************

  Pager

*******************************************************************************/
ul.pagination {
	background: white;
	border: 1px solid #ccc;
  list-style-type: none;
	
  padding: 1px 0;
  text-align: center;
}

ul.pagination li {
  display: inline;
  font-size: 1.2em;
  margin: 0 5px;
}

ul.pagination a img {
  border: none;
}



/*******************************************************************************

   Formulaire

*******************************************************************************/
form.defaultForm input,
form.defaultForm select,
form.defaultForm textarea {
	font: 1em Arial, sans-serif;
}

form.defaultForm fieldset legend {
	padding: 70px 0 20px 32px;
	color: #009036;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/images/puce1.gif) no-repeat 0 70px;
	line-height: 26px;	
}

/*ie7  seulement  */
*+html form.defaultForm fieldset legend {
	padding: 10px 20px !important;
	margin: 0 !important;
}

.defaultForm fieldset {
	border: none;
	padding: 0 0 8px 0;
	margin: -50px 0 0 0;
	border-bottom: 1px solid #ccc;	
}

/*ie7  seulement  */
* +html form.defaultForm fieldset {
	display: block;
	margin-top: 10px !important;
}

form.defaultForm p {
	margin: 0 0 2px 0;
}

form.defaultForm label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 150px;
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
}

form.defaultForm input.textField, form.defaultForm textarea, form.defaultForm select {
	padding: 2px;
	border: 1px solid #ccc;
}

form.defaultForm textarea {
	margin: 0;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #333 !important;
}

.defaultForm textarea {
	width: 250px !important;
}

.defaultForm  input.button {
	margin: 20px 0 0 190px !important;
}

input.button:focus {
	border: 0 !important;
}

.defaultForm .asterisk {
	color: #e27604;
	font-size: 1em;
	font-weight: bold;
	vertical-align: top;
}

.defaultForm .requiredField {
	color: #e27604;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	margin: 0 !important;
	padding: 0;
	text-align: right;
}

.form-errors {
	margin: 0 0 20px 0;
	border: 1px solid #e27604;
	color: #e27604;
}

.form-errors p {
	background: #e27604;
	font-size: 1em !important;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 2px 4px;
}

.form-errors dl {
	padding: 5px;
}

.form-errors dt {
	padding-left: 20px;
	font-weight: bold;
	float: left;
	padding-right: 12px;
	width: 240px;
}

.form-errors dd {
	margin: 0;
}

p.form-error {
  color: #e27604;
	font-weight: bold;
	margin: 0 0 0 160px !important;
}

img#cryptogram {
	background: white;
}

p.submit {
	text-align: right;
}



/*******************************************************************************

   orchestra

*******************************************************************************/
div.orchestracms-page p {
	text-align: justify;
}

div.orchestracms-page ul,
div.orchestracms-sitemap ul {
	list-style-type: none;
	margin: 0 30px 0 0;
	padding: 0 0 0 16px;
}

div.orchestracms-page li,
div.orchestracms-sitemap li {
	padding-left: 15px;	
	background: url(/images/puce2.gif) no-repeat 0 5px;
}

div.orchestracms-sitemap {
	font-size: 1.2em;
}

div.orchestracms-sitemap li {
	background-position: 0 12px;
	line-height: 2em;
}