/* --------------------------------------
		design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/ /* Corps du site 
--------------------------------------*/
* {
    margin:0;
    padding:0;
    font-size:100%;
}

body {
    background:#FBFBFC url(images/global.png)  repeat-x;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    color:#0828f8;
    margin:0;
    padding:0;
}

/* Conteneurs 
--------------------------------------*/
/* ##### Conteneur global du site ###### */
div#global {
	Extensible
	margin:auto 5px;
	margin-bottom:15px;
	 color:#0828f8;
	width:900px;
	float:center;
    margin:auto;
}

div#global2 {

	
	width:900px;
	height:300px
	left:50%
    margin-left:50%;

background: url()  no-repeat;


}
 ##### Entéte de la page ###### 
div#header_container,div#header_admin_container {
  /* background: url(images/header.png) no-repeat; */
	float:center;
    background-position:60px 230px;
	margin-bottom:8px;
}



/* ##### Entéte de la page ###### */
div#header,div#header_admin {
    height:0px;
	float:center;
}

/* #####  Conteneur en dessous de l'entéte ###### */
div#sub_header,div#sub_header_admin {
    height:40px;
    padding:0;
    padding-top:10px;
	float:center;
   /* padding-left:210px;*/

}

div#sub_header p a {
    color:#FFF;

	margin-right: 115px;
}


/* ##### Compteur de visites  ###### */
div#compteur {
    color:#E9ECD9;
    position:absolute;
    top:50px;
	right:0;
	font-size:11px;
    margin-right:15px;
	text-align:right;
}

/* ##### Menu de gauche ###### */
div#left_menu {
    float:left;
    width:190px;
    margin:0;
	background: url(images/module_top_l.png) no-repeat;
    margin-right:2px !important;
    margin-right:-1px;
    padding:0;
}

div#left_menu_bottom {
	background: url(images/module_bottom_l.png) no-repeat;
	height:33px;
	margin-top:-10px;
}

div#left_menu_content {
	background: url(images/module_content_l.png) repeat-y;
	margin-top:36px;
}

/* ##### Menu droit ###### */
div#right_menu {
    float:right;
    width:190px;
    margin:0;
	background: url(images/module_top_r.png) no-repeat;
    margin-left:2px !important;
    margin-left:-1px;
    padding:0;
}

div#right_menu_bottom {
	background: url(images/module_bottom_r.png) no-repeat;
	height:33px;
	margin-top:-10px;
}

div#right_menu_content {
	background: url(images/module_content_r.png) repeat-y;
	margin-top:36px;
}
div#right_menu a.small_link {
	color:#FFF;
}
div#right_menu .text_small {
	color:#3B515D;
}
div#right_menu .module_mini_bottom {
	border-bottom:1px solid #7de800;
}

/* #####  Contenu de la page ###### */
div#main {
    width:auto;
    min-width:450px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
    padding:0;
    margin:0;
    float:none;
}

/* ##### Contenu central ###### */
div#main_content {
    width:auto;
    padding:20px 10px;
    padding-top:5px;
    border-spacing:1px;
    border:1px #cccccc solid;
    background:#d3d3d3;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

/* ##### Barre de lien rapide ###### */
div#links { /*width:96%;*/
    text-indent:10px;
    margin-bottom:50px;
}

/* ##### Emplacement au dessus de contenu de la page ###### */
div#top_contents {
	margin-top:8px;
    margin-bottom:8px;
}

/* ##### Emplacement en dessous de contenu de la page ###### */
div#bottom_contents {
	margin-top:8px;
    margin-bottom:8px;
}

/* ##### Bloc au dessus du pied de page ###### */
div#top_footer {
    clear:both;
    padding:0.75em;
}

/* ##### Pied de page ###### */
div#footer {
	height:30px;
	clear:both;
    margin:auto;
    margin-top:0px;
    padding:0px;
    padding-top:36px;
    text-align:center;
}
div#footer span {
    color:#04a3ff;
    font-size:10px;
}
div#footer span a {
    color:#04a3ff;
    font-size:10px;
}

.bglinks {
    background:url(images/bgmenu_links.jpg) no-repeat bottom right;
    margin:0px;
    padding:0px;
    list-style-type:none;
    padding-bottom:7px;
    margin-bottom:5px;
}


