/*
    Document   : style.css
    Created on : 13 mars 2009, 12:46:45
    Author     : MATHIEU
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{    
    margin:0;
    font-family: "trebuchet MS", verdana, sans-serif;
}

.center
{
	text-align:center;
}

#conteneur
{
    width: 800px;
    min-height: 600px;
    background-color: white;
    margin:25px auto 50px auto;
    padding:0px 0 25px 0;
}

/* Gestion de la bannière */
#entete
{
    height:157px;
    margin-left:auto;
    margin-right:auto;
    width:760px;
}

#logo
{
    width:200px;
    height:157px;
    float:left;
    background-color:#05293F;
}

#banniere
{
    float:left;
    width:560px;
    height:157px;
}

#haut
{
    background-color:white;
}

#animation
{
    margin-left:250px;
    padding-top:25px;
}
/* Fin de la bannière */


#conteneur_central
{
    background-image:url(../img/background-corps.jpeg);
    background-repeat:repeat-y;
    margin:0 0 0 35px;
    margin-left:auto;
    overflow:auto;
    width:780px;
}

/* Affichage du menu de gauche */
#menu_gauche
{
    padding-top:35px;
    width:155px;
    margin-left:15px;
}

#partie_gauche
{
    width:200px;
    float:left;
}

#menu_gauche ul
{
    padding:0px;
    margin:0px;
}

.navigation li
{
    padding:0;
    margin-left:20px;
}

.navigation
{
    margin-top: 30px;
    padding: 0;    
    background: #062A40;
    color: #fff;
}

.rub_mere
{
    list-style-image:url("../img/puce_rubmere.png");
    margin-left:20px;
}

.navigation a, .navigation span
{
    display:block;
    color:white;
    text-decoration:none;
    font-size:12px;
}

.navigation a:hover, .navigation a:focus, .navigation a:active
{
    text-decoration: underline;
}

.lien_mere
{
    cursor:pointer;
}

.navigation .subMenu
{
    font-size: .8em;
    background: #062A40;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    border-bottom-style:dashed;
    border-bottom-width:1px;
    border-top-style:dashed;
    border-top-width:1px;
    list-style-image:url("../img/puce_rub.png");    
}

.toggleSubMenu
{
    list-style-image:url("../img/puce_rubmere.png");
    margin-left:20px;
}

.navigation ul.subMenu a
{
    background-color: #062A40;
    
}

.bas_menu
{
    width:175px;
    height:14px;
    background-image:url("../img/bas_menu4.png");
}
/* Fin affichage du menu de gauche */

/* Propriétés d'affichage du corps */
/* Navigation choix page */
a.jScrollArrowUp:hover
{
    background-position: 0 -15px;
}

a.jScrollArrowDown:hover
{
	background-position: 0 -15px;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
	background-position: 0 -30px;
}

.orange-bar .jScrollPaneTrack
{
	background: #f60;
}
.orange-bar .jScrollPaneDrag
{
	background: #00f url("../images/drag_grab.gif") no-repeat 50% 50%;
}

.orange-bar .scroll-pane
{
	background: #69f;
}

.holder
{
	float: right;
    padding: 5px 10px 5px 10px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 20px;
    background-color: #007990;
}

.scroll-pane
{
	width: 160px;
	height: 60px;
	overflow: auto;
	background: #007990;
	float: left;
}

.scroll-pane a
{
	text-decoration: none;
	color: white;
    font-size:11px;
}
/* Fin navigation choix page */

#fil_ariane
{
    width:450px;
    height:30px;
    line-height:30px;
    margin-left:15px;
    font-weight:bold;
}

#fil_ariane a
{
    color:#ADB52D;
    text-decoration:none;
}

#fil_ariane a:hover
{
    text-decoration:underline;
}

#sous-banniere-haut
{
    background-image:url("../img/sous-banniere-haut.jpeg");
    background-repeat:no-repeat;
    width:551px;
    height:25px;
    margin-left:200px;
}

#bordure_haut
{
    background-image:url("../img/bordure-haut.jpeg");
    background-repeat:no-repeat;
    width:540px;
    height:4px;
    margin-left:205px;
    margin-top:15px;
}

#corps
{
    width:540px;
    min-height:500px;
    height:auto !important;
    height:500px;
    margin-left:5px;
    float:left;
}

#bordure_bas
{
    background-image:url("../img/bordure-bas.jpeg");    
    width:540px;
    height:5px;
    float:left;
    margin-bottom:10px;
    margin-left:205px;
    background-repeat:no-repeat;
}

#corps h1
{
    color:#052A3F;
    font-size:21px;
    margin-left:15px;
}

#corps h2
{
    color:#007990;
    padding-left:40px;
    font-size:18px;
}

.paragraphe
{
    display:block;
    font-size:12px;
    height:100%;
    margin-left:40px;
    min-height:150px;
    padding:15px;
    text-align:justify;
    width:460px;
    background-color:#EDEDED;
}

.paragraphe img
{
    float:right;
    position:relative;
    margin-top:5pt;
    margin-left:15px;
}

#photos
{
    display: block;
    margin-left: 120px;
}

img
{
    border:0px;
}

#diapo_photos-wrap
{
	border:1px solid gray;    
}

#diapo_photos li
{
    margin:5px;
    text-align:center;
    line-height:300px;
}

#diapo_photos-menu a
{
    text-decoration:none;
    font-size:14px;
    color:black;
}

#diapo_photos-menu a.wactive
{
    font-weight:bold;
    text-decoration: overline;
}

#diapo_photos-menu a:hover
{
    text-decoration: underline;
}

/* Style du tableau */


table
{
    font-size: 12px;
    width:450px;
    text-align: left;
    border-style:solid;
    border-width:thin;
    margin:0px auto 0px auto;
}

table th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #CECECE;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;
    color: #039;
}

table td
{
    padding: 8px;
    background: #CECECE;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid transparent;
}

.table tr:hover td
{
    background: #d0dafd;
    color: #339;
}
/* Fin du style de tableau */

#doc
{
    width:400px;
}

#doc h2
{
    margin-top:10px;
}

#doc a
{
    padding-right:15px;
    color:#ADB52D;
    text-decoration:none;
    margin-left:45px;
}

#doc a:hover
{
    color:#007990;
    text-decoration:underline;
}
/* Fin propriété d'affichage du corps */

/* Propriété plan du site */

#plan
{
    margin-left:15px;
}

#plan a
{
    color:#05293F;
    text-decoration:none;
}

#plan a:hover
{
    color:#ADB52D;
    text-decoration:underline;
}

#plan ul
{
    list-style:none;
}

#plan li
{
    list-style:none;
}
/* Fin plan du site */

/* Propriétés formulaire contact */
#contact
{
    width:450px;
    height:350px;
    margin-left:auto;
    margin-right:auto;    
    padding:20px;
}

#contact td
{
    background-color:white;
}

form
{
    background-color:#FAFAFA;
    font-family:"trebuchet ms",sans-serif;
}

legend
{
    color:#a0522d;
    font-weight:bold;
}

input
{
    border:1px solid black;
    background-color:#E8EDFF;
    font-family:"trebuchet ms",sans-serif;
}

label
{
    font-size:90%;
}

textarea
{
    border:1px solid black;
    background-color:#E8EDFF;
    font-family:"trebuchet ms",sans-serif;
}

.send_mail
{
    margin-left:130px;
}

#send_mail a
{
    color:#ADB52D;;
    text-decoration:none;
}
/* Fin propriétés formulaire contact */



#sous-banniere-bas
{
    background-image:url("../img/sous-banniere-bas.jpeg");
    background-repeat:no-repeat;
    width:780px;
    height:25px;
    margin-left:auto;
}

/* Pied de page */
#bottom
{
    margin:0px 15px 0px 15px;
    clear:both;
    text-align:center;
    height:40px;
}

#bayadere
{
    background-image:url(../img/bayadere.jpeg);
    background-repeat:repeat-x;
    height:10px;
    width:760px;
    margin-left:5px;
}

#menu_bas
{    
    font-size:12px;
    height:40px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    width:770px;
}

#menu_bas a
{
    color:#062A40;
    text-decoration:none;
}
/* Fin du pied de page */


