/* ############################################################ */
/* ############################################################ */
/* MISE A ZERO DES VALEURS PAR DEFAUT		         	*/
/* ############################################################ */
/* ############################################################ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,hgroup, menu, nav, section {
    display: block;
}

body {
  font-size: 11px;
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }



/* ############################################################ */
/* ############################################################ */
/* DEFINITIONS COMMUNES A TOUTES LES PARTIES DU DOCUMENT       	*/
/* ############################################################ */
/* ############################################################ */

h1, h2, h3, h4, h5, h6 {

	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight: bold;
	font-variant:small-caps;
	color: #888888;

	clear:both;
	margin:10px;
	padding:10px;

}

p           { margin: 0 0 1.5em;text-align:justify; }
p img.left  { float: left; margin: 2px; padding: 0; }
p img.right { float: right; margin: 2px; padding: 0; }

a:active,
a:focus,
a:hover     { color: #CCCCCC; text-decoration: underline;}

a           { color: #888888; text-decoration: none; }

strong      { font-weight: bold; }

em,dfn      { font-style: italic; }

ul          { margin: 0; }
ol          { list-style-type: decimal; }

li ul, li ol { margin: 0; }

textarea {width:90%;height:150px;padding:20px;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border:2px solid #CCCCCC;}
input[type="submit"],input[type="reset"] {height:35px;width:150px;margin:20px 0;font-family:georgia;}
input[type="email"],input[type="tel"],input[type="text"] {width:80%;}
fieldset {width:500px;margin:2em auto;padding:20px;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border:2px solid #CCCCCC;}




/* ############################################################ */
/* ############################################################ */
/* PARTIES SPECIFIQUES						*/
/* ############################################################ */
/* ############################################################ */

/* ############################################################ */
/* STRUCTURE GENERALE				         	*/
/* ############################################################ */

/*
html {
	color: #FFFFFF;
	background: #CCCCCC;
	background: -moz-linear-gradient(-90deg,#CCCCCC,#FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FFFFFF));
	background: linear-gradient(#CCCCCC, #FFFFFF);

}
*/

/*

html {
	color: #FFFFFF;
	background: #CCCCCC;
	background: -moz-linear-gradient(-90deg,#CCCCCC,#000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#000000));
	background: linear-gradient(#CCCCCC, #000000);

}

*/

  /*
html {
	color: #FFFFFF;
	background: #000000;
	background: -moz-linear-gradient(-90deg,#000000,#cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#cccccc));
	background: linear-gradient(#000000, #cccccc);

}
  */

body {
	position: relative;
	width:100%;
	margin: 0 auto;
	padding:0 0 15px 0;
/*	background: transparent;*/
	background:#FFFFFF url("http://www.art-et-regard.fr/images/bg.jpg") repeat top left;
	text-align:center;
}



/* ############################################################ */
/* HEADER							*/
/* ############################################################ */

#mainheader {
	padding:0;
	margin:0 auto;
	text-align:center;
	width:1000px;
	background:transparent;
}

#mainheader #logo {
	background:transparent url("http://www.art-et-regard.fr/images/banniere.png") right center no-repeat;
	width:100%;
	height:200px;
	text-align:center;
}

#mainheader #logo h1 {
	margin:60px 0 0 20px ;
	padding:0;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
	text-align:left;
 	text-shadow: -1px 0 0.2em #CCCCCC, 0 1px 0.2em #CCCCCC, 1px 0 0.2em #CCCCCC, 0 -1px 0.2em #CCCCCC; 

}

#mainheader #logo h1 a {
	color:#000000;
	text-decoration:none;

}

#mainheader #logo p {
	margin:50px 0 0 20px;
	padding:5px;
	font-size: 15px;
	color: #888888;
	font-style: normal;
	font-weight:bold;
	text-align:left;
}

/* ############################################################ */
/* BARRE DE NAIVAGATION						*/
/* ############################################################ */

#nav-main {
	position:fixed;
	top:0;
	margin:0 auto;
	width:1000px;
	z-index:10000;
	background:#000000;
 	-moz-box-shadow: 2px 2px 5px #000;  
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

#nav-main ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
 
#nav-main ul li {
	float:left;
	position:relative; 
	margin:auto;
	padding:0;
	background-color:black;
	display:inline;
	width:100px;
}

#nav-main ul li a {
	display:block;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#nav-main ul li a:hover {
	background:#CCCCCC;
	color:#999999;
}
 


/* ############################################################ */
/* MAIN CONTENT							*/
/* ############################################################ */

#section-main {
	width:700px;
	display: inline;
	float: right;
	margin:0;
	padding:10px;
	color:#888888;
	text-align:left;
}



#section-main h1, h2 {
	font-size:20px;
}


#section-main h1 a {
	color:#CCCCCC;
}


#section-main p {
	margin:10px;
	padding:10px;
}
 /*
#section-main .mesLiens a:link,a:visited{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#c1ceed;
width:300px;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}

#section-main .mesLiens a:hover,a:active
{
background-color:#95adeb;
}
 */
/*
#section-main .articles {
    clear:both;
    position:relative;
    margin:0;
    width:650px;
    padding:10px;
    text-align: justify;
    position: relative;
    border:1px solid #CCCCCC;
background-color:white;
}
*/


/* ############################################################ */
/* SIDEBAR													*/
/* ############################################################ */
#sidebar {
	width: 240px;
	margin: 10px;
	float:left;
	text-align:center;
	background: transparent; 
/*	background: -moz-linear-gradient(-90deg,#FFFFFF,#CCCCCC); 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); 
	background: linear-gradient(#FFFFFF, #CCCCCC);        */
	height:1000px;
}


.articleSidebar {
	margin-top:20px;
	width:100%;
	text-align:justify;
	color:#000000;
	background: #999999 
}


/* ############################################################ */
/* FOOTER							*/
/* ############################################################ */
#contentinfo {
	margin:0 auto;
	margin-top:10px;
	padding:10px;
	width:980px;
	background:#000000;
	color:#FFFFFF;
	text-align:center;	
}

#contentinfo ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
 
#contentinfo ul li {
	position:relative; 
	margin:auto;
	padding:0;
	display:inline;
	width:50px;
}

#contentinfo ul li a {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}



/* ############################################################ */
/* ############################################################ */
/* SLIDER							*/
/* ############################################################ */
/* ############################################################ */
.horinaja {
	position:absolute;
	margin:10px;
	padding:0;
	border:0;
	width:600px;
}

.horinaja ul {
	margin:0;
	padding:0;
	position:relative;
	list-style-type: none;
}

.horinaja ul li {
	position:relative;
	margin:0;
	padding:0;
	background:#FFFFFF;     /* couleur fond du slide de photo */
	list-style-type: none;
}

.horinaja a {
	color:#FFFFFF;
}

.horinaja article {
	margin:0;
	padding:0;
}

.horinaja figure {
	margin:0;
	padding:0;
}

/* ############################################################ */
/* IMAGE							*/
/* ############################################################ */
.horinaja ul li img {
	position:relative;
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#FFFFFF;
	z-index:1;
}

/* ############################################################ */
/* TITRE							*/
/* ############################################################ */
.horinaja ul li h2 {
	position:absolute;
	margin:0;
	padding:10px;
	color:#FFFFFF;
	background: #000000; 
	background: -moz-linear-gradient(-90deg,transparent,#000000 70%); 
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000) 70%); 
	background: linear-gradient(transparent, #000000 70%);  /*future CSS3 browsers*/
	opacity : 0.75;
	filter : alpha(opacity=75);
	font-variant:small-caps;
	font-size:17px;
	z-index:2;
}

/* ############################################################ */
/* DESCRIPTION							*/
/* ############################################################ */
.horinaja ul li p {
	position:absolute;
	margin:0;
	top:800px;
	padding:10px;
	color:#FFFFFF;
	background: #000000; 
	background: -moz-linear-gradient(-90deg,transparent,#000000 70%); 
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000) 70%); 
	background: linear-gradient(transparent, #000000 70%);  /*future CSS3 browsers*/
	opacity : 0.85;
	filter : alpha(opacity=85);
	font-variant:small-caps;
	font-size:17px;
	z-index:2;
}


/* ############################################################ */
/* PAGINATION - ON AFFICHE PAS					*/
/* ############################################################ */
ol.horinaja_pagination {
	display:none;
}

ol.horinaja_pagination li {
	display:none;
}

ol.horinaja_pagination li a {
	display:none;
}
























/* ############################################################ */
/* ############################################################ */
/* SLIDER							*/
/* ############################################################ */
/* ############################################################ */
.diaporama ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.diaporama ul li {
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
	height:250px;
	width:200px;
	text-align:center;

}

.diaporama a {
	color:#FFFFFF;
}

.diaporama article {
	margin:20px;
	top:350px;
	padding:0;
}

.diaporama figure {
	margin:0;
	padding:0;
	font-weight:bold;
}

/* ############################################################ */
/* IMAGE							*/
/* ############################################################ */
.diaporama ul li img {
	margin:10px;
	padding:10px;
	border:1px solid #000000;
	background:#FFFFFF;
	color:#FFFFFF;
	z-index:1;
 	-moz-box-shadow: 2px 2px 5px #000;  
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

/* ############################################################ */
/* TITRE							*/
/* ############################################################ */
.diaporama ul li h2 {
	position:absolute;
	margin:0;
	top:750px;
	padding:10px;
	width:650px;
	color:#FFFFFF;
	background: #000000; 
	background: -moz-linear-gradient(-90deg,transparent,#000000 70%); 
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000) 70%); 
	background: linear-gradient(transparent, #000000 70%);  /*future CSS3 browsers*/
	opacity : 0.75;
	filter : alpha(opacity=75);
	font-variant:small-caps;
	font-size:17px;
 	-moz-box-shadow: 2px 2px 5px #000;  
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
	text-align:center;
	z-index:2;
}

/* ############################################################ */
/* DESCRIPTION							*/
/* ############################################################ */
.diaporama ul li p {
	position:relative;
	margin:0;
	top:900px;
	padding:10px;
	width:650px;
	color:#000000;
	background: #FFFFFF; 
	background: -moz-linear-gradient(-90deg,transparent,#000000 70%); 
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000) 70%); 
	background: linear-gradient(transparent, #000000 70%);  /*future CSS3 browsers*/
	opacity : 0.85;
	filter : alpha(opacity=85);
	font-variant:small-caps;
	font-size:19px;
	text-align:center;
	z-index:2;
}










/* ############################################################ */
/* ############################################################ */
/* SLIDER							*/
/* ############################################################ */
/* ############################################################ */

.photo {
	text-align:center;
}

.photo a {
	color:#FFFFFF;
}


.photo figure {
	margin:0 auto;
	padding:0;

}

/* ############################################################ */
/* IMAGE							*/
/* ############################################################ */
.photo img {
	margin:10px;
	padding:10px;
	border:1px solid #000000;
	background:#FFFFFF;
	color:#FFFFFF;
	z-index:1;
 	-moz-box-shadow: 2px 2px 5px #000;  
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}


/* ############################################################ */
/* DESCRIPTION							*/
/* ############################################################ */
.photo figcaption {
	clear:both;
	position:relative;
	margin:0;
	padding:10px;
	width:650px;
	color:#888888;
	font-variant:small-caps;
	font-size:17px;
	z-index:2;
	text-align:center;
}

/* ############################################################ */
/* DESCRIPTION							*/
/* ############################################################ */
.photo p {
	clear:both;
	position:relative;
	margin:0;
	padding:10px;
	width:650px;
	color:#000000;
	font-variant:normal;
	z-index:2;
	text-align:justify;
}



/* ############################################################ */
/* ############################################################ */
/* 					SlideDownBoxMenu							*/
/* ############################################################ */
/* ############################################################ */

ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:1020px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent url("http://www.art-et-regard.fr/images/overlay.png") no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

