/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
}
/*-------------------------------- general au site -----------------------------*/
p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt,dl,div {
	margin:0;
	padding:0;
}
a img  {
	border:none;
}
table{
	border-collapse:collapse;
}
ul {
	list-style-type:none;
}
p {
	font-size:12px;
	color:#504e53;
}
a {
	text-decoration:none;
	color:#432d29;
}
/*---------------------------------------------- GLOBAL -----------------------------------------*/
#global {
	position:relative;
	width:960px;
	padding:0 20px;
	margin:auto;
}

/*------------------------------------- ENTETE -----------------------------------*/
#global #entete {
	display:none;
}

/*-------------------------------------  MENU  HORIZONTAL -----------------------------------*/
#menu_h {
	display:none;
}
/*-------------------------------------  MENU  VERTICAL -----------------------------------*/
#menu_v {
	display:none;
}

/*-------------------------------------  CORPS  -----------------------------------*/
#corps {
	width:769px;
	float:left;
	margin:20px 0 50px 1px;
}
/*--------- bloc accueil ---------*/
#corps div.bloc_accueil {
	width:344px;
	float:left;
	padding:280px 0 0 0;
	margin:20px 20px 0 20px;
	display:inline;
}
#corps div.bloc_accueil a{
	color:#ef2717;
	text-decoration:underline;
}
#corps div.bloc_accueil h6{
	margin:20px 0 0 10px;
}
#corps div.bloc_accueil p{
	padding:0 10px;
}
#corps div.bloc1 {
	background:url(../images/fonds/accueil_identification_personnes.jpg) no-repeat top left;
}
#corps div.bloc2 {
	background:url(../images/fonds/accueil_identification_produits.jpg) no-repeat top left;
}

/*------ page standard ----------*/

/* gros titre */
#corps h1.t_stand {
	font-size:22px;
	color:#ef2717;
	margin:20px 20px 40px 0px;
	position:relative;
	z-index:2;
	font-weight:400;
}
#corps h1.t_stand span{
	color:#000;
}

/* partie texte */
#corps div.textes {
	float:left;
	width:450px;
	margin:0 0 0 0px;
	display:inline;
	min-height:390px;
}
* html #corps div.textes  {
	height:390px;
}
/* paragraphe 1 */
#corps div.textes p.para1 {
	line-height:24px;
	min-height:90px;
	margin:0 0 20px 0;
}
* html #corps div.textes p.para1 {
	height:90px;
}

/*   points forts */
#corps div.textes h6 {
	font-size:14px;
	color:#ef2717;
	margin:0 0 28px 0;
	font-weight:400;
	position:relative;
	z-index:10;
	list-style-type:square;
	list-style-position:inside;
}
#corps div.textes h6.p1 img{
	display:none;
}


/* paragraphe 1 */
#corps div.textes p.para2 {
	line-height:24px;
	min-height:140px;
}
* html #corps div.textes p.para2 {
	height:140px;
}

/*  photos illustrations */
#corps div.photos {
	float:left;
	width:136px;
	margin:0 0 0 70px;
}
#corps div.photos p{
	margin:0 0 2px 0px;
}
/* illustration bas page */
#corps p.fond img{	
	display:none;
}

/*------------------------------------ LISTES --------------------------------*/
dl.listes {
	margin:0 0 0 20px;
	width:42%;
	float:left;
	padding:0 10px;
}
dl.liste2 {
	border-left:1px solid #000;
}
dl.listes dt{
	font-size:14px;
	font-weight:700;
	color:#ef2717;
}
dl.listes dt span ,
dl.listes li span ,
dl.listes dt span a,
dl.listes li span a{
	font-size:9px;
	font-weight:400;
	color:#a7a7a7;
}

dl.listes li{
	font-size:13px;
	margin:20px 0 0 0;
	list-style-type:square;
	font-weight:700;
}
dl.listes li li{
	margin:6px 0 0 0;
	list-style-type:circle ;
	line-height:12px;
	font-weight:400;
}

/*------------------------------------    FORMULAIRES -----------------------*/
div.formulaire {
	margin:0 30px 0 30px;
	float:left;
}
div.formulaire h1{
	font-size:14px;
	font-weight:400;
	color:#ef2717;
	float:left;
	margin:0 0 20px 0;
}
div.formulaire h1 span{
	text-decoration:underline;
}
div.formulaire div {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
div.formulaire div p.label{
	float:left;
	width:150px;
}
div.formulaire div p.label span.note{
	font-size:9px;
	display:block;
	line-height:10px;
}
div.formulaire div input.moyen {
	width:200px;
}
div.formulaire div input.grand {
	width:400px;
}
div.formulaire div select.grand {
	width:402px;
}
div.formulaire div textarea.grand {
	width:400px;
	height:200px;
}
div.formulaire div .blur {
	background:#efefef;
}


div.mess {
	width:400px;
	margin:20px auto;
	padding:20px 40px;
	border:4px solid #c1c1c1;
}
div.mess p{
	font-size:12px;
}
div.mess li{
	font-size:12px;
	margin:0 0 0 10px;
	list-style-type:square;
	list-style-position:inside;
}
div.mess dt{
	font-size:12px;
	font-weight:700;
}

/*------------------------------------ ACTUALITES -------------------------*/
#corps div.actu {
	width:709px;
	margin:0 30px 20px 30px;
	overflow:hidden;
}
#corps div.actu h6 {
	font-size:14px;
	color:#ef2717;
	margin:0 0 28px 0;
	font-weight:400;
	position:relative;
	z-index:10;
}
#corps div.actu hr {
	clear:both;
	height:1px;
	border:none;
	background:#dfdfdf;
	width:200px;
	margin:auto;
}
#corps div.actu p.illu {
	float:right;
}
#corps div.actu div.texte p {
}
#corps div.actu div.texte a {
	color:#ef2717;
	text-decoration:underline;
}
#corps div.actu p.adm {
	margin:20px  0 0 0;
	clear:both;
}
#corps div.actu p.adm a{
	color:#f00;
}
/*------------------------------------------------   PIED DE PAGE ----------------------------*/
#pied {
	display:none;
}