body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style-image: url(/styles/bullet.png);
	color: #400000;
	background: #fff8e5 url(/styles/background.png) repeat-x scroll center 0px;
}
@media only screen and (max-width: 767px) {
body {
	background: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
}

#container {
	width: 100%;
}
@media only screen and (max-width: 767px) {
#container {
	margin: 0;
	padding: 0;
}
}

TR {
	font-size: 14px;
	font-weight: normal;
	list-style-image: url(/styles/bullet.png);
	color: #800000
}

H1 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #400000;
	border: #d19405;
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 2px;
	margin: 25px 10px 40px 10px;
	padding: 6px;
	background: #fedb67 url(/styles/sub_title.png) repeat-x;

}

h2 {
  font-size: 28px;
	font-weight: bold;
	color: #400000;
	border-bottom: 1px;
  border: #a00000;
  border-style: double;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

H3 {
  font-size: 24px;
	//background: url(/styles/h2.png) no-repeat;
	font-weight: bold;
	color: #400000;
	//padding-left: 28px;
	border-bottom: 1px;
  border: #a00000;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

A:link, A:active {
	text-decoration	:	none;
	color: #0000a0;
	background	:	transparent;
}

A:visited {
	text-decoration	:	none; 
	color		:	#ff0000; 
	background	:	transparent; 
}		

A:hover { 
	text-decoration	:	none; 
	color		:	white;
	background	:	#ff9900;
}

A:select {
	text-decoration	:	none; 
	font-size       :       12px;
	font-weight     :       bold;
	color           :       #800000;
}

figure {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

figcaption {
	padding: 5px;
	border: thin #a0a0a0 solid;
	background-color: #fafafa;
	text-align: left;
	display: table-caption;
	caption-side: bottom;
	font-size: 12px;
	color: #404040;
	font-style: italic;
}

.titre {
  font-size: 32px;
  font-weight: bold; color: #800000;
  text-align: center;
  clip:   rect(   )
}

.cadre {  border: #660000; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.barre {  text-decoration: line-through}
.fin2 {
	font-size: 12px; font-weight: normal;
	list-style-image: url(/styles/bullet.png);
	color: #800000;
}

.btable-header {
	background-color: #FFCC00;
	font-weight: bold;
}

.btable-small {
	border: #c60000 solid 2px;
}
.btable-small td {
	font-size: 12px;
}

.fin3 {
	font-size: 14px; font-weight: normal;
	list-style-image: url(/styles/bullet.png);
	color: #800000
}


a.small { font-weight: normal; font-size: 11px; color: #0000FF; }
.small { color: #333333; font-size: 11px; }
a.small:hover
{	color: white;
	background-color: #ff9900;
}

.aimg a:hover {
	background: none;
	opacity: .7;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms; 
}

.gras2 {
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(/styles/bullet.png);
	color: #800000
}

.nav {
	font-size: 12px;
	font-weight: normal;
	list-style-image: none;
	color: #800000;
	list-style-type: circle;
	display: none;
	line-height: normal;
}

.sub-title {
	width: 448px;
	height: 83px;
	font-weight: bold;
	font-size: 32px;
	color: #a80000;
	text-shadow:1px 1px 0px #606060;
	box-shadow: 10px 10px 10px #800000;
	background: white url(/styles/sub_title.png) no-repeat;
	border:1px solid #660000;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.sub-title p {
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
}

.illustration {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	margin: 0 10px 4px 10px;
	padding: 3px;
	box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 6px #333;
	-moz-box-shadow: 3px 3px 6px #333;
}

/* FORMS */

input, textarea, select, option {
	font-size: 12px;
	color: #4c3000;
	background-color: #ffeb77;
}

input, textarea, select {
	padding: 3px;
	border: 1px solid #d19405;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #d19405 inset;
}

select {
	color: #000080;
}

input[type=submit], input[type=reset] {
	margin: 5px;
	padding: 5px;
	box-shadow: 1px 1px 1px #d19405;
	cursor:pointer;
	background: #fedb67 url(/styles/topbuttons.png) repeat-x;
}
 
#menulg {
	position: relative;
	float: right;
	padding:0;
	margin: 0px;
	text-align: top;
}
#menulg ul {
	padding:0;
	margin:0;
}
#menulg li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}
#menulg li a {
	width:102px;
	height: 24px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	background-color: #FFCC99;
	color: #800000;
	padding-bottom: 8px;
}
#menulg li a:hover {
	background-color: #ff6600;
} 
#menulg ul ul {
	position: absolute;
	top: 30px; 
	visibility: hidden;
}

#menulg ul li:hover ul {
	visibility:visible;
}  

/*
#footer {
	bottom:0; left:0;
	width:100%;
	height:18px;
	text-align: center;
	background: #feeebd url('/styles/footer.png') repeat-x;
	color: #606060;
	font-size: 11px;
	margin-top:32px;
	padding-top: 4px;
	border-top: 1px solid #4c3000;
}
*/

div#footer {
        clear: both;
        width: 100%;
        padding-top: 10px;
        margin: 0 auto;
        margin-top: 40px;
        display: inline-block;
        border: #404040;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
    font-size: 11px;
}

#footer .left, #footer .options {
        float: left;
}
#footer .left {
        width: 40%;
        text-align: left;
}
#footer .left a {
        font-weight: normal;
}
#footer .options {
        width: 30%;
        text-align: center;
}
#footer .options a {
        display: block;
        height: 100%;
        width: 100%;
        text-decoration: none;
}



.toplogo {
	height: 88px;
	background: #FF0000 url('/images/top_banner.png') repeat-x;
	background-position: 88px;

}

.toplogo .top_home {
	width: 88px;
	height: 88px;
}

.top_home:hover {
	background: none;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: transparent;
}

.topbanner {
	position: absolute; top: 8px; left: 108px;
	font-weight: bold;
	font-size: 40px;
	color: #ff9900;
	text-shadow: 1px 1px 0px #000000;
	margin-top: 6px;
}
@media only screen and (max-width: 767px) {
.toplogo {
	background: #FF0000 url('/images/top_banner.png') repeat-x;
	background-position: 8px;
}

.toplogo .top_home {
	display: none;
}

.topbanner {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 24px;
}
}

.topbuttons {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 28px;
	display: block;
	margin: 3px;
	padding: 4px 8px 8px 4px;
	border: 1px solid #d19405;
	background: #fedb67 url(/styles/topbuttons.png) repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.topbuttons a .topbutton, .topbuttons .topbutton {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background	:	transparent;
}
.topbuttons a:hover .topbutton {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	background	:	transparent;
}
@media only screen and (max-width: 767px) {
.topbuttons {
	height: 16px;
}
.topbuttons .topbutton {
	position: relative;
	width: 20px;
	height: 20px;
	
}
.topbuttons .top-separator {
	top: -8px;
	height: 16px;
}
}

.topsearch {
	position: absolute;
	top: 58px;
	right: 12px;
	height: 20px;
	display: block;
	margin: 3px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #d19405;
	background: #fedb67 url(/styles/topbuttons.png) repeat-x;
	text-align: right;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.topsearch input {
	float: left;
	border: 1px solid #d19405;
	border-radius: 0;
	box-shadow: none;
}

.topsearch input[type=text] {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	padding: 2px;
	margin: 0;
	border: 1px solid #d19405;
	border-radius: 0;
	box-shadow: none;
}

.topsearch input[type=submit] {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
.topsearch {
	display: none;
}
}

.divtopmenu {
	position: absolute;
	top: 62px;
	left: 108px;
}
@media only screen and (max-width: 767px) {
.divtopmenu {
	top: 62px;
	left: 8px;
}
}

a.button-nav, a.button-current {
	height: 20px;
	background: #ffb100 url(/styles/button.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f98407;
	display:inline-block;
	color: black;
	font-size:12px;
	margin-top: 6px;
	padding: 5px 60px 0 60px;
	margin-bottom: 6px;
	text-decoration:none;
}

a.button-current {
	background: #ffb100 url(/styles/button_current.png);
	color: white;
}

a.buttonsmall-nav {
	height: 20px;
	background: #ffb100 url(/styles/button.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f98407;
	display:inline-block;
	color: black;
	font-size:12px;
	margin-top: 6px;
	padding: 5px 10px 0 10px;
	margin-bottom: 6px;
	text-decoration:none;
}

.buttonsmall-current {
	height: 20px;
	background: #ffb100 url(/styles/button_current.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ff4000;
	display:inline-block;
	color: white;
	font-size:12px;
	margin-top: 6px;
	padding: 5px 10px 0 10px;
	margin-bottom: 6px;
	text-decoration:none;
}

a.button-nav:hover, a.buttonsmall-nav:hover {
	background: #ffbe26 url(/styles/button_hover.png);
	border:1px solid #ffc231;
	color: black;
}

.home-option {
	background: transparent url(/styles/homepage_option.png) no-repeat 0px 20px;
	width: 160px;
	height: 140px;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
}

.table-400 { width: 400px; }
.table-580 { width: 580px; }
.table-500 { width: 500px; }
.table-600 { width: 600px; }
.table-620 { width: 620px; }
.table-700 { width: 700px; }
.table-980 { width: 980px; }

@media only screen and (max-width: 419px) {
.table-400 { width: 100%; }
}
@media only screen and (max-width: 519px) {
.table-500 { width: 100%; }
}
@media only screen and (max-width: 609px) {
.table-580 { width: 100%; }
}
@media only screen and (max-width: 639px) {
.table-600 { width: 100%; }
}
@media only screen and (max-width: 659px) {
.table-620 { width: 100%; }
}
@media only screen and (max-width: 719px) {
.table-700 { width: 100%; }
}
@media only screen and (max-width: 999px) {
.table-980 { width: 100%; }
}
