body {
	position: relative;
	color: #000;
	background-color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* fond du bas de site passe au-dessus du contenu*/
.fond_rub1 { background-color: transparent;} /* concours */
.fond_rub2 { background-color: transparent;} /* projets */
.fond_rub3 { background-color: transparent;} /* realisations */
.fond_rub4 { background-color: transparent;} /* contact */
.fond_rub5 { background-color: transparent;} /* nous sommes */
.fond_rub6 { background-color: transparent;} /* recrutement */
.fond_rub7 { background-color: transparent;} /* presse */
.fond_rech { background-color: transparent;} /* recherche */

/* pour png dans ie5-6 */
.imgmenu img {
	behavior:	url(squelettes/aktispng.htc);
}

/* positionnement general */
#contenu {
	position: relative;
	width: 1004px;
	margin: 10px 10px 0px 10px;
	height: 770px;
}

/* haut pages site */
#topsit {
	position: relative;
	width: 1004px;
	height: 124px;
}

/* bas pages site */
#botsit {
	position: relative;
	width: 1004px;
	height: 624px;
	padding-top: 1em;
}

/* boite menu general */
div#menugen {
	position: relative;
	top: 124px;
	left: 0px;
	z-index: 99;
	text-align: left;
	height: 20px;
	width: 1004px;
}

/* image du menu general */
.imgmenu, .imgmenuici {
	float: left;
	display: block;
	height: 20px;
}

/* pour declenchement niouzes sur sommaire */
div#menugen a span { display: none;}
div#menugen a:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 55px;
	width: 200px;
	height: 300px;
	overflow: auto;
	text-decoration: none;
	text-align: justify;
	color: #669999;
	font-family: tahoma, arial, sans-serif;
}
.titniouzes { font-weight: bold;}

/* espaceur menu general */
.spamenu {
	float: left;
	display: block;
	height: 20px;
	background-color: black;
}

.imgmenu a {
	float: left;
	display: block;
	text-decoration: none;
	background-color: white;
}

.imgmenuici a {
	float: left;
	display: block;
	text-decoration: none;
	background-color: #AAAAAA;
}

.imgmenu a:hover, .imgmenuici a:hover {
	float: left;
	display: block;
	text-decoration: none;
	background-color: #FF9900;
}

/* bloc gauche rubriques */
#botleftrub {
	float: left;
	width: 400px;
	padding-right: 10px;
	text-align: right;
	font-family: arial, sans-serif;
	color: #98C32D;
	font-size: 12px;
	font-weight: bold;
}

/* bloc droit rubriques */
#botrightrub {
	float: left;
	width: 570px;
	padding-left: 10px;
	text-align: left;
	font-family: arial, sans-serif;
	color: #98C32D;
	font-size: 12px;
}

/* trait devant liste projets */
.trait {
	color: #562047;
	margin-right: 20px;
}

/* liste projets */
.rea a, a.spip_in, a.lien_pagination {
	color: #562047;
	text-decoration: none;
	font-weight: bold;
}
.rea a:hover, a:hover.spip_in, a.lien_pagination:hover {
	color: #cc99cc;
	text-decoration: none;
}

/* concours gagne */
.sousrea {
	color: #000000;
	font-size: 10px;
	margin-left: 20px;
}

/* bloc gauche articles */
#botleftart {
	float: left;
	width: 240px;
	height: 350px;
	overflow: visible;
	padding: 0 0 0 9px;
	font-size: 11px;
}

/* bloc droit articles */
#botrightart {
	float: left;
	width: 730px;
	padding: 0 0 0 25px;
	text-align: center;
}
/* titre image dans bloc droit */
.titimg {
	font-family: tahoma, arial, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 11px;
}

/* bloc texte bas complet */
#botfulltext {
	position: absolute;
	left: 10px;
	width: 500px;
	height: 420px;
	text-align: justify;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

/* bloc droit 2 colonnes */
.botrightjob {
	float: left;
	width: 300px;
	padding: 0 0 0 45px;
	text-align: left;
}

/* titre realisations */
#titsup {
	position: absolute;
	bottom: 15px;
	width: 240px;
	padding: 0 0 9px 9px;
	text-align: right;
	font-family: tahoma, arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	overflow: hidden;
}
.soustitsup {
	font-size: 11px;
	line-height: 14px;
}

/* vignettes realisations */
#navsup {
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 730px;
	padding: 0 0 9px 25px;
}

/* opacite vignettes de navigation */
a.vignettes img {
	border: 0;
	-moz-opacity:0.50;
	opacity: 0.50;
	filter:alpha(opacity=50);
}
a.vignettes:hover img {
	border: 0;
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);  
}
a.vignettesici img {
	border: 0;
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100); 
}
/* egalement pour les vignettes */
.blocvignette {
	float: right;
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
}

/* liens sur fonds blancs */
 a.lnkwhit:link, a.lnkwhit:visited, a.lnkwhit:active {
	color: #98C32D;
	text-decoration: none;
}
a.lnkwhit:hover {
	color: #FF9900;
	text-decoration: none;
}

/* style reprise spip */
.spip_logos {
	border: 0;
}

/* titres emplois */
.titemp {
	font-size: 11px;
	font-weight: bold;
}
a.archi {
	display: block;
	height: 18px;
	width: 200px;
	overflow: hidden;
	color: #98C32D;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 5px 0 5px;
}
a.archi:hover {
	height: 110px;
	width: 250px;
	border: 1px gray dotted;
	padding: 0 5px 0 5px;
}
a.archi:hover img {
	float: left;
	margin-right: 5px;
}
a.archi:hover cite {
	font-size: 9px;
	color: black;
	font-weight: normal;
}

/* style rendus necessaires par spip
div#botrightrub .spip_in {
	color: white;
	text-decoration: none;
} */

li.spip, ul.spip, p.spip {
	font-family: tahoma, arial, sans-serif;
	text-align: justify;
}

h3.spip {
	font-family: tahoma, arial, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.spip_doc_titre {
	font-family: arial, sans-serif;
	text-align: justify;
	color: #000000;
	font-size: 10px;
}
.video {
	float: right;
	display: block;
	width: 90px;
	height: 60px;
	background-color: #E6E6E6;
	color: black;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 8px;
}

/* formulaires */
.formulaire_recherche {
	display: inline;
}
.formulaire_recherche .forml {
	width: 60px;
	margin: 2px 0 0 10px;
	padding: 0;
	border: 0;
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 1px solid #707070;
	color: white;
	background-color: black;
	text-indent: 3px;
}
.spip_surligne { background: #FFFF66; }

.formulaire_ecrire_auteur {
	float: left;
	margin: 0 0 0 40px;
}
.formulaire_ecrire_auteur .forml {
	float: right;
}
.formulaire_ecrire_auteur .spip_bouton  {
	float: left;
	clear: both;
}
.spip_encadrer {
	width: 500px;
	height: 250px;
	border: 1px gray dotted;
	padding: 10px;
	background-color: #E6E6E6;
}
legend {
	background-color: white;
}

#audio{
	float: left; position: relative;
	top: 160px; left: 40px;
	margin: 0 0 5px 0;
}

#video {
	float: left; position: relative;
	clear: left;
	top: 160px; left: 50px;
	/* width: 352px; height: 330px; */
}

/* Version + grande */
#mySlideshow
{
	float: left; position: relative;
	clear: left;
	width: 450px; height: 318px;
	top: 160px; left: 40px;
	z-index:5;
}

/* version petite
#mySlideshow
{
	width: 320px;
	height: 240px;
	z-index:5;
	float: left;
	position: relative;
	top: 200px;
	left: 80px;
}
*/


