/* CSS Document */
@font-face {
    font-family: 'JosefinSansStdLight';
    src: url('JosefinSansStd-Light-webfont.eot');
    src: local('?'),
		 url('JosefinSansStd-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('JosefinSansStd-Light-webfont.woff') format('woff'),
         url('JosefinSansStd-Light-webfont.ttf') format('truetype'),
         url('JosefinSansStd-Light-webfont.svg#JosefinSansStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image:url(photos_structure/fond-page.jpg);
	background-repeat:repeat;
}

body,tr,td,th {
	font-family: 'JosefinSansStdLight';
	font-weight:100;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	text-shadow: #000000;
	
}

body,tr,td,th a{
	font-family: 'JosefinSansStdLight';
	font-weight:normal;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	
}

papier {
	background-image:url(photos_structure/fond_papier.jpg);
}

h1 {
	font-weight:300;
	font-size:36px;
	color:#000000;
	letter-spacing: 0;
	text-shadow:#333;
}

h2 {
	font-family: 'JosefinSansStdLight';
	font-size:30px;
	color:#A60000;
	font-weight:100;
}
a:link {
	color:#666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #A60000;
	font-weight: normal;
	font-style: italic;
}
.Style1 {
	color: #A60000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.Style2 {font-size: larger;
	color: #CC0000;
}
.Style3 {
	font-size: 9px;
	font-weight: bold;
	color:#000000;
}
.Style9 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Style12 {
	color: #A60000;
	font-style:italic;
	font-size:16px;
}
.Style15 {
	font-family: 'JosefinSansStdLight';
	font-size: 18px;
	color: #A60000;
}
.Style16 {
	color: #000000;
	font-size:32px;
	font-style:italic;
}
.Style17 {
	color:#A60000;
	font-size:20px;
	font-style:bold;
}

.Style18 {
	font-size: 30px;
	font-family: 'JosefinSansStdLight';
	font-weight:bold;
	color: #666;
}
.Style19 {
	font-size: 24px;
	color: #A60000;
}
.Style20 {	
	font-size: 16px;
	color: #A60000;
	font-weight: bold;
}
.Style21 {
	font-family: 'JosefinSansStdLight';
	color: #000000;
	font-size:24px;
}
.Style22 {
	font-size: 12px;
	font-weight: bold;
}
.Style27 {
	font-family: 'JosefinSansStdLight';
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
}
.Style105 {
	font-size: 14px;
	color:#333333;
}
.Style112 {
	font-size: 30px;
	font-family: 'JosefinSansStdLight';
	font-weight:bold;
	color: #666;
	text-shadow: -15px 8px 5px #956f13;
}
.Style113 {
	font-size: 16px;
	color:#000;
}

.titre {
	color:#000;
	font-family: 'JosefinSansStdLight';
	font-size: 36px;
	font-weight: 100;
	text-shadow: -15px 6px 8px #956f13;
}

a.infobulle em {display:none;}

a.infobulle:hover { 
	border: 0;
	position: relative;
	z-index: 500;
	color: #A60000;
	text-decoration:none;}

a.infobulle:hover em { 
	font-style: normal;
	display: block;
	position: absolute;
	top: -300px;
	left: 500px;
	padding: 5px;
	width:170px;
}

form {
	float:both;
 	background-image:url(photos_structure/fond_papier.jpg);
 	padding:10px;
 	margin-left:auto;
 	margin-right:auto;
 	width:70%;
 }

.input {
	border: #FFFFFF 1px solid;
	/* Ombre portee */
    -webkit-box-shadow: 0px 0px 30px 1px #956f13;
	-moz-box-shadow: 0px 0px 30px 1px #956f13;
	box-shadow: 0px 0px 30px -1px #956f13;
	position: relative; z-index 0;
	/*fin ombre portee*/
}

.bouton {
	padding: 7px;
	marging: 10px;
	border:none;
	font-family: 'JosefinSansStdLight';
	color:#FFFFFF;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-khtml-border-radius:8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(border-radius.htc);
	background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 84%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(84%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
	/* Ombre portee */
    -webkit-box-shadow: 0px 0px 30px 1px #956f13;
	-moz-box-shadow: 0px 0px 30px 1px #956f13;
	box-shadow: 0px 0px 30px -1px #956f13;
	position: relative; z-index 0;
	/*fin ombre portee*/
}

.bouton:hover{
	color:#000;
	background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(209,209,209,1) 55%, rgba(219,219,219,1) 67%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(55%,rgba(209,209,209,1)), color-stop(67%,rgba(219,219,219,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(209,209,209,1) 55%,rgba(219,219,219,1) 67%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(209,209,209,1) 55%,rgba(219,219,219,1) 67%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(209,209,209,1) 55%,rgba(219,219,219,1) 67%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(209,209,209,1) 55%,rgba(219,219,219,1) 67%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.ombrage {
        -moz-box-shadow: -5px 8px 8px #958255; 
        -webkit-box-shadow: -5px 8px 8px #958255; 
        box-shadow: -5px 8px 8px #958255; 
      } 

/* fin des class */

#sartre {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	height: 80%;
	width: 100%;
}

#head {
	background-image:url(photos_structure/fond_papier.jpg);
	float: none;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	behavior: url(border-radius.htc);
	/* Ombre portee */
    -webkit-box-shadow: #000 0px 0 16px -1px;
	-moz-box-shadow: #000 0px 0 16px -1px;
	box-shadow: #000 0px 0 16px -1px;
}

#menu {
	float:none;
	height:60px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
	background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 84%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(84%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */

/* Ombre portee */
    -webkit-box-shadow: #000 0px 0 16px -1px;
	-moz-box-shadow: #000 0px 0 16px -1px;
	box-shadow: #000 0px 0 16px -1px;
}
#menu ul {
	padding-left:11px;
	width:auto;	
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
	text-align:center;
}
#menu li {
	float:left;
	margin:0;
	width:33%;
}
#menu li a {
	display:block;
	width:100%;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
}
#menu li a:hover {
	display:block;
	margin-bottom:0;
	color:#FFFFFF;
	font-size:24px;
	width:auto;
	height:80px;
	background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 84%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(84%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */






	/* Ombre portee */
    -webkit-box-shadow: #000 0px 0 16px -1px;
	-moz-box-shadow: #000 0px 0 16px -1px;
	box-shadow: #000 0px 0 16px -1px;
}


#main {
	background-image:url(photos_structure/fond_papier.jpg);
	float: none;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	behavior: url(border-radius.htc);
	/* Ombre portee */
    -webkit-box-shadow: #000 0px 0 25px -1px;
	-moz-box-shadow: #000 0px 0 25px -1px;
	box-shadow: #000 0px 0 25px -1px;
}

#auteurs {
		/* Ombre portee */
    -webkit-box-shadow: #000 0px 0 25px -1px;
	-moz-box-shadow: #000 0px 0 25px -1px;
	box-shadow: #000 0px 0 25px -1px;
}


#auteurs tr td {
	background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 84%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(84%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 84%,rgba(191,110,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
}

#auteurs tr td a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#FFFFFF;
}

#text {
	/* Ombre portee */
    -webkit-box-shadow: #000 0px 0 25px -1px;
	-moz-box-shadow: #000 0px 0 25px -1px;
	box-shadow: #000 0px 0 25px -1px;
}
	

#liste {
	background-image:url(photos_structure/fond_papier.jpg);
	padding: 15px;
	float: none;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	/* Ombre portee */
    -webkit-box-shadow: #956f13 0px 0 16px -1px;
	-moz-box-shadow: #956f13 0px 0 16px -1px;
	box-shadow: #956f13 0px 0 16px -1px;
}
#text tr td .Style3 tr td a {
	font-size: 14px;
	color:#000;
}
