/* Kit réalisé et codé par timestius.com */

body{
	margin: 39px 0px 0px 8px; /* -20px du haut */
	background: #132e5e url(../images/index/back.gif) repeat-x;
	/*background: #ff9000 ;*/
	font: 13px/1.1em "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, Georgia, sans-serif;
	color: #666666;
}

a:link, a:visited{ color:#dd8007; text-decoration:none; }
a:hover { color:#dd8007; text-decoration:underline; }


/* Blocs majeurs */

#site { /* Englobe tout le site  */
	margin: 0 auto 0;
	position: relative;
	width: 841px;
}

#deco
{
	background: url(../images/index/fond_deco.png) no-repeat;
	width: 1020px;
	margin: 0 auto 0;
	position: relative;
}

#left { /* Bloc Contenu */
	float: left;
	width: 841px;
	background: url(../images/index/content.png) repeat-y;
	}
	
#right { /* Bloc Menu */
	float: right;
	width: 0px;
	/*background: url(../images/index/content.png) repeat-y;*/
	}
	
#container { /* Contenu */
	position: relative;
	padding-left:35px;
	padding-right:35px;
	width: 771px;
	background: url(../images/index/content.png) repeat-y;
	}
	
#menu { /* Menu */
	position: relative;
	left: 19px;
	}
	

#copyright { /* Footer contenu */
	/*width: 850px;*/
	height: 143px;
	background: url(../images/index/footer.png) no-repeat;
	text-align : left;
/*	text-align : center;*/
	/*padding-left : 130px;*/
	}
	
#menu_footer { /* Footer menu */
	width: 224px;
	height: 115px;
	/*background: url(../images/index/footer_menu.gif) no-repeat;*/
	}
	
	
#header {
	height: 209px;
	background: url(../images/index/header.png) no-repeat;
	/*margin-bottom:-20px;*/
	}
	
#logo { 
	height: 209px;
	/*background: url(../images/index/logo.jpg) no-repeat;*/
	}
	
#photos-select { 
	margin-left:-40px;
	}
	

/* Blocs mineurs */

	
.title_article { /* Titre d'un billet */
	width: 450px;
	padding: 3px;
	padding-top : 30px;
	border-bottom:1px solid #CCC;
	font-size:15px;
	margin-bottom:30px;
	font-weight : bold;
	margin-left: auto;
	margin-right: auto;
	text-align : center;
	}
	
.title_article:first-letter
{
	color:#dd8007;
}

.date_article { /* Date d'un billet */
	font-style : italic;
	text-align : right;
}

.separateur { 
	width: 450px;
	padding: 3px;
	padding-top : 30px;
	border-bottom:1px solid #CCC;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	text-align : center;
	font-weight : bold;
	}
	
#navigation { /* Sous le header */
	width: 771px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-top: 5px;
	color:#99AF1B;
	text-align: center;
	padding-top:50px;
}
	
#recherche {
	border-top: 1px dotted #a7ba05;
	padding-top: 2px;
	margin-bottom: 9px;
	padding-bottom: 2px;
	width: 185px;
	border-bottom: 1px dotted #a7ba05;
	}
	

td.date {
	text-align: right;
	width: 150px;
	}


/* MENU LISTE */


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
font-family: Arial;
padding: 5px;
width: 175px;
background: url(../images/index/menu_off.gif);
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
background: url(../images/index/menu_on.gif);
color:#fff;
}

#lipsum
{
padding-left:20px;
padding-right:20px;
}



/* SPAN, COULEURES */

.orange 
{
	color:#dd8007;
}

.copyright_link {
	position:relative;
	bottom: -90px;
	text-align : left;
	left: 25px;
	font-size:12px;
	}

/*input {
	border: none;
	padding: 2px;
	color:#FF9900;
	}

input:hover {
	color:#888888;
	}*/
	
#Tab_Miniatures_Config
{
	border-spacing: 0px; 
	border-collapse: collapse;
}
	
.Ligne_Miniatures
{
	text-align: center; 
	padding-bottom: 30px;
}

.puce_site
{
	background: url(../images/index/puce.png) no-repeat;
	height : 20px;
	width : 20px;
	padding-bottom: 10px;
	display: inline;
}
.puce_photo
{
	background: url(../images/Icones/dossier-image-manille-icone-9717-48.png) no-repeat;
	height : 48px;
	width : 48px;
	padding-bottom: 10px;
	display: inline;
	min-height:48px; 
	line-height : 48px
}
.titre_site
{
	margin:0;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size:15px;
	font-weight: bold;
	color:#dd8007;
}

.titre_album
{
	margin:0;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:15px;
	font-weight: bold;
	color:#dd8007;
}


.En_Savoir_Plus
{
	float:right; 
	padding-right : 20px; 
	padding-bottom : 35px;
}

.Navigation
{
	margin-right : 15px; 
}

.Description_Site:first-letter
{
	font-weight : bold;
	font-size: 150%;
}

.Bords_Arrondis
{
width: 100%;
-moz-border-radius: 15px; 
-khtml-border-radius: 15px; 
-webkit-border-radius: 15px; 
border-radius: 15px; 
behavior: url(border-radius.htc);
background-color: #d8d8d8; 
}

a.imageBordure img {
border: 4px solid #d1d1d1;
}

a.imageBordure:hover img {
border: 4px solid #dd8007;
}

#validator{
	padding-left: 30px;
}

