/* begin Generals ================================================================================== */

#main
{
  width: 1067px;
  margin: 10px auto;
}

body
{
  color: #363232;
  font-family: helvetica,Verdana,Geneva,sans-serif;
  font-size: 14px;
}

body.wood {
  background-color: #112C3B;
  background-image: url('../images/fond.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
}


h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, span
{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

a img
{
  border: 0;
}

a {
    font-weight: bold;
    color: #465E82;
}

a:hover {
    color: #A0B0C7;
}

hr{
	height:3px;
	width:70%;
	border: hidden;
	margin: 20px 0;
	background:#A0B0C7;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	-moz-box-shadow: 0px 0px 5px 0px #A0B0C7;
	-webkit-box-shadow: 0px 0px 5px 0px #A0B0C7;
	-o-box-shadow: 0px 0px 5px 0px #A0B0C7;
	box-shadow: 0px 0px 5px 0px #A0B0C7;
}

ul
{
	list-style-type: circle;
	margin-left: 25px;
}

ol
{
  list-style-position: inside;
}

html 
{
    height:100%;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Verdana, "Times New Roman", Times, Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Generals */

.main-top{
  height: 16px;
  width: 1067px;
  background-image: url("../images/haut.png");
}

/* begin Sheet ================================================================================== */

.sheet{
    width: 1067px;
    background-image: url("../images/papier.jpg");
    background-repeat: repeat;
    margin: 0;
    padding: 0;
}


/* end Sheet */ 

/* begin Header ================================================================================== */

div.header
{
  top: 0px;
  width:1067px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 10px 50px;
  vertical-align: top;
}

/* end Header */


/* begin Titre ================================================================================== */
    
.titre {
	padding: 0;
	margin: 0;
}

.titre a, .titre a:link, .titre a:visited, .titre a:hover
{
  font-family: 'Euphoria Script', cursive;
  font-weight: normal;
  font-size: 100px;
  color: #000000 !important;
  text-decoration: none;
}

/* end Logo */



/* begin Menu ================================================================================== */

/* begin MenuItem ================================================================================== */
div.menu-container{
    display: block;
    background-image: url("../images/menu.png");
    height: 129px;
    width: 1067px;
    margin: 0;
    padding: 0;
    clear: both;
}

div.menu {
    display: block;
    overflow: hidden;
}

.menu ul {
    display: block;
    list-style-type:none;
    margin: 0 15px;
}

.menu li { 
    float: left;
    border: 0;
    height: 40px;
    cursor: pointer;
}
	
.menu a {
    display: inline;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 21px;
    padding: 5px 20px 0 20px; 
    height:25px; 
    color:#F0F0F0;
}

.menu span{
	vertical-align: text-top;
}

.menu img{
	margin: 5px 10px 0 10px;
}

.menu a:hover, li.current a {
	color:#FFFFFF;   
	text-shadow: 0px 0px 7px #000000;
}

#monmessage{
	height: 80px;
	margin: 10px;
}

#monmessage, #monmessage a{
	font-size: 12px;
}

#monmessage table{
	margin-left: auto;
}

#monmessage tr{
	height: 15px;
}

/* end MenuItem */

/* Begin photo ================================================================================== */

.photo-module{
	width: 1067px;
	height: 445px;
}

.cadrephoto{
	background-color: #ffffff;
	width: 1047px;
	height: 425px;
	margin: 0 10px 0 10px;
	padding-top: 10px;
}

.laphoto{
	position: relative;
	margin: 0 10px;
	background-color: #CCCCCC;
	width: 1027px;
	height: 415px;
}


.lombre{
	background-image: url("../images/sousphoto.png");
	width: 1067px;
	height: 20px;
}

/* end photo */

/* begin Panel ================================================================================== */

.page{
	display: block;
	width: 1067px;
	padding: 0;
}

.page span{
	font-weight: normal;
}

#inpage{
	margin: 10px 20px;
}

#inpage img {
	-moz-box-shadow: 0px 0px 10px 1px #9b9b9b;
	-webkit-box-shadow: 0px 0px 10px 1px #9b9b9b;
	-o-box-shadow: 0px 0px 10px 1px #9b9b9b;
	box-shadow: 0px 0px 10px 1px #9b9b9b;
	margin: 0 10px 10px 10px;
}

.mysidebar {
    float: right;
    width: 350px;
}

.panel_large, .panel_reduit{
    float:left;
    display: block;
    width: 100%;

}

.panel_reduit{
    width: 620px;
    overflow: hidden;
}

.article-info{
    margin: 0;
}

.article-info-term{
    display: none;
}

.article-info dd{
    margin: 0 0 10px 0;;
    font-size: 10px;
    color: #888888;
}

.item-separator{
    clear: both;
    margin-bottom: 15px;
}

.panel{
    width: 100%;
    clear: both;
    float: left;
}



/* end Panel */


/* begin Footer ================================================================================== */

#clearer{
	clear: both;
	width: 100%;
	height: 10px;
}

.copy{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

.copy, .copy a, .copy a:hover, .copy a:link, .copy a:visited{
	color: #465E82;
	font-size: 10px;
}

.main-bottom{
  height: 16px;
  width: 1067px;
  background-image: url("../images/bas.png");
}

/* end Footer */



/* Custom styles ================================================================================== */
.noshadow{
	margin: 0 !important;
	-moz-box-shadow: 0px 0px 0px 0px #A0B0C7 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #A0B0C7 !important;
	-o-box-shadow: 0px 0px 0px 0px #A0B0C7 !important;
	box-shadow: 0px 0px 0px 0px #A0B0C7 !important;
}

.bluebox{
	width: 730px;
	height: 20px;
	border-bottom: solid 1px #A0B0C7;
	margin: 0 0 10px 0;
}

.cleare{
  clear: both;
}
