@charset "utf-8";
/* CSS Document */


*{
	outline:none;
	border:none;
	padding:0;
	margin:0;
}
*:focus{
	outline:none;
	-moz-outline-style:none;
}

body{
	background:url(/charte/bg.png);
	text-align:center;
}

#site{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	
	background:#fff;
	margin:5px auto;
	width:940px;
	color:#fff;
}





/* ----------------- Général ----------------- */

.clear{
	clear:both;
}


/* ----- H / P ----- */
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}


/* ----- Lien ----- */
a:link,
a:visited{
	text-decoration:none;
	color:inherit;
}

a:hover,
a:active{
	text-decoration:underline;
	color:inherit;
}


/* ----- Input ----- */
select,
textarea,
input[type="file"],
input[type="text"],
input[type="password"]{
	border:1px solid #c9c9c9;
	padding:2px;
}

input[type="text"]:focus,
input[type="password"]:focus{
	
}

input[type="reset"],
input[type="submit"],
input[type="button"]{
	margin:10px 1px 1px 0;
	padding:2px 6px;
	cursor:pointer;
	
	border:1px solid #c9c9c9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
	
}





/* ----------------- Menu ----------------- */

#menu{
	background:#3d3d3d;
}

#menu ul{
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	list-style:none;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	padding:10px 20px;
	display:block;
}





/* ----------------- Header ----------------- */

#header{
	background:url(/charte/bg_header.png);
	padding:5px 5px 5px 15px;
	height:139px;
	clear:both;
}

#header #logo{
	float:left;
}

#header #logo img{
	max-height:140px;
}

#header #slogan{
	margin:68px 0 0 20px;
	font-weight:normal;
	font-size:17px;
	float:left;
}

#header #store{
	position:relative;
	margin-top:100px;
	float:right;
}
#header #store img{
	margin-left:15px;
}





/* ----------------- Diapo ----------------- */

#diapo{
	height:250px;
}





/* ----------------- Ariane ----------------- */

#ariane{
	padding:5px 100px 5px 15px;
	margin:0 0 20px -30px;
	background:#c9c9c9;
	font-size:14px;
	float:left;
}





/* ----------------- Contenu ----------------- */

#contenu{
	background:#f6f6f6;
	min-height:300px;
	font-size:13px;
	padding:30px;
	color:#000;
	clear:both;
}

#contenu h1{
	margin-bottom:15px;
	font-weight:normal;
	font-size:20px;
}


/* -- Liste de résultat -- */
#div_nb_par_page{
	border-top:1px solid #333;
	margin:15px auto;
	padding:15px;
}

#page_par_page span{
	padding:2px 5px;
	margin:3px;
}

#page_par_page{
	padding:15px;
	float:right;
}

.clickable{
	border:1px solid #666;
	cursor:pointer;
	color:#666;
}

.active{
	border:1px solid #ccc;
	cursor:default;
	color:#ccc;
}


/* -- Accueil -- */
#table_accueil h1 span,
#cols_accueil h1 span{
	border-bottom:2px solid #dddcdc;
	padding:50px 0 3px 0;
	vertical-align:top;
	margin-left:5px;
}

#table_accueil h1 img,
#cols_accueil h1 img{
	max-height:75px;
}

#table_accueil h2,
#cols_accueil h2{
	font-weight:normal;
	margin-bottom:5px;
	font-size:16px;
}

#table_accueil table img,
#cols_accueil table img{
	max-height:65px;
	max-width:65px;
}

.td_img{ padding-right:10px; }
.td_txt{  }
.td_lien{ padding:5px 0 20px 0; }


/* -- Accueil site in-situ-concept -- */
#cols_accueil{
	margin:50px 0 20px 0;
}

#cols_accueil #col1{
	width:420px;
	float:left;
}

#cols_accueil #col2{
	width:420px;
	float:right;
}


/* -- Accueil site d'appli -- */
#table_accueil{
	width:100%;
}

#table_accueil td{
	vertical-align:top;
	padding:15px;
}


/* -- Rubrique -- */
.detail_article{
	margin-top:35px;
}

.img_article{
	text-align:center;
	padding:10px;
	width:220px;
	float:left;
}

.img_article img{
	max-height:125px;
	max-width:220px;
}

.txt_article{
	width:640px;
	float:left;
}

.txt_article h1{
	font-weight:normal;
	margin-bottom:5px;
	font-size:14px;
	color:#ebaf3a;
}


/* -- Article -- */
#fichier_joint{
	border:1px solid #c9c9c9;
	margin-bottom:10px;
	padding:5px 10px;
	cursor:pointer;
	float:left;
}

#fichier_joint:hover{
	text-decoration:underline;
}

#article_prec,
#article_suiv{
	padding:5px 15px;
	margin-top:30px;
	display:block;
}

#article_prec{
	margin-left:-30px;
	float:left;
}

#article_suiv{
	margin-right:-30px;
	float:right;
}


/* -- Plan -- */
#contenu #plan ul li{
	margin-bottom:15px;
	margin-left:30px;
}
#contenu #plan ul li ul li{
	margin-bottom:0;
}


/* -- Contact -- */
#contenu #cols_contact{
	
}

#dde_ok{
	border:1px solid #446423;
	background:#EFF5EA;
	padding:7px 10px;
	margin:15px 0;
	color:#446423;
}

#dde_error{
	border:1px solid #c00;
	background:#FAEBE7;
	padding:7px 10px;
	margin:15px 0;
	color:#c00;
}

#cols_contact #col1{
	width:430px;
	float:left;
}

#cols_contact #col2{
	width:430px;
	float:right;
}

#cols_contact #col1 label{
	margin-bottom:10px;
	display:block;
}

#cols_contact #col1 textarea,
#cols_contact #col1 select,
#cols_contact #col1 input{
	display:block;
}

input.erreur[type=password],
input.erreur[type=text],
input.erreur[type=file],
textarea.erreur,
select.erreur{
	border:1px dashed #c00;
	background:#faebe7;
}

label.erreur{
	color:#c00;
}




/* ----------------- Footer ----------------- */

#footer{
	padding:15px 65px 30px 65px;
	background:#3d3d3d;
	font-size:13px;
}

#footer h1{
	border-bottom:2px solid #ebaf3a;
	font-variant:small-caps;
	padding-bottom:3px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:20px;
}

#footer #col1{
	width:225px;
	float:left;
}

#footer #col2{
	margin-left:65px;
	width:225px;
	float:left;
}

#footer #col3{
	margin-left:65px;
	width:225px;
	float:left;
}





/* ----------------- Footer2 ----------------- */

#footer2{
	text-align:center;
	font-size:13px;
	padding:5px;
	clear:both;
}

#footer2 ul{
	font-variant:small-caps;
	list-style:none;
	font-size:16px;
}

#footer2 ul li{
	border-right:1px solid;
	float:left;
}

#footer2 ul li#last{
	border:none;
}

#footer2 ul li a{
	padding:5px 25px;
	display:block;
}

#footer2 #infos{
	padding:15px 0 5px 0;
	clear:both;
} 



