/* CSS Document */
body,html {
width: 100%;
height:100%;
padding: 0;
margin: 5px auto 0 auto;
}

body {
font-family:Helvetica,Verdana,Arial,sans-serif; 
font-size: 12px;
color : #000066;
background-color:#FFF;
}

a:link, a:visited {color:#0099CC;text-decoration:underline;}
a:hover, a:active {color:#0099CC;text-decoration:none;}

#bande_centrale {
float:right;
width: 78.5%;
}

#bande_left {
float:left;
width: 10%;
margin-right: 5px;
margin-top: 20px;
min-height : 500px;
}


#bande_right {
float: right;
width: 10%;
margin-top: 20px;
margin-left: 5px;
min-height : 300px;
}

#bande_right p{
margin :0;
padding: 3px;
font-size: 90%;
text-align: center;
}


#bande_left a, #bande_right a{
text-transform:uppercase;
}

.contenu {
margin-top: 175px;
z-index: 1000;
}

.divBandeLeftDefaut, .divBandeRightDefaut  {
border: 1px solid #006;
-moz-border-radius : 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
background:url(images/hover_menu.png);
background-position:top left;
background-repeat:repeat-x;
background-color: #AAB9F0;
margin-top: -5px;
}

#footer {
clear: both;
position:absolute;
margin-left: auto;
margin-right: auto;
margin-top : 10px;
width: 100%;
bottom: 0px;
}

#footer h5, #footer h6{
margin: 0;
}
#global {
position: relative;
margin : 0 auto;
min-width: 980px;
max-width: 80%;
height: 100%;
background-color:#FFF;
-moz-border-radius : 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

div#global {
min-height : 100%;
}


.gras_rouge {
font-weight: bold;
color: red;
}

.gras_souligne {
font-weight:bold;
text-decoration:underline;
}


.navigation  {
width: 1000px;
position: fixed;
top: 5px;
z-index: 5000;
}

.ombreBandeLeftDefaut, .ombreBandeRightDefaut {
width : 100%;
height : 8px;
background-image:url(images/ombreBas.png);
background-repeat:repeat-x;
background-position: bottom right;
margin: -3px 0 20px 5px;
}
.paragrapheBandeLeftDefaut, .paragrapheBandeRightDefaut {
text-align:left; 
padding: 6px 6px 12px 6px; 
margin:0; 
background-color: #FFF;
-moz-border-radius-bottomleft : 7px;
-moz-border-radius-bottomright : 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}

.paragrapheBandeRightDefaut img {
display:block;
margin:5px auto;
max-width: 80%;
border: none;
}

.paragrapheBandeLeftDefaut {
background-image:url(images/degrade_FFC.jpg);
background-repeat:repeat-y;
background-position: top left;
}

.paragrapheBandeRightDefaut {
background-image:url(images/degrade_FFC_Inverse.jpg);
background-repeat:repeat-y;
background-position: top right;
}

#principal{
width: 100%;
height : 100%;
margin: 10px auto 0 auto;
}

.titreBandeLeftDefaut, .titreBanderightDefaut{
border-bottom: 1px solid #006; 
padding: 3px; 
text-align: center; 
margin:0;
font-weight: bold;
color: red;
}

/*Spécial menu gauche */

.menu_gauche_global {
margin: 0;
}

.menu_gauche_avec_sous_menu, .menu_gauche_sans_sous_menu {
width: 100%;
border : 1px solid #006;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
margin: 0;
font-weight: bold;
}

.titre_menu_gauche_avec_sous_menu, .titre_menu_gauche_sans_sous_menu {
background-color: #AAB9F0;
background:url(images/hover_menu.png);
background-position:center left;
background-repeat:repeat-x;
color : #006;
margin :0;
padding: 7px 5px 7px 7px;
font-size: 90%;
text-align: left;
}

.titre_menu_gauche_avec_sous_menu{
-moz-border-radius-topright: 7px;
-moz-border-radius-topleft: 7px;
-webkit-border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}

.titre_menu_gauche_sans_sous_menu {
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

.titre_menu_gauche_sans_sous_menu:hover, .titre_menu_gauche_avec_sous_menu:hover {
color: red;
}

.sous_menu_gauche {
border-top: 1px dotted #006;
margin :0;
font-size: 90%;
text-align: left;
}

.sous_menu_gauche p{
margin: 0;
padding: 5px;
}

.sous_menu_gauche a{
color: #006;
}

.sous_menu_gauche a:hover {
color : red;
}

.ombreBandeLeft {
width : 100%;
height : 7px;
background-image:url(images/ombreBas.png);
background-repeat:repeat-x;
background-position: bottom right;
margin: -2px 0 10px 7px;
}


/*Section dans produit*/

.titreSectionGeneral {
margin: 10px auto 0 auto; 
width: 71%;
}

.titreSectionGeneralFond {
padding: 5px; 
background:url(images/hover_menu.png);
background-position:center left;
background-repeat:repeat-x;
background-color: #CBD4F3; 
border: 1px solid #006;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

.titreSectionGeneral h2, .titreSectionGeneral h1 {
text-align:center;
}

.ombretitreSectionGeneral {
margin: -3px 0 0 5px; 
width: 100%; 
height : 8px;
background-image:url(images/ombreBas.png);
background-repeat:repeat-x;
background-position: bottom right;
}
