html, p {
    margin:0;
    padding: 0;
}
body {
    margin:0;
    padding: 30px 0 0;
    background: #fff;
    color: #333;
    font-family: Verdana;
    font-size: 0.7em;
    height: 100%;
	line-height: 140%;
}
img {
    border: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
img A {
    text-decoration: none;
    border: none;
}
input, textarea {
    background: #fff;
    border-width: 1px;
    margin: 0;
}
s { color: #aaa; }
hr {
    height: 0px;
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
a {
	color: #000;
}
a:hover {
    color: #777;
}
menu {
	padding-left: 0;
}
ul {
	padding-left: 10px;
}

/* ZONES PRINCIPALES */

.content {
	width: 800px;
	margin: 20px auto 0;
}
.header {
	height: 100px;
}
.head_d {
	position: absolute;
	top: 2px;
	right: 10px;
}
.head_d a {
	color: orange;
}
.gauche {
    width: 65%;
    text-align: right;
    float: left;
    font-size: 1em;
	background: #f2f2f2;
	padding: 10px;
}
.droite {
    width: 28%;
    padding: 30px 0 0 20px;
    margin: 20px 0 20px 20px;
    padding: 0 10px;
    float: left;
}
.footer {
	clear: both;
	margin: 70px 0 30px;
	text-align: right;
	width: 75%;
	padding-right: 30px;
	border-top: 1px solid #aaa;
}

/* DETAILS DES ZONES PRINCIPALES */

.footer a {
	color: #aaa;
	text-decoration: none;
}
.footer a:hover {
	color: darkcyan;
}
.droite ul {
	list-style-type: square;
}

/* Autres zones */

.footer_menu {
	width: 800px;
	margin: 0 auto;
	padding: 5px; 
	background: #ddd;
	text-align: center;
	font-size: 0.8em;
}
.footer_menu a {
    text-decoration: none;
    color: darkcyan;
}
.col3 {
    width: 240px; 
    float:left; 
    margin: 0 10px; 
    text-align: justify;
}


/*   MENU   */
.top_menu {
    margin: 0;
    list-style: none;
	padding: 30px 0 0;
	margin-left: 250px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}
.top_menu li {
    display: inline;
    margin: 0 4px;
    background: #fff;
}
.top_menu li a {
    color: #000;
    padding: 0 4px;
    text-decoration: none;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 14px;
    background: #fff;
}
.top_menu li a:hover {
    color: orange;
    background: #fff;
	border-bottom: 7px solid #000;
}

/*   menus gauche  */
.menu_gauche {
    float: left;
    width: 130px;
    margin: 35px 0 0 0;
    padding: 20px 0px;
    list-style: none;
    border-top: 10px solid orange;
    border-bottom: 10px solid DarkCyan;
}
.menu_gauche h4 {
	margin: 10px 0 5px;
	font-size: 1.2em;
}
.menu_gauche dd, .menu_gauche dt {
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 0.8em;
	width: 100%;
}
.menu_gauche dd:hover {
	background: orange;
}
.menu_gauche dd a {
    text-decoration: none;
	color: #333;
	width: 100%;
	display: block;
}

/* BOX DEFILANT */

/*   Zone gauche  */
.gauche_box {
	font-family: arial;
	font-size: 14px;
    float: left;
    width: 610px; 
    height: 270px;
    color: #777777;
    text-align: justify;
    padding: 0 10px 0 0;
    margin: 0;
    white-space: normal;
    line-height: 120%;
    background: #000 url(img/gauche_box.jpg);
    font-weight: bold;
}
.gauche_box H2 {
    margin: 15px 0 0 20px;
    color: orange;
    font-size: 24px;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: auto;
	font-family: arial;
}
.gauche_box_texte {
	font-family: arial;
    margin: 10px 0 0 330px;
    position: absolute;;
    bottom: 60px;
    width: 270px;
}
.gauche_box img {
    width: 300px;
    position: absolute;
}

/* INTERFACE */

.bout {
    border-width: 1px;
    background: #aaa url(page/perso/icon/gui_degrade.gif);
    font-size: 14px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    float: right;
    padding: 3px 5px 0 20px;
    margin-left: 2px;
}
.inp_big {
    width: 200px;
    font-size: 16px;
    color: #005;
    border-width: 1px;
    background: #ddf;
}
.formulaire {
    background: #fff;
}
.formulaire td {
    vertical-align: top;
}
.formulaire input {
    width: 400px;
    font-size: 14px;
    border-width: 1px;
}
.faible {
    font-size: smaller;
    color: #895BEA;
    color: #669;
}
.important {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}
.inscription {
    margin-bottom: 40px;
}
fieldset {
    background: #eee;
    padding: 10px 20px;
    border: 4px solid darkcyan;
}
legend {
    font-weight: bold;
    color: #00a;
    font-size: 1.2em;
}
.lettrine {
    float: left; 
    font-size: 60px; 
    margin-top: 10px; 
    color: LightSeaGreen; 
    margin: 10px 10px 10px 0;
}
.loupe {
	position: absolute;
	z-index: 100;
	width: 0px;
	height: 0px;
	display: none;
	background: #888 url(img/back_loupe.gif);
	overflow: hidden;
	border: 0px solid cyan;
}

/*  Dates  */

.date {
	float: left;
	width: 50px;
	padding-top: 8px;
	background: white;
	border: 1px solid CadetBlue;
	text-align: center;
	font-size: 24px;
	font-weight:bold;
	color: CadetBlue;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-right: 20px;
}
.date div {
	white-space: nowrap;
	margin-top: 8px;
	padding: 0 2px;
	font-size: 10px;
	font-weight:400;
	color: white;
	background: CadetBlue; 
}
 
/*  nos actions  */

.action {
	margin-top: 20px;
	clear: both;
}
.action h2 {
	margin: 0;
	padding-top: 4px;
}
.action h1 {
	margin: 0;
	padding: 0px;
}

/*  FICHIER  */

.fichier {
    text-align: center;
    float: left;
    width: 92px;
    padding: 3px;
    border: 1px solid #000;
    margin: 2px auto;
    font-size: 10px;
    overflow: hidden;
    line-height: 120%;
	color: #55f;
}
.cellule_fichier input, .cellule_fichier textarea, .cellule_fichier select {
	background: #000;
	color: #fff;
	border: 1px solid #444;
}


/* Back Office */
.menu_bo {
    background: #bbb;
    padding: 4px 0px 3px;
    color: #ddd;
}
.menu_bo A {
    color: #667;
    background: #ddd url(page/perso/icon/gui_degrade.gif);
    text-decoration: none;
    font-weight: bold;
    padding: 4px 10px;
    border-left: 1px solid #bbb;
}
.menu_bo A:hover {
    color: #fff;
    background: #777;
}
.legende {
    background: #ddf;
    padding: 5px 25px;
    color: #555;
    line-height: 200%;
}
.legende A {
    color: #558;
}
.legende h4 {
    margin: 5px 0;
}

.deroulant {
    display:none;
}
.deroulant_open {
    display: block;
    position: absolute;
    background: #ee0;
    color: #333;
    font-size: 10px;
    padding: 10px;
    border-bottom: 1px solid #558;
    border-left: 1px solid #558;
    border-right: 1px solid #fff;
}
.deroulant_open a {
    color: #333;
    text-decoration: underline;
}



/*  Blocks  */
.block {
    float: left;
    margin: 30px 0 0 30px;
	float: left;
	width: 180px;
	background: #ccc url(img/block_link.jpg) no-repeat;
	padding: 0 5px 5px;
	min-height: 150px;
	text-align: left;
}
.block H3 {
    background: url(img/headlink.gif) no-repeat; color: white; padding-left: 30px; height: 24px; width: 153px; padding-top: 7px; margin: 0;
}
.block ul {
    list-style-type:none;
    font-weight: bold;
    padding-left: 10px;
    margin-left: 0;
}
.block li {
    padding-left: 15px;
    background-image: url(img/li.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.block A {
    text-decoration: none;
    color: #000;
}


/*   Boite connexion  */
.connex {
    padding: 30px;
    float: right;
    width: 210px;
    border: 2px solid #003;
    background: #341099 url(img/back_zone.jpg) center top repeat-x;
    color: white;
    text-align: left;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    filter: progid:DXImageTransform.Microsoft.shadow ( color=#000000,direction=135 ); 
    box-shadow: 4px 4px 20px #000;
    -webkit-box-shadow: 4px 4px 20px #000;
}
.connex_hid {
    display: none;
}

/*  Fenêtre CROWL  */

.crowl {
    position: absolute;
    display:none;
    max-width: 560px;
	width: auto;
    background: #555;
    border: 4px solid #000;
    color: white;
    font-size: 18px;
	line-height: 24px;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    filter: progid:DXImageTransform.Microsoft.shadow ( color=#333333,direction=135 ); 
    box-shadow: 4px 4px 20px #333;
    -webkit-box-shadow: 4px 4px 20px #333;
    opacity: 0.9;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
}

.crowl form {
    font-size: 0.6em;
}


/*  Tableaux  */

.listing td {
    vertical-align: top;
    text-align: left;
    background: #efeff2;
    padding: 2px 5px;
    margin: 2px 0;
    line-height: 140%;
}
.listing .titre td {
    font-weight: bold;
    background: #889;
    color: #fff;
    padding: 2px 5px;
    margin: 2px 0;
}
.listing A {
    color: inherit;
    text-decoration: none;
}


/*   TITREs   */

h1 {
    color: #333;
    font-size: 36px;
	line-height: 120%;
	font-family: Georgia;
	font-weight: 400;
}
.connex H1 {
    font-size: 20px;
    margin: 5px 0 15px;
}
H2 {
    font-size: 22px;
	color: #aaa;
	line-height: 120%;
	font-family: Georgia;
	text-align: left;
	font-weight: 400;
}
.col3 H2 {
    border-bottom: 7px solid #ddd;
    padding-bottom: 10px;
}
H3 {
    font-size: 14px;
    margin: 10px 0 5px 0;
	line-height: 120%;
	text-align: left;
	font-family: Georgia;
}
.souligne {
    border-bottom: 5px solid black;
}