/* CSS Document */

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
body {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background:url(../imgs/trame.png) repeat-x;
	font-family: Georgia, 'Times New Roman', serif;
	color:#666666;
}
div {
	display: block;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size:16px;
	line-height:26px;
	text-align:justify;
}

a {
	text-decoration: none;
	color: #ff9966;
	background-color:inherit;
	border-bottom: dashed 1px #ff9966;
}

a:hover {
		background-color:#ff9966;
		color: inherit;
		border-bottom: none;
		color:#FFFFFF;
	}
	
#footer a{
		background-color:#FFFFFF;
		color: inherit;
		border-bottom:none;
		color:#ff9966;
}
	
#footer a:hover {
		background-color:#FFFFFF;
		color: inherit;
		border-bottom: dashed 1px #ff9966;
		color:#ff9966;
}
	
/*#mycarousel a {
	text-decoration: none;
	color: #515E72;
	background-color:inherit;
	border-bottom: dashed 1px #515E72;
}

#mycarousel a:hover {
		background-color:#515E72;
		color: inherit;
		border-bottom: none;
		color:#FFFFFF;
}*/

#mycarousel strong {
	color: #515E72;
	font-weight:bold;
}

a.no_border, a.no_border:hover  {
	border: none;
	background-color: transparent;
}
	
a img, img, img:hover  {
padding: 0 0 0 0;
margin: 0 0 0 0;
border: none;
}

strong{
	color: #ff9966;
}

span.orange {
	color: #ff9900;
	background-color: inherit;
}

span.green {
	color: #99cc33;
	background-color: inherit;
}

span.green a {
	text-decoration: none;
}


span.black {
	color:#666666;
	background-color: inherit;
}
span.black a {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
	border: none;
}


#menu{
text-align:justify;
padding: 127px 0 0 366px;
margin: 0 0 0 0;
}

#menu a{
	color:#515E72;
	text-decoration: none;
	border-bottom:none;
	background:none;
}

#menu a:hover{
color:#333333;
text-decoration:underline;
}

#page{
width:790px;
left:50%;
margin: 0 0 0 -398px;
padding: 0 20px 0 20px;
position:absolute;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:justify;
background:url(../imgs/bandeau.png) no-repeat top ;
}

#wrap {
    color: #404040;
    margin: 0 0 0 0;
	padding: 5px 45px 15px 44px;
	background:url(../imgs/trame_h.png) repeat-y;
}

#footer{
	margin: 0 0 0 0;
	padding:24px 0 0 0;
	text-align:center;
	height:86px;
	background:url(../imgs/footer.png) no-repeat;
	width:100%;
}


.bbig {
	font-size: 52px;
	line-height:25px;
	color: #ff9966;
	background-color:inherit;
	border-bottom: dashed 1px #ff9966;
}


h1 {
	margin: 20px 0 10px 0;	
	padding: 0 0 3px 0;	
	border-bottom: #ff9966 solid 1px;
	width:100%;
	font-size: 20px;
	font-weight:normal;
	color: #ff9966;
	font-variant:small-caps;
	letter-spacing: 3px;
	}

h2 {
	font-size: 22px;
	margin: 0 35px 2px 30px;
	padding: 0 0 0 0;
	font-weight:normal;
}

/*Carousel*/

/*ul, ol {
    margin-left: 0;
}

ul ul {
    margin-bottom: 20px;
}*/


table {
    font-size: 14px;
}

td p{
    font-size: 14px;
	line-height:20px;
	text-align:left;
	padding: 0 0 0 0;
	margin: 8px 0 0 0;
}
td {
    padding: 5px;
    vertical-align: top;
	border:none;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

select:focus, input:focus, textarea:focus {
	border:#ff9966 solid 1px;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
   /* -moz-border-radius: 10px;*/
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}
