@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image:url(img/bg_grad_2.png);
	background-repeat: repeat;
	font-size: 12px;
	color: #CCC;
	text-align: left;
	line-height:16pt;
}


#container 
{
	width: 1230px;
	margin: 40px auto 0;
	position:relative;
}

/* ______________________________________________________les 3 principales parties du container______________________________________________________ */


#header
{
	background-color:#000000;
	background-image:url(img/header.jpg);
	height:164px;
}

#header img
{
	position:absolute;
	top:30px;
	left:10px;
}

#corps
{
	background-color:#000000;
	padding: 20px 368px 20px 20px;
	width:842px;
	background-repeat:no-repeat;
	background-position: 862px 20px;
	height:465px;
}

html>body #corps {
height: auto;
min-height: 465px;
} 


#footer
{
	font-size:0.8em;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	text-align:center;
	background-image:url(img/noir_deg_v.gif);
	background-repeat:repeat-x;
	padding-top:15px;
}

#footer a {
	color:#CC3300;
}

/* ______________________________________________________habillage graphique des pages______________________________________________________ */

/* les images des pages */

.accueil { background-image:url(img/accueil.gif);}
.presentation { background-image:url(img/a_presentation.gif);}
.interlocutrice { background-image:url(img/sophie_monteiro.gif);}
.pourquoi { background-image:url(img/pourquoi.gif);}
.portfolio { background-image:url(img/a_projets.gif);}
.contact {	background-image:url(img/a_contact.gif);}
.multimedia { background-image:url(img/a_multimedia.gif);}
.graphisme { background-image:url(img/a_graphisme.gif);}
.publication {	background-image:url(img/a_publication.gif);}
.strategie { background-image:url(img/a_strategie.gif);}
.publicite { background-image:url(img/a_pub.gif);}
.redaction { background-image:url(img/a_redaction.gif);}
.evenementiel {	background-image:url(img/a_evenementiel.gif);}
.autre { background-image:url(img/a_autre.gif);}
.mentions_legales {	background-image:url(img/a_mentions.gif);}

/* la couleur des titres h1 */

h1,h3, .accueil2 { color:#990000;}
h1,h3, .presentation2 { color:#990000;}
h1,h3, .portfolio2 { color:#860EDD;}
h1,h3, .contact2 { color:#FF0000;}
h1,h3, .multimedia2 { color:#59CE00;}
h1,h3, .graphisme2 { color:#CC3300;}
h1,h3, .publication2 { color:#0083FF;}
h1,h3, .strategie2 { color:#8b2063;}
h1,h3, .publicite2 { color:#BB0042;}
h1,h3, .redaction2 { color:#F8C100;}
h1,h3, .evenementiel2 {
	color:#0045c2;
}
h1,h3, .autre2 { color:#D300C4;}
h1,h3, .mentions_legales2 { color:#0092A4;}


/* ______________________________________________________les id des menus du header______________________________________________________ */


/* nav = menu navigation */
#nav
{
	width:400px;
	height:40px;
	position:absolute;
	top: 30px;
	left: 922px;
} 

#nav li
{
	float:left;
	list-style-type: none;
	font-weight:bold;
	word-spacing:25px;
	margin:0px 5px 0 0;

} 

/* chapitre = les sphères */
#chapitre
{
width:400px;
height:60px;
position:absolute;
top: 70px;
left: 420px;
} 

/* dock - top */

.dock-container {
	height: 50px;
}
a.dock-item {
	display: block;
	width: 50px;
	color: #FFFF00;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none;
	width: 90%;
}
.dock-item span { display: none; }


/* ______________________________________________________les infos de la partie corps______________________________________________________ */

  
.menu
{
	margin-bottom: 20px;
   	margin-top: 50px;
   	padding: 5px;
}


p
{
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	left: 20px;
	right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h1
{
	font-size: 2em;
	color: #990000;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
h2 
{
	font-size: 1.2em;
	color: #FFFFFF;
	letter-spacing:1px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3
{	
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:bold;
	font-size:12px;
}

div#corps ul li
{
	color: #999999;
	list-style-position: inside;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 2px;
}	


div#corps ol li
{
	color: #999999;
	list-style-position: inside;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 2px;
}	

.portrait 
{
	font-size: 0.9em;
	font-style: normal;
	display: inline;
	text-align: center;
	text-indent: 10px;
}

.formulaire 
{
	font-style: oblique;
}


/* les infos sur les liens */
	
a:link {
	color: #f58c27;
}

a:visited {
	color: #f58c27;
}

a:hover { color: #FFFFFF;}

