@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #dfd2c2;
}

/***************** colonne gauche **************/
/***************** colonne gauche **************/
/***************** colonne gauche **************/
#left
{
	float: left;
	width: 170px;
}

a img#logo
{
	border: none;
}

img#logo
{
	display: block;
	margin-left: 17px;
}

ul#menu
{
	list-style-type: none;
	margin-top: 15px;
	margin-left: 17px;
}

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

ul#menu a
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	width: 115px;
	text-decoration: none;
	padding: 3px 0 4px 20px;
	color: black;
}

ul#menu a:hover, ul#menu a.selected
{
	color: #660099;
}

ul#menu a.selected:before
{
	content: "•  ";
}


/***************** header **************/
/***************** header **************/
/***************** header **************/

#header
{
	margin-left: 170px;
	height: 200px;
}

/***************** contenu **************/
/***************** contenu **************/
/***************** contenu **************/

#contenu
{
	margin-left: 170px;
	background-color: white;
	width: 768px;
	border-left: 1px solid black;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#contenu h1
{
	background-image: url("./images/titre-bg.jpg");
	background-repeat: no-repeat;
	color: white;
	font-size: 18px;
	padding: 2px 0 2px 25px;
	border-top: 1px solid black;
	width: 660px;
}

#contenu p
{
	margin: 5px 0 10px 10px;
	font-size: 12px;
}

#contenu a
{
	color: #90747c;
	font-weight: bold;
}

.fck_contenu
{
	padding-left: 25px;
	width: 660px;
	color: #90747c;
	font-weight: bold;
}

.fck_contenu ul
{
	list-style-position: inside;
	font-size: 12px;
	margin: 0 0 10px 20px;
}

.fck_contenu p
{
	margin: 5px 0 10px 10px;
	font-size: 12px;
}

.fck_contenu em
{
	font-weight: normal;
}




/* references */
.reference_toggle
{
	cursor: pointer;
	float: right;
}

.reference
{
	margin: 10px 0 10px 30px;
	width: 635px;
	font-family: Arial, Verdana, sans-serif;
	color: #90747c;
	font-weight: bold;
}

.reference h2
{
	font-size: 16px;
	border-bottom: 1px solid #90747c;
}

.reference table
{
	border-collapse: collapse;
	font-size: 12px;
}

.reference table img
{
	display: block;
}
/* references */

/* formations */
#formations
{
	margin-bottom: 20px;
}

#formations ul
{
	list-style-position: inside;
}
/* formations */


img.vignette
{
	position: absolute;
	margin-left: 680px;
}

#footer
{
	padding: 40px 0 20px 0;
}

#footer p
{
	color: #90747c;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#footer p a
{
	color: #90747c;
}

#gmap
{
	width: 500px;
	height: 300px;
	margin: 25px;
}

h3.contact
{
	margin: 10px 0 10px 20px;
	font-size: 18px;
	color: #90747c;
	font-weight: bold;
}

p.contact
{
	margin: 0 0 0 20px;
	font-size: 12px;
	color: #90747c;
}

table.contact
{
	border-collapse: collapse;
	margin: 0 0 0 20px;
	color: #90747c;
}

table.contact td
{
	font-size: 12px;
	padding: 2px;
}

ul.errors
{	
	list-style-type: none;
	color: #FF0000;
	font-weight: bold;
}

p.hint
{
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	margin-left: 20px;
}


/* projets */
.projet_toggle
{
	cursor: pointer;
	float: right;
}

.projet
{
	margin: 10px 0 10px 30px;
	width: 635px;
	font-family: Arial, Verdana, sans-serif;
	color: #90747c;
	font-weight: bold;
}

.projet h2
{
	font-size: 16px;
	border-bottom: 1px solid #90747c;
}

.projet p
{
	font-size: 12px;
	font-weight: normal;
}

.projet table
{
	border-collapse: collapse;
	font-size: 12px;
}

.projet table img
{
	display: block;
}
/* projets */

/* actualites */
.actualite_toggle
{
	cursor: pointer;
	float: right;
}

.actualite
{
	margin: 10px 0 10px 30px;
	width: 635px;
	font-family: Arial, Verdana, sans-serif;
	color: #90747c;
	font-weight: bold;
}

.actualite h2
{
	font-size: 16px;
	border-bottom: 1px solid #90747c;
}

.actualite p
{
	font-size: 12px;
	font-weight: normal;
}

.actualite table
{
	border-collapse: collapse;
	font-size: 12px;
}

.actualite table img
{
	display: block;
}
/* actualites */



