/***************************************************************GENERAL*/
body
{
	background:#333;
	font-family:arial;
	color:#fff;
	font-size:11pt;
}

*
{
	margin:0px;
	padding:0px;
}

img
{
	border:none;
}

hr.clear   
{
	clear:both;
	display:none;
}


/*-------------------------------------------------------------------------------------------------LIENS*/
a
{
	text-decoration:none;
	color:#fff;
}

/*--------------------------------------------------------------------------------------------------TITRE*/
h2
{

}


/*--------------------------------------------------------------------------------------------------LISTE*/
li
{
	list-style:none;
}

/******************************************************************CLASS*/
.float_left
{
	float:left;
}

.color_vert
{
	color:#cbcb2b;
}

/**********************************************************PAGE_ACCUEIL*/
div#accueil
{
	width:990px;
	margin:7px auto;
	height:584px;
	background:url("./decoupe/fond_accueil.jpg");
	
}

div#accueil h1
{
	width:181px;
	margin:auto;
	padding-top:15px;
	
	text-align:center;
	font-size:1em;
}

div#accueil h1 a
{
	color:#d39907;
	font-size:1.4em;	
}

div#accueil h1 a:hover
{
	text-decoration:none;
	font-size:1.4em;
	color:#56af2d;
}

div#accueil h2
{
	color:#d39907;
	font-size:1.8em;
	font-weight:normal;
	text-align:center;
	margin-top:100px;
}


div#accueil img#image_accueil
{
	padding:1px 0px;
	border-bottom:1px dashed #cbcb2b;
	border-top:1px dashed #cbcb2b;
}

div#accueil h3
{
	color:#56af2d;
	font-size:1.4em;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
}


/*************************************************************HAUT_PAGE*/
h1#exo_ban
{
	min-width:1024px;
	height:25px;
	background:#cbcb2b;
	
	font-size:1.1em;
	color:#000000;
	
	padding:6px 30px 0px 30px;
	margin-bottom:25px;
}

h1#exo_ban img
{
	position:absolute;
	left:900px;
	top:0px;
}

/************************************************************CAPSULE_IE*/
div#capsule_ie
{
	width:1047px;
}


/******************************************************************MENU*/
ul#menu
{
	float:left;
	width:100px;
}

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

ul#menu li.onglet_vide
{
	background:url("./decoupe/menu.jpg") no-repeat;
	height:18px;
}

ul#menu li a
{
	font-size:0.75em;
	font-weight:bold;
	text-align:right;
	display:block;
	
	background:url("./decoupe/menu.jpg") no-repeat;
	height:16px;
	padding:2px 10px;
	
	color:#000000;
}

ul#menu li a.news
{
	margin-top:200px;
	background:url("./decoupe/menu_news.jpg") no-repeat;
}

ul#menu li a:hover
{
	text-decoration:none;
	color:#ffffff;
}

ul#menu ul.sub_menu
{
	position:absolute;
	width:115px;
	margin:-35px 0px 0px 100px;
	
	font-size:0.9em;
}

ul#menu ul.sub_menu li
{
	margin:0px;
	padding:0px;
	margin-left:5px;
}

ul#menu ul.sub_menu li.bas_sub_menu
{
	height:13px;
	background:url("./decoupe/fleche_bas.jpg") no-repeat center;
	border-top:1px solid #cbcb2b;
	padding-top:2px;
}

ul#menu ul.sub_menu li.haut_sub_menu
{
	height:13px;
	background:url("./decoupe/fleche_haut.jpg") no-repeat center;
	border-bottom:1px solid #cbcb2b;
	padding-bottom:2px;
}

ul#menu ul.sub_menu li a
{
	color:#ffffff;
	background:none;
	padding:1px 0px;
	text-align:center;
}

ul#menu ul.sub_menu li a:hover
{
	color:#cbcb2b;
}


/****************************************************************CENTRE*/
div#centre
{
	width:824px;
	margin-left:220px;
	margin-bottom:30px;
}


/************************************************************TITRE_PAGE*/
h2#titre_page
{
	font-size:1em;
	margin-bottom:5px;
	margin-left:220px;
	width:824px;
}

/***************************************************************CONTENU*/
div#contenu
{
	height:561px;
	background:url("./decoupe/fond2.png") no-repeat;
	border-top:1px dashed #cbcb2b;
	border-bottom:1px dashed #cbcb2b;
	font-size:0.9em;
}

/*Hack IE*/
html>body div#contenu
{
	height:auto;
	min-height:561px;
	overflow: auto;
}

/*-----------------------------------------------------------------------------------PAGE_GENERALE*/
img#generale
{
	margin-top:270px;
}

/*--------------------------------------------------------------------------------------PAGE_EQUIPE*/
ul#liste_equipe
{
	float:left;
	
	width:130px;
	height:552px;
	padding:5px 7px;
	margin-right:1px;
	border-right:1px dashed #cbcb2b;
	
	font-size:0.8em;
}

html>body ul#liste_equipe
{
	height:auto;
	min-height:552px;
}

table#grille_equipe
{
	border-collapse:collapse;
}

table#grille_equipe img
{
	display:block;
}

table tr.ligne_equipe td
{
	border:1px solid #cbcb2b;
}

a.lien_liste_employe_survol
{
	color:#cbcb2b;
}


table tr#infos_employe td
{
	padding:5px;
	height:80px;
	border-bottom:1px dashed #cbcb2b;
	vertical-align:top;
	font-size:0.9em;
}

table tr#infos_employe td#infos_employe_1
{
	border-right:1px dashed #cbcb2b;
}

p#nom, p#prenom
{
	display:inline;
}


/*--------------------------------------------------------------------------------------PAGE_SIMPLE*/
div.simple
{
	border-left:1px dashed #cbcb2b;
	margin-left: 130px;
	text-align: justify;
	height:98%;
	padding:0.5em;
	padding-bottom: 50px;
}

div.simple h1, h2, h3, h4, h5, h6
{
	margin-top:20px;
	margin-bottom:5px;
}


/*--------------------------------------------------------------------------------------PAGE_NEWS*/
h4.titre_news
{
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	color: #cbcb2b;
	border-bottom: 1px dotted #ccc;
	margin: 10px 20px 0px;
}

h5.sous_titre_news
{
	text-align: right;
	font-size: 0.9em;
	font-weight: normal;
	color: #ccc;
	margin: 0px 20px;
}

p.contenu_news
{
	text-align: justify;
	margin: 0px 20px;
}

p.img_news
{
	text-align: right;
	margin: 5px 20px;
}

/*--------------------------------------------------------------------------------------PAGE_PROJET*/
h5.nom_projet
{
	font-size: 1.2em;
	margin-top: 3px;
}

p.description_courte
{
	border-right: 1px dashed #cbcb2b;
	color: #cbcb2b;
  min-height:109px;
	padding:5px 5px 20px 1px;
	width: 185px;
	font-size: 0.75em;
	margin-right: 10px;
	overflow: hidden;
  text-align:right;
}

p.description_longue
{
  padding:5px 3px 20px 1px;
	font-size: 0.9em;
	overflow: hidden;
	margin-right: 13px;
  min-height:109px;
  text-align:justify;
}

a.lien_sous_titre
{
	color:#cbcb2b;
}

/*--------------------------------------------------------------------------------------PAGE_PROJETS*/
table#projets
{
	border-collapse: collapse;
}

p#description_projet
{
	padding:5px 0px;
	margin: 8px;
	border-top:1px dashed #cbcb2b;
	vertical-align:top;
	font-size:0.9em;
	font-weight: bold;
	width: 300px;
}

table#projets tr td
{
	padding: 6px;
}

table#projets tr td img
{
	display: block;
}

table#projets tr td a
{
	display: block;
	border: 2px solid #3d3d3d;
}

table#projets tr td a:hover
{
	border: 2px solid white;
}

/****************************************************************FOOTER*/
p#footer
{
	clear:left;
	
	background:url("./decoupe/ronds.jpg") no-repeat top right;
	margin-top:3px;
	
	font-size:0.8em;
}

p#footer img
{
	display:block;
	margin-top:5px;
}

