/*
violet : #8792D6;
**/
*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;	
	color:black;
}
a:hover{
	color:#8792D6;
}
img{
	border:0px;
}
.conf{
	color:#FFFFFF;
}
strong{
	color:#8792D6;
}
BODY{
	text-align:center;
	font-family:Arial;
	font-size:12px;
	background:#f5f5f5;
	margin:0px 0px 20px 0px;
}
h1{
	font-size:14px;
}
h2{
	font-size:16px;
	color:#8792D6;
	font-weight:bold;
}
#principal_ombre{
	width:992px;	
	margin:20px auto 0px;
	padding-top:30px;
	background:#F0F0F0 url('../_img/ombre.jpg') repeat-y right top;	
	
}
#principal{
	width:980px;
	text-align:left;
	margin:0 auto;
	margin-top:-40px;
	background:#FFFFFF;
}

.clear{
	clear:both;
}

/**
Header
**/
#header{
	background:#8792D6;
	width:980px;
	height:113px;
}
#header_logo{
	width:593px;
	padding:18px 0px 17px 20px;
	float:left;
	height:70px;
}
#header_droite{
	float:right;
	width:345px;
	padding-right: 15px;
}
#header_liens{
	width:340px;
	height:15px;
	font-size:11px;
	padding-top:12px;
	float:right;	
}
#header_liens ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#header_liens ul li{
	float:left;
	padding-right:10px;
	padding-top:10px;
	padding-left:2px;
}
#header_liens a{
	color:black;
	font-weight:bold;
	padding-top:10px;
}
#header_liens a:hover{
	color:white;
	font-weight:bold;
}
#header_groupe{
	float:left;
	padding-left:5px;
	padding-top:5px;
}
#header_chercher{
	float:right;
	padding-top:45px;
	height:20px;
	padding-right:15px;	
}
#header_chercher input{
	border:0;
}
#header_chercher_sumbit{
	float:right;
	height:20px;
	width:18px;	
}
#header_chercher_text{
	float:right;
	height:18px;
	border:1px solid #FFFFFF;
	background:white;
	font-size:10px;
}

/**
Spécifique page d'accueil
**/
#accueil_bloc{
	height:190px;
	background-color:black;
	margin-top:12px;
	padding-left:65px;
	padding-top:10px;
}
.accueil_bloc{
	float:left;
	width:286px;
	margin-left:110px;
	margin-right:20px;
	color:white;
}
.accueil_bloc h1{
	color:#8792D6 ;
	padding-left:16px;
	font-size:16px;
}
.accueil_bloc ul{
	list-style-type:none;
	height:125px;
	border-left:#8792D6 6px solid;
	padding:16px 0px 10px 10px;	
}
.accueil_bloc ul li{
	padding:5px 0px;
}
.accueil_bloc ul li a{
	color:#FFFFFF;
}
.accueil_bloc ul li a:hover{
	color:#8792D6 ;
}
.accueil_bloc ul li a:hover strong{
	color:#FFFFFF ;
}
#accueil_flash{
	width:980px;
	height:255px;
	z-index:1;
	position:relative;
}

/**
Footer
**/
#footer{
	height:40px;
	text-align:center;
	padding-top:25px;
	color:white;
	font-size:10px;
	background:black url('../_img/arrondi_bd.jpg') no-repeat bottom right;
}
#footer a{
	color:white;
}
#footer_accueil a{
	color:white;
}
#footer_accueil a:hover{
	color:#8792D6;
}
#footer_page{
	height:46px;
	text-align:center;
	margin:0px auto;	
	width:992px;	
	color:black;
	font-size:10px;
	background:#F0F0F0 url('../_img/footer_page.jpg') no-repeat bottom right;
}
#footer_accueil{
	height:46px;
	text-align:center;
	color:white;
	margin:0px auto;
	line-height:8px;	
	width:992px;
	font-size:10px;
	background:#F0F0F0 url('../_img/footer_accueil.jpg') no-repeat bottom right;
}
#footer_page a{
	color:black;
}
#footer_page  a:hover{
	color:#8792D6;
}
#footer_accueil #footer_groupe{
	height:20px;
	width:150px;
	float:right;
	margin-right:30px;
}
#footer_accueil #footer_adresse{
	height:20px;
	height:20px;
	width:730px;
	float:left;
	margin-left:100px;
}
/**
Pages
**/
#contenu{
	background-color:black;
	width:980px;
}
#page_contenu{
	background-color:white;
	width:980px;
	min-height:450px;
}
#page_ariane{
	width:940px;
	padding:20px 0px 17px 40px;	
	height:37px;
	font-weight:bold;
	background-color:white;
}
#page_ariane a{
	font-weight:bold;
}
#page_ariane .valeur{
	color:#8792D6;
}
#page_menu{
	float:left;
	width:200px;
	background-color:white;
	padding:0px 85px 0px 40px;
}
#page_menu .menu_inactif{
	background:url('../_img/triangle_noir.jpg') no-repeat top left;
	font-weight:bold;
	padding:0px 0px 2px 17px;
	margin: 5px 0px 0px 0px;
	font-size:12px;	
	color:black;
}
#page_menu .sous{
	font-weight:bold;
	margin-bottom:20px;
	padding-left:5px;
	font-size:11px;
	color:#666666;
}
#page_menu .sous .menu_inactif{
	background:url('../_img/triangle_gris.gif') no-repeat top left  ;
	margin:0;
	padding-left:15px;
	padding-top:0;
	padding-bottom:0px;
}
#page_menu .sous .menu_actif{
	background:url('../_img/triangle_violet.jpg') no-repeat top left  ;
}

#page_menu  .menu_actif{
	background:url('../_img/triangle_violet.jpg') no-repeat top left  ;
	color:#8792D6;
	font-weight:bold;
	padding:0px 0px 2px 17px;
	margin: 5px 0px 0px 0px;
	font-size:12px;
}
#page_menu .sous a{
	color:#838383;
}
#page_menu .sous .menu_actif a{
	color:#8792D6;
}

#page_menu .sous a:hover{
	color:#8792D6;
}
.menu_actif a{
	color:#8792D6;
}
#page_texte{
	float:left;
	width:570px;
	background-color:white;	
	z-index:2;
}
#page_seule{
	float:left;
	width:900px;
	padding:0px 40px 0px 40px;
}

#page_texte h1{
	color:#838383;
	font-weight:bold;
	font-size:16px;
}
#page_texte strong{
	color:black;
	font-weight:bold;
}
#news_type{
	color:#838383;
	font-weight:bold;
	font-size:16px;
}

/**
Pour les listes
**/
.item_titre{
	background:url('../_img/triangle_vert.jpg') no-repeat center left;
	padding-left:14px;
}
.item_simple{
	background:url('../_img/triangle_noir.jpg') no-repeat center left;
	padding-left:14px;
}
.item{
	background:url('../_img/triangle_noir.jpg') no-repeat center left;
}
/**
Formulaire de contact
**/

#contact_label obligatoire{
	font-weight:bold;
	background-color:#8792D6;
	font-weight:bold;
}
#contact_label{
	font-weight:bold;
	background-color:#8792D6;
	font-weight:bold;
}
.conteneur-arrondi{
    padding:0;
    width:399px;
    margin-top:8px;
	background:white
}
.un      {
    margin:0 4px;
    height:1px;
    background-color:black;
    overflow:hidden;
    border:1px solid black;
    border-top:0;border-bottom:0;
}

.deux {
    margin:0 3px;
    height:1px;
    overflow:hidden;
    border:1px solid black;	
    background-color:black;
    border-top:0;border-bottom:0;
}

.trois{
    margin:0 2px;
    height:2px;
    overflow:hidden;
    border:1px solid black;	
    background-color:black;
    border-top:0;border-bottom:0;
}

.quatre {
    margin:0 1px;
    height:2px;overflow:hidden;
    border:1px solid black;
    background-color:black;
    border-top:0;border-bottom:0;
}
.centrearrondi {
    border:1px solid black;
    border-top:0;border-bottom:0;
    margin:0 1px;
    padding:5px 10px;
    min-height:150px;
    height:auto!important;
    height:150px;		
	color:#8792D6;
    background-color:black;
}
.centrearrondi input{
	height:20px;
	width:250px;
}
.centrearrondi input.radio{
	width:10px;
}
.centrearrondi .bouton{
	width:97px;
	height:28px;
	float:right;
}
.centrearrondi textarea{
	height:160px;
	width:250px;
}
.obligatoire{
	background:url('../_img/etoile.jpg') no-repeat center right;
}
.contact_label{
	width:100px;
	font-weight:bold;
	font-size:12px;
	padding:4px;
	margin:2px 0px 0px 0px;
	background-color:#8792D6;
	color:black;
}
.centrearrondi select{
	height:22px;
	width:150px;
	text-align:center;	
}
.centrearrondi  .titre{
	color:#8792D6;
	text-align:center;
	font-weight:bold;
}
/**
Tags
**/
#tags{
	width:980px;
	margin:auto;
	height:20px;
	text-align:center;
	font-size:9px;
	padding:20px 10px 0px 10px
}
#tags a{
	color: silver;
}
#tags a:hover{
	color: gray;
}
.tags_bloc{
	width:300px;
	text-align:left;
	float:left;
	padding-bottom:20px;
	color:#999999;
	text-align:justify;
}
.tag_bloc1, .tag_bloc2{
	padding-right:39px;
}

/***
	Erreurs
***/
div.successBlock, div.errorBlock,div.delBlock  {
	width: 300px;
	margin: 0px auto 30px auto;
	padding: 5px 5px 5px 40px;	
	}
div.successBlock{	
	background: url(../_img/sign_valid.png) 5px 2px no-repeat #e0ffe2;
	color: #008509;		
	height: 23px;
	border: 1px solid #008509;	
}	
div.errorBlock {
	border: 1px solid #FF6F78;
	background: url(../_img/sign_error.png) 3px 3px no-repeat #fff2f2;
	background-color: #fff2f2;
}
div.delBlock {
	border: 1px solid #FFB900;
	height: 23px;
	background: url(../_img/sign_deleted.gif) 7px 4px no-repeat #FFEEBF;
	color: #AF7F00;
} 