body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	text-align: center;
	color: #000;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	background: #807D72 url(../img/bg/bg_body.gif);
	}
body.s {
	font-size: 76%;
	}
body.m {
	font-size: 86%;
	}
body.l {
	font-size: 93%;
	}

table,td,th,p,div,li,dt,dd {
	font-size: .94em;
	}
div div, div p, div li, div dt, div dd {
	font-size: 100%;
	}
h1 {
	margin: 0;
	padding: 0 50px 0 18px;
	font-size: 1.6em;
	color: #494949;
	}
h2 {
	margin: 0 0 .5em;
	padding: 0 50px 0 18px;
	font-size: 2em;
	color: #600;
	}
h3 {
	margin: 0 0 .8em;
	padding: 0 50px 0 0;
	font-weight: normal;
	font-size: 1.4em;
	color: #494949;
	}
h4 {
	margin: 0 0 1em;
	padding: 0 50px 0 0;
	font-weight: bold;
	font-size: 1.1em;
	}
h5, h6 {
	margin: 0 0 1em;
	padding: 0 50px 0 0;
	font-size: 1em;
	font-style: italic;
	}

p {
	margin: 0 0 1em;
	}

table {
	margin: 0 0 1em;
	padding: 0;
	border-collapse: collapse;
	}
tr, tr.top {
	vertical-align: top;
	}
tr.middle {
	vertical-align: middle;
	}
th {
	font-weight: bold;
	text-align: left;
	}

a:link {
	color: #600;
	text-decoration: none;
	}
a:visited {
	/*color: #085B81;*/
	color: #600;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

a img, img {
	border: none !important;
	}

ul.nodot {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	}
ul.nodot li {
	margin: 0;
	padding: 0;
	}


/* CLASSE GENERALE */

.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}
.clearright {
	clear: right;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}
.erreur, .erreur a {
	font-weight: bold !important;
	color: #C00 !important;
	}
.first {
	margin-top: 0;
	}
.oblig {
	color: red !important;
	}
.right {
	text-align: right;
	}


/* =MAIN LAYOUT */

#pagewrap {
	width: 780px;
	margin: 0 auto;
	/* voir scr-msie.css.php */
	} 
html>body #pagewrap { /* cache pour IEwin */
	background: transparent url(../img/bg/bg_page.png) 0 0 repeat-y;
	}

#page {
	position: relative;
	margin: 0 10px;
	text-align: left;
	background: #FFF;
	}

#pagebtm {
	width: 780px;
	height: 10px;
	margin: 0 auto;
	/* voir scr-msie.css.php */
	} 
html>body #pagebtm { /* cache pour IEwin */
	background: transparent url(../img/bg/bg_page_btm.png) 0 0 no-repeat;
	}


/* =HEADER */

#header {
	position: relative;
	padding: 0 0 1px;
	line-height: 1;
	background: transparent url(../img/bg/bg_header.gif) 0 0 repeat-y;
	}

/* =util */

#header #util {
	height: 20px;
	overflow: hidden;
	font-size: 20px;
	line-height: 1;
	}
#header #util a.textbtn {
	background: #FFF url(../img/util/bg_textbtn.gif) 3px 4px no-repeat;
	}
#header #util a.textbtn:hover, 
#header #util a.textbtn.select {
	background: #EDE158;
	}
#techniques #header #util a.textbtn:hover, 
#techniques #header #util a.textbtn.select {
	background: #EDE158;
	}
#histoire #header #util a.textbtn:hover, 
#histoire #header #util a.textbtn.select {
	background: #D2D912;
	}
#cineastes #header #util a.textbtn:hover, 
#cineastes #header #util a.textbtn.select {
	background: #E5B02B;
	}
#films #header #util a.textbtn:hover, 
#films #header #util a.textbtn.select {
	background: #F5D900;
	}
#studios #header #util a.textbtn:hover, 
#studios #header #util a.textbtn.select {
	background: #45A7AD;
	}
#gen #header #util a.textbtn:hover, 
#gen #header #util a.textbtn.select {
	background: #9CC9C5;
	}


/* =MENU */

/* Hides from IE-mac \*/
* html #menu {height: 1%;}
html #menu {height: 1%;}
/* End hide from IE-mac */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu li {
	width: 15em;
	float: left;
	margin: 0;
	text-align: center;
	border-left: 1px solid #FFF;
	}
#menu li#menufirst {
	border-left: none;
	}
#menu li a {
	display: block;
	padding: 10px 0;
	color: #333 !important;
	background: #F5F6F3 url(../img/bg/bg_menu.gif) 0 0 repeat-y;
	border-top: 1px solid #A8A8A3;
	border-right: 1px solid #A8A8A3;
	}
#menu li#menufirst a {
	background: #F5F6F3 url(../img/bg/bg_menu_first.gif) 0 0 repeat-y;
	}
#menu li.select a {
	font-weight: bold;
	color: #600 !important;
	text-decoration: none;
	}

#techniques #menu li.select a {
	background: #EDE158;
	}
#techniques #menu li#menufirst.select a {
	background: #EDE158 url(../img/bg/bg_menu_first_technique.gif) 0 0 repeat-y;
	}
#histoire #menu li.select a {
	background: #D2D912;
	text-decoration: none;
	}
#histoire #menu li#menufirst.select a {
	background: #D2D912 url(../img/bg/bg_menu_first_histoire.gif) 0 0 repeat-y;
	}
#cineastes #menu li.select a {
	background: #E5B02B;
	text-decoration: none;
	}
#cineastes #menu li#menufirst.select a {
	background: #E5B02B url(../img/bg/bg_menu_first_cineaste.gif) 0 0 repeat-y;
	}


/* =BREADCRUMB */

#breadcrumb {
	padding: 10px 15px;
	clear: both;
	font-size: .9em;
	color: #494949;
	background: transparent url(../img/bg/bg_header.gif) 0 0 repeat-y;
	}
/* Hides from IE-mac \*/
* html #breadcrumb {height: 1%;}
/* End hide from IE-mac */

#breadcrumb ul {
	height: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#breadcrumb li {
	margin: 0;
	padding: 0 10px 0 14px;
	float: left;
	background: transparent url(../img/breadcrumb_arrow.gif) 0 .3em no-repeat;
	}
#breadcrumb li.first {
	padding: 0 1em 0 0;
	background: none;
	}
#breadcrumb li strong {
	font-weight: bold;
	color: #600;
	}
#breadcrumb li a {
	font-weight: normal;
	color: #494949 !important;
	}


/* =MAIN */

#mainwrap {
	position: relative;
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
	}

#main {
	position: static;
	padding: 0;
	background: transparent url(../img/bg/bg_main_menu.gif) 0 0 repeat-y;
	}
/* Hides from IE-mac \*/
* html #main {height: 1%;}
/* End hide from IE-mac */

#gen #main {
	background: transparent url(../img/bg/bg_main.gif) 0 0 repeat-y;
	}


/* =NAVBARCONTENT */

#navbarContent {
	position: relative;
	width: 152px;
	float: left;
	padding: 0 0 15px;
	}

#navbarContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navbarContent li {
	margin: 0;
	padding: 0 0 1px !important;
	background: transparent url(../img/bg/bg_navbarcontent_sep.gif) bottom left repeat-x;
	}
/* Hides from IE-mac \*/
* html #navbarContent li {height: 1%;}
/* End hide from IE-mac */

#navbarContent li a, #navbarContent li span {
	display: block;
	padding: .5em 10px .5em 14px;
	font-size: 1.05em;
	color: #333;
	background-color: transparent;
	background-position: top right;
	background-repeat: repeat-y;
	}
#navbarContent li.select a, #navbarContent li.select span {
	font-weight: bold;
	color: #600;
	}
#techniques #navbarContent li.select a {
	background-image: url(../img/bg/bg_navbarcontent_techniques.gif);
	}
#histoire #navbarContent li.select a, #histoire #navbarContent li.select span {
	background-image: url(../img/bg/bg_navbarcontent_histoire.gif);
	}
#cineastes #navbarContent li.select a {
	background-image: url(../img/bg/bg_navbarcontent_cineastes.gif);
	}
#studios #navbarContent li.select a {
	background-image: url(../img/bg/bg_navbarcontent_studios.gif);
	}
#gen #navbarContent li.select a {
	background-image: url(../img/bg/bg_navbarcontent_gen.gif);
	}

/* subnav */
#navbarContent li li {
	padding: 1px 0 0;
	background-position: top left;
	}
#navbarContent li li a {
	padding: .4em 10px .2em 28px;
	font-size: .95em;
	font-weight: normal !important;
	color: #333 !important;
	background: none !important;
	}
#navbarContent li li.select a {
	font-weight: bold !important;
	color: #600 !important;
	background: transparent url(../img/bg/bg_navbarcontent_select.gif) 14px .68em no-repeat !important;
	text-decoration: none;
	}


/* =CONTENT */

#content {
	position: relative;
	width: 607px;
	float: right;
	}

#content #text {
	padding: 0 0 15px 18px;
	}

#content #text p {
	padding: 0 50px 0 0;
	line-height: 1.5;
	}
#content #text ul, #content #text ol {
	padding: 0 50px 0 2em;
	line-height: 1.5;
	}

#content .contentImage {
	margin-left: -18px;
	}
#content .contentImage img {
	display: block;
	}
#content .contentImage th {
	padding: 0;
	}
#content .contentImage td {
	padding: .2em 10px 0 0;
	font-size: .95em;
	}
#content .contentImage td.col1 {
	padding-left: 18px;
	}

#content .sitemap h3 {
	margin: 1em 0 .5em;
	font-size: 1.2em;
	font-weight: bold;
	}
#content .sitemap ul {
	margin: 0 0 2em 1em;
	}

/* =2 cols */

#content #col1 {
	width: 290px;
	float: left;
	}
#content #col2 {
	width: 290px;
	float: right;
	}


/* =visualleft */

#contentwrap.visualleft {
	background: transparent url(../img/bg/bg_shadow_visualleft.gif) 0 0 repeat-y;
	}
/* Hides from IE-mac \*/
* html #contentwrap.visualleft {height: 1%;}
/* End hide from IE-mac */

#content #visualleft {
	float: left;
	width: 154px;
	min-height: 432px; 
	height: auto;
	padding: 0 0 20px;
 background: transparent url(../img/bg/bg_visualleft.gif) 0 0 no-repeat;
	}
/* for Internet Explorer */
/*\*/
* html #content #visualleft {
	height: 432px;
	}
/**/

#studios #content #visualleft {
	padding: 0;
	}
#content #text.visualleft {
	width: 435px;
	float: right;
	overflow: visible;
	}

#content #text.visualleft h1, #content #text.visualleft h2 {
	padding-left: 0;
	}
#content #visualleft p.legend {
	margin: 0;
	padding: 4px 10px 1em 18px;
	font-size: .85em;
	line-height: 1;
	color: #333;
	}


/* FORMS */

#content #text form {
	padding: 0 0 1em;
	}
/* Hides from IE-mac \*/
* html #content #text form {height: 1%;}
/* End hide from IE-mac */

#content #text form label {
	font-weight: bold;
	}
#content #text form label span {
	font-weight: normal;
	}

#content #text form .section {
	clear: left;
	padding: 1em 0 0 !important;
	}
#content #text form .clear {
	clear: left;
	}

#content #text form .input {
	padding: .5em 0 0;
	}
#content #text form .input input,
#content #text form .input textarea,
#content #text form .input select {
	background: #FFF;
	border: 1px solid #6B665D;
	}

#content #text form .leftlabel {
	clear: left;
	}
#content #text form .leftlabel label {
	display: block;
	width: 18em;
	float: left;
	margin: 0 .5em 0 0;
	padding: .5em 0 .3em;
	}
#content #text form .leftlabel .error_message {
	display: block;
	}
#content #text form .action {
	clear: left;
	padding: 1em 0 1em 18.5em;
	}
/* Hides from IE-mac \*/
* html #content #text form .action {padding-left: 19em;}
/* End hide from IE-mac */


/* =FOOTER */

#footer {
	position: relative;
	margin-top: -5px;
	padding: 1em 0;
	font-size: .9em;
	color: #575650;
	background: #DAD8C8 url(../img/bg/bg_footer.gif) 0 0 repeat-y;
	border-top: 1px solid #B2B2B0;
	}

#footer #footertop {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 760px;
	height: 9px;
	line-height: 9px;
	/* voir scr-msie.css.php */
	} 
/* Hides from IE-mac \*/
* html #footer #footertop {top: -12px;}
/* End hide from IE-mac */
html>body #footer #footertop { /* cache pour IEwin */
	background: transparent url(../img/bg/bg_footer_top.png) 0 0 no-repeat;
	}

#footer a {
	color: #575650 !important;
	}
#footer li a {
	padding: 0 0 0 8px;
	border-left: 1px solid #575650;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
#footer li {
	display: inline;
	margin: 0 0 0 7px;
	text-align: center;
	}
#footer p {
	margin: .3em 0 0;
	text-align: center;
	}

/*banniere page d'accueil*/
/*js beaulieu 10-2006*/

.banner{text-align:center;font-size:2em;}

