/* CSS Document */
/* TIBEM */
/* SUMMER 2006 */
/* Ce document ne peut être reproduit sans l'accord express de ses propriétaires. Merci de respecter le travail d'autrui... */

/*	
================================
		Elements de base
================================
*/
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 background-color:#FFFFFF;
	 }

#header { /* En-tete */
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 height:230px;
}

#logo { 
 	text-align: left; /* on rétablit l'alignement normal du texte */
	margin-left: auto;
    margin-right: auto;
    width: 791px;
	height: 54px;
	padding-top:0px;
}

#menu { 
 	text-align: left; /* on rétablit l'alignement normal du texte */
	margin-left: auto;
    margin-right: auto;
    width: 791px;
	height: 15px;
	padding-top:0px;
	background-image:url(images/menu_1_1.png);
}

#menu_glissant li {

}

#logo2 { 
 	text-align: left; /* on rétablit l'alignement normal du texte */
	margin-left: auto;
    margin-right: auto;
    width: 791px;
	padding-top:0px;
}

#content {
	text-align: left; /* on rétablit l'alignement normal du texte */
	margin-left: auto;
    margin-right: auto;
    width: 791px;
	padding-top:0px;
	background-image:url(images/content-background.png)
}

#bottom {
	text-align: left; /* on rétablit l'alignement normal du texte */
	margin-left: auto;
    margin-right: auto;
    width: 791px;
	height: 32px;
	padding-top:0px;
	background-image:url(images/bottom.png)
}

#footer { /* En-tete */
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 height:32px;
}

#puce { /* En-tete */
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 height:20px;
 width: 588px;
 background-image:url(images/puce.png);
}

.base {
	font-family:"Franklin Gothic Medium Cond";
	font-size:13px;
	text-decoration:none;
	color:#515050;
}

.menulien {
	font-family:"Arial";
	font-size:10px;
	text-decoration:none;
	color:#515050;
}

a.menulien {
	font-family:"Arial";
	font-size:10px;
	text-decoration:none;
	color:#515050;
}

a.menulien:hover {
	text-decoration:underline;
}

a.base {
	font-family:"Franklin Gothic Medium Cond";
	font-size:13px;
	text-decoration:none;
	color:#515050;
}

a.base:hover {
	text-decoration:underline;
}

a.item {
	font-family:"Franklin Gothic Medium Cond";
	font-size:13px;
	text-decoration:none;
	color:#515050;
}

a.item:hover {
	text-decoration:underline;
}

a.item2 {
	font-family:"Franklin Gothic Medium Cond";
	font-size:12px;
	text-decoration:none;
	color:#515050;
}

a.item2:hover {
	text-decoration:underline;
}

.orange {
	font-family:"Franklin Gothic Medium Cond";
	font-size:13px;
	text-decoration:none;
	color:#F1A01E;
}

.puce {
	font-family:"Franklin Gothic Medium Cond";
	font-size:14px;
	text-decoration:none;
	color:#F1A01E;
}

.titre {
	font-family : arial;
	font-size:12px;
	text-decoration:none;
	color:#515050;
	font-weight:bold;
}

.lettrine {
	font-family:"Franklin Gothic Medium Cond";
	font-size:16px;
	text-decoration:none;
	color:#F1A01E;
}

.imgMenu {
	margin-top : 12px;
	margin-bottom : 12px;
}

input {
 background-color: #FFFFFF;
 border-width:1px;
 border-style:dashed;
 border-color:#515050;
 font-family:"Franklin Gothic Medium Cond";
 font-size:12px;
 text-decoration:none;
 color:#515050;
}

textarea {
 background-color: #FFFFFF;
 border-width:1px;
 border-style:dashed;
 border-color:#515050;
 font-family:"Franklin Gothic Medium Cond";
 font-size:12px;
 text-decoration:none;
 color:#515050;
}

.copyright {
	font-family:"Franklin Gothic Medium Cond";
	font-size:11px;
	text-decoration:none;
	color:#515050;
}
#mainUl {
	margin-left: 15px; padding-left: 0px;
}
#mainUl li{
	list-style-image:url(images/puce.gif);
	padding-left: 0px;
}
#mainUl .subUl {
	margin-left: 5px; padding-left: 0px;
	padding-top : 5px;
}
#mainUl .subUl li {
	list-style-image:url(images/sub_puce.gif);
}
.listeTypeDoc  li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-image:url(images/puce_sub.gif);
	padding-bottom : 6px;
}

.listeTypeDoc a, .listeTypeDoc a:active, .listeTypeDoc a:visited {
	color:#003366;
	text-decoration	: none;
}

.listeTypeDoc a:hover{
	color:Darkorange ;
	text-decoration	: none;
}

#detailDocs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #515050;
	border-right-color: #515050;
	border-bottom-color: #515050;
	border-left-color: #515050;
}

#detailDocs img {
	border-width:1px;
	border-style:solid;
	border-color:#515050;
	float : left;
	margin-right : 15px;
}

#detailDocs a, #detailDocs a:active, #detailDocs a:visited {
	color:#003366;
	text-decoration	: none;
}

#detailDocs a:hover{
	color:Darkorange ;
	text-decoration	: none;
}

/*	
================================
		Elements "actuas"
================================
*/

.elementActua {
	padding-left : 55px;
}
