/***********************************
Crédits :
http://www.duvelours.com/Blog/faire-un-menu-contextuel-avec-rollovers-en-css
et http://wellstyled.com/css-nopreload-rollovers.html
pour le menu graphique
***************************************/

body {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:#8C8C8C;
	margin : 0;
	padding : 0;
	color: #000;
/*IE fix pour centrage de la page*/
	text-align:center;
}

img
{
border:0;
}

/********************/
/* STYLES GENERAUX  */
/********************/

p
{text-align:justify;
margin:1em 0}

/*headers*/
h1 { font-size : 1.3em; margin : 0.67em 0;}
h2 { font-size : 1.1em; margin : 0.83em 0; 	/*background: transparent url(pix_rotier/puce_titreh2.png) no-repeat 0 30%; padding: 0 0 0 12px;*/}
h3 { font-size : 1em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

/*couleurs des headers dans les différentes pages*/
.accueil h1, .accueil h2, .accueil h3
{
color:#1F357A;
}

.evenementiel h1, .evenementiel h2, .evenementiel h3
{
color:#F4317C;
}

.pgdesign h1, .pgdesign h2, .pgdesign h3
{
color:#489E0D;
}

.pgcurric h1, .pgcurric h2, .pgcurric h3
{
color:#AF9059;
}

.pgcontact h1, .pgcontact h2, .pgcontact h3
{
color:#50565D;
}

/*styles de lien*/
a
{
font-weight:bold
}
a:link { 
color: #264480;
text-decoration: none;
}
a:visited {
color: #636363;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

/*Styles de liste*/
ul 
{
list-style:none;
}
.credits li
{
padding:5px;
}
ul.base
{
list-style:disc
}
/********************/
/*       MAIN       */
/********************/
#main{
width:740px;
margin-left:auto; 
margin-right:auto; 
text-align:center;
padding:0;
background-color:#fff;
margin-top: 5px; /*pour IE qui ne comprend rien à rien*/
}

#text
{width:690px;
margin-right:auto;
margin-left:auto;
padding:15px 15px;
text-align:left;
}

/********************/
/*      LOGO        */
/********************/
#logo 
{
background: url(/pix/header_background_org.png) 0 no-repeat;
text-align:left;
padding:0;
margin: 0;
}

#logo img
{
padding-left:10px;
}

/********************/
/*       TRICKS     */
/********************/
div.clear
 {
 clear:both;
 }

/********************/
/* NAVIGATION       */
/********************/

#menu {

margin-right:auto;/*pour centrer le bloc dans #main*/
margin-left:auto;
width:690px;
text-align:center;
}

#menu img
	{
	float:left;
	}

#menu a
{
display: block; /* pour transformer la balise en balise de type bloc*/
width: 138px;
background-repeat: no-repeat;
float:left;
text-align: center;
 }
 
#menu a span { display: none; }

#menu ul {
list-style:none;
padding:0;
margin:0;
}

/*navigation, menu des rubriques*/

li.events {
	background: url(/pix/events_text.png) 0 -42px no-repeat;
}

li.events a
{
background: url(/pix/events_text.png) no-repeat;
}

li.design {
	background: url(/pix/design_text.png) 0 -42px no-repeat;
}

li.design a
{
background: url(/pix/design_text.png) no-repeat;
}
li.references {
	background: url(/pix/references_text.png) 0 -42px no-repeat;
}

li.references a
{
background: url(/pix/references_text.png) no-repeat;
}
li.curriculum {
	background: url(/pix/curriculum_text.png) 0 -42px no-repeat;
}

li.curriculum a
{
background: url(/pix/curriculum_text.png) no-repeat;
}
li.contact {
	background: url(/pix/contact_text.png) 0 -42px no-repeat;
}

li.contact a
{
background: url(/pix/contact_text.png) no-repeat;
}

/*background des images par thèmes - IE 5.5 PC fix*/
/*IE mac fix: changer le nom des classes pour qu'elles n'aient pas les mêmes noms que d'autres, IE mac s'arrête à la première classe dont le nom correspond, même sans espace !*/
li.pixevents {
	background: url(/pix/events_pix.jpg) no-repeat;
}


li.pixdesign {
	background: url(/pix/design_pix.jpg) no-repeat;
}

li.pixreferences {
	background: url(/pix/references_pix.jpg) no-repeat;
}

li.pixcurriculum {
	background: url(/pix/curriculum_pix.jpg) no-repeat;
}

li.pixcontact {
	background: url(/pix/contact_pix.jpg) no-repeat;
}

	
#menu ul li.showpix  {
	float: left;
	width: 138px; height: 41px;
	margin: 0;
	}


/*pixy rollover*/


#menu ul li.outer  {
	float: left;
	width: 138px; height: 31px;
	margin: 0;
	}

#menu ul li.outer a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	}

#menu ul li.outer a:hover {
	background-image: none;
	}


/********************/
/* FOOTER           */
/********************/

#footer
{
/*background: url(/pix/footer_background.jpg) no-repeat;*/

display:block;
width:690px;
height:35px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
#footer .text
{background-color:transparent;
padding-top:10px;
color:#1F357A;
font-size:0.85em;
}

/********************/
/*       TRICKS     */
/********************/
div.clear
 {
 clear:both;
 }

.left {
float:left;
}

.right {
float:right;
}
.center {
text-align:center;}

.left img
{
margin-right:10px;
}
.right img
{
margin-left:10px;
}
