@CHARSET "ISO-8859-1";

/***************************************STYLE GENERAL*******************************/
body {
    font: 0.7em Tahoma, sans-serif;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    font: 14px 'Trebuchet MS', calibri, verdana, sans-serif;
    background-color: #ffffff;
    color: black;/*#093E56;*/
}
#hash_position{
    border: 3px solid red;
    position: absolute;
    top:130px;
    right: 0;
}
#contenu {
    top: 115px;
    position: absolute;
    left: 180px;
    right: 30px;
}

#separateur {
    width: 100%;
    height: 10px;
}

#menu {
    position: absolute;
    top: 113px;
    width: 150px;
    height: 100%;
    background-image: url("../img/fond_menu.png");
    background-repeat: no-repeat;
}

#menu a img {
    position: relative;
    margin-top: 15px; /*espacement entre les boutons du menu*/
    width: 130px;
    height: auto;
    left: 10px;
}

#fond_banniere {
    width: 98%;
    height: 105px;
    background-color: black;
}

#texte_defilement {
    position: absolute;
    top: 15px;
    left: 40%;
    width: 500px;
}

#logo {
    position: absolute;
    margin-left: 30px;
    left: 10px;
    top: 20px;
}

h1 {
    padding-top: 7px;
    color: #000080;
    font-family: Cambria, Georgia, "Myriad Pro", Arial, Helvetica;
    font-size: 21px;
    text-indent: 50px;
    height: 48px;
    background-image: url("../img/fond_h1.png");
    text-indent: 38px;
    background-repeat: no-repeat;
}

h2 {
    color: #000080;
    font-family: Cambria, Georgia, "Myriad Pro", Arial, Helvetica;
    font-size: 18px;
    text-indent: 60px;
}

ul {
    list-style-type: none;
}

a {
    color: #5b5bad;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.tdcenter {
    text-align: center;
}

input {
    border: 1px solid #bbbbbb;
}

textarea {
    border: 1px solid #bbbbbb;
}

select {
    border: 1px solid #bbbbbb;
}

p {
    text-indent: 30px;
}

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

#user {
    position: absolute;
    left: 170px;
    top: 87px;
    font-weight: bold;
    color: white;
}

.text_left{
    text-align: left;
}

#alerte_navigateur{
    color: red;
    font-weight: bold;
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 130px;
    z-index: 99;
}

/**************************************************************************************/
/**********************************ARTICLES ACCUEIL********************************/
#article {
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 20px;
}

#img_accueil {
    width: 35%;
}

#titre_article {
    font: 18px calibri, verdana, sans-serif;
    color: #000080;
}

#aperc img{
    width: 60px;
    height: 45px;
    border: black solid 1px;
    background-color: white;
}

#cadre_defil_1 {
    border-radius: 5px;
    overflow : hidden;
    height: 17px;
    width:100%;
    margin: 0 auto;
    border:3px solid #323299;
    background:#7998FF;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:normal;

    color: #E5F51F;
}


#cadre_defil_1 img {
    border:0;
    vertical-align: middle;
}


#cadre_defil_1 .liens {
    color: #E5F51F;
}

#conteneur_defil_1 {
    position : relative;
    overflow : hidden;
    visibility : hidden;
    height:100%;
}


#cadre_defil_2 {
    overflow : hidden;
    height: 17px;
    width:100%;
    margin: 0 auto;



    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:normal;

    color: #210BBF;
}


#cadre_defil_2 img {
    border:0;
    vertical-align: middle;
}


#cadre_defil_2 .liens {
    color: #210BBF;
}

#conteneur_defil_2 {
    position : relative;
    overflow : hidden;
    visibility : hidden;
    height:100%;
}

/***********************************************DIAPORAMA*/
.diaporama{
    position: relative;
    width:400px;
    margin-right: auto;
    margin-left: auto;    
    height:250px;
    /*  text-align: center;*/
}
.diaporama img{
    width: 400px;
    height: 250px;
}

.diaporama li{
    position: absolute;
    margin-left : auto;
    margin-right: auto;
    text-indent: inherit;
    list-style-type:none;
    overflow:hidden;
}

.diaporama_controls{
    margin-left : auto;
    margin-right: auto;
    text-indent: 50px;
    width:512px;
    overflow:hidden;
}

.diaporama_controls a{
    width:10px;
    height:13px;

    text-indent:-9999px;
    display:inline-block;
    margin:0 3px;
}

.diaporama_controls .prev{
    background:url("../img/img_accueil/fleches_diapo.png") no-repeat top right;
}

.diaporama_controls .next{
    background:url("../img/img_accueil/fleches_diapo.png") no-repeat top left;
}

.diaporama_controls .pause{
    background:url("../img/img_accueil/fleches_diapo.png") no-repeat bottom right;
}

.diaporama_controls .play{
    background:url("../img/img_accueil/fleches_diapo.png") no-repeat bottom left;
}

/**************************************************************************************/
/************************************PRESENTATION***********************************/
#img_presentation{
    width: 400px;
}

/**************************************************************************************/
/*************************************FORMATIONS***********************************/
#formation {
    padding-bottom: 10px;
    padding-top: 10px;
}

#intitule_formation {
    font: 18px calibri, verdana, sans-serif;
    color: #000080;
}

#description_formation {
    margin-left: 20px;
}

/********************************************************************************/
/*************************************NEWS***********************************/
#news {
    padding-bottom: 10px;
    padding-top: 10px;
}

.intitule_news {
    font: 18px calibri, verdana, sans-serif;
    color: #000080;
}

#news_date_publi {
    color: gray;
    float: right;
}

/********************************************************************************/
/*************************************LIENS***********************************/
#lien {
    padding-bottom: 10px;
    padding-top: 10px;
}

#intitule_lien {
    font: 16px calibri, verdana, sans-serif;
    color: #000080;
}

#url_lien {
    color: gray;
}

/********************************************************************************/
/*************************************CONTACT************************************/
#tableau_choix_contact td {
    padding: 10 px;
    text-align: center;
}

#table_form_contact {
    text-align: left;
}

#cellule_tableau_choix_contact {
    border-right: 1px dotted black;
}

#erreur_formulaire {
    display: block;
    background-color: #f7938f;
    border: 1px dotted red;
    padding-left: 10px;
}

#tableau_adr_tel{
    width: 75%;
}


#carte_google{
    margin-left: 20px;
}

#carte{
    width: 450px;
    margin-left: 20px;
}

/********************************************************************************/
/*********************************INSCRIPTION********************************/
.form_inscr {
    margin-left: 10%;
}

.cadre_pointille_noir {
    padding: 20px;
    border: 1px dotted black;
}

#photo_identite {
    position: absolute;
    right: 50px;
    top: 150px;
}

#photo_identite img {
    width: 90px;
    height: 110px;
}

#adresse2 {
    position: absolute;
    left: 350px;
}

#apercu_photo img {
    position: absolute;
    width: 90px;
    height: 110px;
    top: 60px;
    right: 50px;
}

/********************************************************************************/
/*********************************CONNECTION*********************************/
#div_mdp {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f1e9;
    text-align: center;
}

#div_mdp table {
    width: 400px;
    text-align: center;
}

#erreur_formulaire_compte {
    width: 370px;
    display: block;
    background-color: #f7938f;
    border: 1px dotted red;
}

/********************************************************************************/
/****************************ASSOCIATION ETUDIANTE***************************/
#mon_compte {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-color: #f5f1e9;
}

#table_texte_left {
    text-align: left;
}

#article_asso {
    padding-bottom: 10px;
    padding-top: 10px;
}

.intitule_asso {
    font: 18px calibri, verdana, sans-serif;
    color: #000080;
}

#asso_date_publi {
    color: gray;
    float: right;
}
/********************************************************************************/
/******************************PANNEAUX D'ACTIONS****************************/

#panneau {
    position: absolute;
    right: 0;
    /*position:fixed;*/
    margin-right: 3%;
    margin-top: 5px;
}
/********************************************ACCUEIL*/
#panneau .scroll {
    height: 30px;
    width: 200px;
    position: absolute;
    right: 3px;
    overflow: auto;
    overflow-x: hidden;
}

#panneau .scrollContainer div.panel {
    height: 210px;
    width: 580px;
}

#panneau #imgs_decale {
    padding-left: 10px;
}

#panneau #imgs {
    background-image: url("../img/img_panneaux/fond.png");
    width: 200px;
    background-repeat: no-repeat;
}

#panneau #imgs a img {
    margin-top: 2px;
    margin-left: 5px;
    width: 25px;
}

#panneau ul.navigation {
    position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
}
/*******************************************FORMATIONS*/
#boutons_modif{
    float:right;
}

#boutons_modif img{
    width: 20px;
}
/********************************************************************************/
/***********************************UTILISATEURS*****************************/
#tableau_users, #tableau_users td, #tableau_users th{
    border: 1px solid black;
    border-collapse: collapse;
}

#tableau_users{
    width: 90%;
}

#visites{
    border: solid gray 1px;
    background-color: #DDDDDD;
    padding: 3px;
}

/********************************************************************************/
/***********************************VIE SCOLAIRE*****************************/
.intitule_vie_sco{
    font: 18px calibri, verdana, sans-serif;
    color: #000080;
}

#vie_sco_date_publi{
    color:gray;
    float: right;
}
/********************************************************************************/
