/**
 * FICHIER CSS GLOBAL POUR SANDRINE GOUJON
 * Par : www.agencefresh.com
 * @author : patrick allain
 */


/**********************************************
BODY
**********************************************/

body {
	background: rgb(24,24,24);
	font-family: Arial, "sans serif";
	font-size:12px;
	margin: 0px;
}

.border-left {
	float: left;
	width: 6px;
}

.border-right {
	float: right;
	width: 5px;
}

.left { float: left; }
.right { float: right; }

.v-small { font-size: 8px; }
.small { font-size: 10px; }
.normal { font-size: 12px;}
.big { font-size: 16px; }
.v-big { font-size: 20px; }
.vv-big { font-size: 25px; }

#body {
	width: 1000px;
	margin: auto;
}

a img {
	border: 0px;
}

a {
	color: rgb(0,0,0);
	text-decoration: none;
}

a:hover {
	color: rgb(100,150,220);
	text-decoration: underline;
}

/**********************************************
HEADER
**********************************************/
#header, #header div.border-right {
	height: 102px;
}

#header {
	background: url('../img/header-bg.png') repeat-x;
}

#header div.border-right {
	background: url('../img/header-border-right.png') no-repeat right center;
}


.logo {
    border-width: 1px;
    border-style: none;
    border-color: #990000;
    width: 481px;   
    height: 102px;   
    float: left;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../img/logo.jpg);
}
a.logoa {
    border-width: 1px;
    border-style: none;
    border-color: #990000;
    float: left;
	font-family: Times; 
	font-size: 13pt; 
	color: #6f6f6f; 
	text-decoration: none; 
	word-spacing: -1px; 
	padding-top: 72px; 
	padding-left: 50px; 
}

.piedpage {
	font-family: Times; 
	font-size: 8pt; 
	color: #6f6f6f; 
	word-spacing: -1px; 
	line-height: 9px;
	padding-top: 2px;
}

/**********************************************
LES MENUS
**********************************************/
#topMenu, #bottomMenu {
	padding: 0px;
	margin:0px;
}

#topMenu a, #bottomMenu a {
	display: block;
	float: right;
}

#topMenu a img, #bottomMenu a img {
	margin: 0px;
}

/**********************************************
TOP MENU
**********************************************/

#topMenu, #topMenu div.topMenuContent, #topMenu div.border-left , #topMenu div.border-right, #topMenu div.separateur  {
	height: 24px;
	font-size: 10.5px;
	color: rgb(220,220,220);
}

#topMenu div.border-left {
	background: url('../img/border-left.png') repeat-y left;
}

#topMenu div.border-right {
	background: url('../img/border-right.png') repeat-y left;
}

#topMenu div.topMenuContent {
	margin: 0px 5px 0px 5px; /* Normalement ca devrait être 0 5 0 6 mais on prend 1px de sécu à gauche */
	background: url('../img/menu-top-bg.png') no-repeat left;/**/
	line-height: 24px;
}

#topMenu span.filAriane {
	margin-left: 6px;
}

/**********************************************
MAIN FRAME
**********************************************/
#mainFrame, #mainFrame div.border-left , #mainFrame div.border-right  {
	height: 494px;
}

/* Normalement les dimensions du corps sont de 492 */
#mainFrame {
	background: rgb(255,255,255) url('../img/mainframe-bg.png') repeat-x top;
	margin: 0px;
	overflow: hidden;/**/
}

#mainFrame div.border-left {
	background: url('../img/border-left.png') repeat-y left;
}

#mainFrame div.border-right {
	background: url('../img/border-right.png') repeat-y right;
}

#mainFrameContent {
	margin: 0px 5px;
	overflow: hidden;
}

/**********************************************
BOTTOM MENU
**********************************************/

#bottomMenu {
	clear: both;
}

#bottomMenu, #bottomMenu .bottomMenuContent, #bottomMenu div.border-left , #bottomMenu div.border-right, #bottomMenu div.separateur  {
	height: 26px;
}

#bottomMenu div.border-left {
	background: url('../img/footer-border-left.png') no-repeat left;
}

#bottomMenu div.border-right {
	background: url('../img/footer-border-right.png') no-repeat right;
}

#bottomMenu .bottomMenuContent {
	margin: 0px 5px 0px 4px;
	background: url('../img/menu-bottom-bg.png') repeat-x bottom;
}





/***********************************************
Correctif IE6
***********************************************/
* html #topMenu{
	/*position: relative;
	top: -2px; /**/
	overflow: hidden; /**/
}

* html #topMenu .topMenuContent {
	position: relative; top:-2px; left: -3px; /**/
}

* html #topMenu .topMenuContent  a{
	position: relative;
	top: 2px;
	right: -6px;
}



* html #mainFrameContent {
	margin: 0px;
	padding: 0px;
}



* html #bottomMenu {
	overflow: hidden;
}

* html #bottomMenu .bottomMenuContent {
	position: relative; top:-3px; left: -3px; /**/
}

* html  #bottomMenu .bottomMenuContent  a{
	position: relative;
	top: 3px;
	right: -6px;
}


