@charset "utf-8";
/*  CSS Document */
/*    Artemia    */
/*  Gimmick Box  */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #56554e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


.cadre {
	position: relative;
	background-color: #FFFFFF;
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	border: #ffffff solid 1px;
}

.menuTop {
	list-style: none;
	margin: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 52px;
	padding: 0px;
	text-align: right;
}

.menuTop li {
	display: inline;
	background-image: url("../images/fleche.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-left: 20px;
}

.menuTop li a {
	color: #56554e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menuTop li a:hover {
	text-decoration: underline;
}

h1 {
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 95px;
	left: 0px;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	width: 262px;
	height: 52px;
}

h1.fr {
	background-image: url(../images/artemia.gif);
}

h1.en {
	background-image: url(../images/artemia.gif);
}

.colbertLyon, .colbertParis, .colbertMarseille, .colbertRennes {
	Position: absolute;
	right: 780px;
	display: none;
}

.colbertLyon {
	top: 260px;
}

.colbertParis {
	top: 280px;
}

.colbertMarseille {
	top: 300px;
}

.colbertRennes {
	top: 320px;
}

.menu {
	list-style: none;
	margin: 0px;
	margin-left: 289px;
	padding: 0px;
	padding-top: 30px;
}

.menu li {
	float: left;
	margin: 1px;
	padding-bottom: 8px;
	text-align: center;
}
.menu li.orange {
	border-bottom: #f68f23 solid 8px;
	width: 132px;
}
.menu li.bleu {
	border-bottom: #05abf5 solid 8px;
	width: 132px;
}
.menu li.vert {
	border-bottom: #59b747 solid 8px;
	width: 132px;
}
.menu li.violet {
	border-bottom: #934f8a solid 8px;
	width: 132px;
}
.menu li.gris {
	border-bottom: #56554e solid 8px;
	width: 132px;
}

.menu li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 16px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #989898;
}
.menu li.orange a:hover {
	background-image: url("../images/puceOrange.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #f68f23;
}
.menu li.bleu a:hover {
	background-image: url("../images/puceBleu.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #05abf5;
}
.menu li.vert a:hover {
	background-image: url("../images/puceVert.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #59b747;
}
.menu li.violet a:hover {
	background-image: url("../images/puceViolet.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #934f8a;
}
.menu li.gris a:hover {
	background-image: url("../images/puceGris.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #56554e;
}
.menu li.orange a.selected {
	color: #f68f23;
}
.menu li.bleu a.selected {
	color: #05abf5;
}
.menu li.vert a.selected {
	color: #59b747;
}
.menu li.violet a.selected {
	color: #934f8a;
}
.menu li.gris a.selected {
	color: #56554e;
}

.menu li ul {
	position: absolute;
	top: 155px;
	left: 290px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu li ul li {
	float: left;
	width: inherit;
	padding: 0px;
	padding-left: 13px;
}
.menu li ul li.separateur {
	background-image: url("../images/menu_separateur.gif");
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 12px;
}

.menu li ul li a {
	padding: 0px !important;
}
.menu li ul li a:hover {
	background-image: none !important;
}

.membre {
	clear: both;
	font-size: 10px;
	width: 190px;
	padding-left: 90px;
	padding-top: 45px;
	font-weight:bolder;
	color:#8A8A8A;
	visibility: hidden;
}
.iso {
	position: absolute;
	clear: both;
	font-size: 10px;
	width: 190px;
	padding-left: 90px;
	padding-top: 45px;
	font-weight:bolder;
	color:#8A8A8A;
}

.IAG img {
	position: relative;
	left: -90px;
}

.contenu {
	margin-left: 290px;
	text-align: justify;
	line-height: 16px;
}

.colonne1 {
	width: 350px;
}

.colonne21b {
	float: left;
	width: 228px;
}

.colonne21a {
	float: left;
	width: 360px;
	margin-right: 80px;
}

.titre {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

.orange .titre {
	color: #F68F23 !important;
}
.bleu .titre {
	color: #05ABF5 !important;
}
.vert .titre {
	color: #59B747 !important;
}
.violet .titre {
	color: #934F8A !important;
}
.gris .titre {
	color: #56554E !important;
}

h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
	text-transform:uppercase;
}

span.orange {
	color: #f68f23;
}
span.bleu {
	color: #05abf5;
}
span.vert {
	color: #59b747;
}
span.violet {
	color: #934f8a;
}
span.gris {
	color: #56554e;
}

a {
	color: #56554e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.photo {
	font-size: 10px;
	float: right;
	width: 170px;
}

.photo img {
	margin-bottom: 5px;
}
.bureaux img {
	margin-bottom: 5px;
}

.frise {
	clear: both;
	margin-top: 90px;
	margin-left: 90px;
	margin-bottom: 20px;
}

.formulaire {
	text-align: right;
}
.formulaire .champ {
	text-align: left;
}
.formulaire input, .formulaire textarea {
	width: 344px;
}
.formulaire select {
	width: 350px;
}
.formulaire .bouton {
	width: inherit;
}

.RSS {
	position: relative;
	background-image: url("../images/fluxRSS_C.gif");
	background-repeat: repeat-x;
	height: 27px;
	margin-left: 90px;
	margin-bottom: 40px;
}

.RSS .headlines {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../images/fluxRSS_L.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	width: 100px;
}

.RSS .RSS_R {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 27px;
	background-image: url("../images/fluxRSS_R.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

.RSS .headlines img {
	position: relative;
	top: 3px;
	margin-top: 2px;
	margin-left: 5px;
}

.RSS_contenu {
	position:relative;
	width:750px;
	height:19px;
	font-size:12px;
	overflow:hidden;
	padding-top: 4px;
	margin-left: 115px;
	margin-right: 15px;
}


.RSS_contenu .mesfluxzone1 {
	position:absolute;
	top:4px;
}

.RSS_contenu .unflux {
	margin-top:15px;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:30px;
}
.RSS_contenu .innera {
	text-decoration: none;
}
.RSS_contenu a {
	color: #56554e;
	font-size: 12px;
	text-decoration: underline;
}

.RSS_contenu a:hover {
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;	
}
.bloctexte {
	margin-bottom: 25px;	
}
.bloctextedeplie {
	margin-bottom: 25px;	
}
.bloctextedeplie .titreDeplie a{
	font-weight: bold;
	text-decoration: none;
}
#iframeXML {
	position:absolute;
	z-index:30;
}
.clear {
	clear: both;
}

.module_membre {
	clear:both;
	margin-bottom: 60px;
		
}
.module_membre .description {
	margin-bottom: 25px;	
}

.module_membre .fenetre1 {
	margin-bottom:20px;
	height:100px;
}
.module_membre strong {
	color:#59b747 !important;	
}
.module_membre .fenetre1 h3 a {
	font-size: 14px;
	text-decoration: none;
}
.module_membre img {
	padding-right:15px;	
}
.module_membre .fenetre1 h3 a:hover {
	text-decoration: underline;
}

.module_membre .position {
	position: relative;
	top: -5px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.module_membre ul {
	list-style: url(../images/puce.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}

.see_more {
	position: relative;
	top: 5px;
}

.menuDroite a{
	font-size: 13px;
	padding-left: 13px;
}
.menuDroite a:hover {
	background-image:url(../images/puceVert.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	color:#59B747 !important;
}
.menuDroite div {
	padding-bottom: 6px;	
}
.menuDroite .pageSelected {
	background-image:url(../images/puceVert.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	font-weight: bold;
	text-decoration: none;
}
	
