@import url("../css/menu.css");
@import url("../css/recap.css");

body,h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd,blockquote {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 75% Arial, Helvetica, sans-serif;
	background: #CCC url(../images1/fondpage.jpg) repeat-x top;
}

img {
	border: 0;
}

/*****************************************/
/********* Structure du site *************/
/*****************************************/

/* Style de la zone principale de layout */
#global {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

/* Style de la zone d'entête */
#header {
	padding: 0px 6px 0 6px;
}

/* Style de la zone du contenu de la page */
#page {
	width: 768px;
	padding: 0 6px 6px 6px;
}

/* Style de la zone du pied de page */
#footer {
	padding: 0;
}

/* Style de la barre latérale de la page d'accueil */
#sidebar {
  width: 230px;
  float: left;
}

/* Style de la zone de thème de la page d'accueil */
#themes {
  width: 535px;
  float: right;
}

#liensfooter {
	text-align: center;
	padding: 10px 6px;
	font-size: 0.9em;
	color: #000000;
	background: #FFEC4E url(../images1/footer_bas.png) no-repeat left bottom;
}

#footer {
	padding: 0px;
	background-color: #CCC;
}

/*****************************************/
/***************** Texte *****************/
/*****************************************/

p, div, span {
	font: 10px Verdana;
	color: #160F96;
}

p.corps:first-letter {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
}

p.pdf {
	background-image: url(../images1/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 10px 3px 10px 35px;
	width: 27%;
	margin: 10px 15px 10px 45px;
	background-color: #EEEEEE;
	border: 1px #90afdd dotted;
}

p.word {
	background-image: url(../images1/word.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 10px 3px 10px 35px;
	width: 27%;
	margin: 10px 15px 10px 45px;
	background-color: #EEEEEE;
	border: 1px #90afdd dotted;
}

.entete2 {
	margin-top: 1px;
	margin-bottom: 10px;
	font: 13pt "Comic sans Ms";
	color: #4373C2;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

h1 {
	color: #FFFFFF;
	font-size: 20px "Comic sans Ms";;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
	padding-left: 10px;
	background: url(../images1/fondtitre_h1_bleu.png) no-repeat center right;
}

h2 {
	color: #4373C2;
	font: 13pt "Comic sans Ms";
	font-weight: bold;
	margin: 5px 5px 0px 5px;
	border-top: 1px dotted #4373C2;
	border-bottom: 1px dotted #4373C2;
	text-align: right;
}

h3 {
	font-style: italic;
	font-size: 18px "Comic sans Ms";;
	font-weight: bold;
	color: #4373C2;
	text-align: Center;
	border-bottom: 1px #90afdd dotted;
}

h4 {
	font-weight: bold;
	font-size: 0.9em;
	color: #4373C2;
	border-bottom: 1px #90afdd dotted;
	text-align: right;
	text-transform: uppercase;
}

div.corps {
	padding-top: 0px;
	margin: 0px 5px 5px 15px;
}

.orange {
	background-color: #FFEC4E;
}

.quote {
	font-size: 9px;
	font-style: italic;
	width: 650px;
	text-align: justify;
}

/*****************************************/
/***************** liens *****************/
/*****************************************/

a {
	color: #4373C2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #160F96;
	font-weight: bold;
}

div.corps * a {
	text-decoration: underline;
}

/*****************************************/
/**************** Listes *****************/
/*****************************************/

li {
	list-style-image: url(../images1/puce.gif);
	display: list-item;
}

ol.no-list, ul.no-list {
	list-style-type: none;
}

/*
 * Pub
 */
#pub {
	margin: 0px 0 5px 0;
	border: 1px yellow solid;
	z-index: -3;
}

/*
 * Actualités
 */
#actu {
  margin-bottom: 10px;
}

#actu h3 {
  border: none;
  background: url(../images1/fondtitre_h3_jaune.png) right;
}

#actu ul {
	border: solid yellow 1px;
}

#actu li {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 22px;
  list-style-image: url(../images1/puce.gif);
	display: list-item;
}

/*
 * Nombre d'inscrits
 */
#inscrits {
  margin-bottom: 10px;
}

#inscrits h3 {
  border: none;
  background: url(../images1/fondtitre_h3_jaune.png) right;
}

#inscrits_maj {
  font-size: 10px;
  text-align: right;
  vertical-align: center;
  color: red;
}

#inscrits table {
	border: solid yellow 1px;
}

#inscrits tr {
  background-color: yellow;
}

#inscrits td {
	width: 20%;
	padding: 3px 15px 3px 5px;
	font-weight: bold;
	text-align: right;
	border: solid #FFFFFF;
	border-width: 0 0 thin 0;
	
}

#inscrits #total {
	font-size: 2.5em;
	color: #F60;
}

/*
 * Thèmes 
 */
.theme {
	float: right;
	padding-bottom: 4px;
  margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 3px;
	width: 172px;
	height: 15.5em;
	background: url(../images1/themes_bas.png) no-repeat bottom left;
}

.corps_theme {
  border: 1px solid #dedede;
  border-top: none;
  border-bottom: none;
}

.theme h3 {
  border: none;
	height: 20px;
	color: #FFF;
	font-size: 1em;
	background: url(../images1/fondtitre_h3_bleu.png) right;
}

.img_theme {
  width: 170px;
  height: 80px;
}

.titre_theme {
	font-size: 1.2em;
	line-height: 1.1em;
	padding-bottom: 3px;
  margin-left: 4px;
	margin-bottom: 4px;
	border-bottom: 1px #90afdd dotted;
}

.txt_theme {
  height: 60px;
  margin-left: 4px;
}

#semiprio {
	margin-left: 0px;
	width: 400px;
}

/*****************************************/
/***************** Tableau ***************/
/*****************************************/
table {
	font: 10px Verdana;
	color: #160F96;
}

table.detail, table.detail_parcours {
	font: 9px Verdana;
	color: #160F96;
	border: thin solid;
	background-color: white;
	width: 80%;
}

table.detail td, table.detail_parcours td {
	border: 1px solid #6495ed;
}

table.detail th, table.detail_parcours th {
	background-color: #6495ed;
	color: white;
	height: 20px;
}

table.detail tr:hover, table.detail_parcours tr:hover {
	background-color: #FFD978;
}

table.detail_parcours {
	width: 90%;
	margin: 3px 10px 5px 10px;
}

table.sponsors {
	border: thin solid;
	background-color: white;
	width: 100%;
}

table.sponsors td {
	border: 1px solid #6495ed;
}


#cle {
	text-align: right;
}

/*****************************************/
/***************** divers *****************/
/*****************************************/
table.zeteici {
	clear: both;
	/*background-image: url("../images1/fond_position-rech.gif");*/
	background-image: url("../images1/fd_zeteici.png");
	background-repeat: no-repeat;
	margin-top: 22px;
	height: 5px;
}

td.zeteici {
	text-align: left;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 2px;
	height: 18px;
}

td.rech_ssmenu {
	text-align: right;
	padding-left: 5px;
}

div.toptop {
	height: 35px;
	background: url(../images1/top_langue.png) no-repeat left top;
	padding:0px 0px 0px 5px;
}

#langue {
	padding: 5px;
}

#hebergeurs {
	width: 130px;
}

#hebergeurs img {
  vertical-align: middle;
  margin-right:10px;
}

p.r_haut {
	border: thin dotted #6495ed;
	text-align: center;
	margin: 0px 0px 10px 92%;
	padding: 0px;
}

p.r_haut:hover {
	border: thin dotted #160F96;
}

p.r_haut:before {
	content: url("../images1/r_haut.gif");
}

.avert, .liens_ext {
	background-color: #EEEEEE;
	border: 1px #90afdd dotted;
	margin: 3px;
	padding: 2px;
}

.attention{
	color: red;
}

div.conteneur {
	margin: 0px;
	padding: 0px;
	height: 22px;
}

div.grd_conteneur {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	/*border: thin solid #6495ed;*/
}

div.lg_demi {
	width: 320px;
	margin: 10px;
	padding: 0px;
	text-align: justify;
	/*border: thin solid red;*/
	float: left;
}

.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
	padding: 0;
}

/*****************************************/
/**************** Cadres *****************/
/*****************************************/
div.cadre {
	padding: 1px 3px;
	margin: 10px;
	width: 600px;
	text-align: justify;
}

#map_general {
	text-align: center;
}

#resume_parcours, div.environnement {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 250px;
	margin-top: 5px;
}

#lien_carte {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	clear: right;
	text-align: center;
	font-weight: bold;
}

#description_parcours {
	padding: 5px;
	clear: none;
}

div.environnement {
	width: 150px;
}

.liens_ext {
	text-align: center;
	padding: 5px;
}

.c1 {
	background-color: white;
	color: red;
	font-size: 11pt;
}

.c2 {
	background-color: white;
	color: blue;
	font-size: 11pt
}

/*****************************************************
******************* Site Anglais *********************
******************************************************/

div.toptop_en {
	height: 35px;
	background: url(../images1/top_langue_en.png) no-repeat left top;
	padding:0px 0px 0px 5px;
}

div.welcome_photo{
  width:770px;
	height:140px;
}

table.thumb {
	clear: right;
	display: inline;
	float: left;
	width: 90px;
	height: 80px;
	margin-bottom: 21px;
	margin-left: 7px;
	margin-right: 7px;
}

#pres_en {
	float:left;
	/*border: thin solid red;*/
	margin:50px 0px 0px 30px;
	/*font-weight: bold;*/
}

#welcome_map {
	margin-left:30px;
	background-repeat: no-repeat;
}

#welcome_logo {
	background-image: url("../images1/welcome.png");
	height:157px;
	width:770px;
}

#welcome_date_descr {
	background-image: url("../images1/welcome_date_descr_eng.png");
	width:770px;
	height:31px;
	background-color:#4373C2;
}

#welcome_map {
	float:left;
	background-image: url("../images1/welcome_map.png");
	height:180px;
	width:283px;
	margin-top:15px;
}

#welcome_see_more {
	float:left;
	margin:10px 0px 0px 40px;
	font-weight: bold;
	text-align:center;
	width:400px;
}

#welcome_see_more .avert {
	padding-top:10px;
	width:300px;
	height:20px;
	text-align:center;
	margin:0px 0px 0px 40px;
}
