/* ************************************************************************** */
/* *********************************** MAIN ********************************* */
/* ************************************************************************** */

body {
	background-color: #000000;
	color: #ffffff;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	margin:3px;
	padding: 0;
	font-size:small;
}

#corp {
	width: 92%;
	margin: auto;
	min-height: 600px;
	padding: 0px 20px;
	border: 1px solid #000000;
}

img	 		{ border: 0; }
#logo		{ float: left; }
#logo img	{ margin-left: 6px; }
#ban		{ margin-left: 180px; margin-top: 40px; }

#menu_texte {
	clear: both;
	position: absolute;
	top: 200px;
	width: 94%;
}

#menu_texte_admin {
	clear: both;
	position: absolute;
	top: 200px;
	width: 200px;
}

#texte {
	background-color:#333;
	border:1px solid #666;
	line-height:150%;
	
	margin-right: 3%;
	margin-bottom: 2em;
	margin-left: 187px;
	
	padding-right: 2%;
	padding-bottom: 3em;
	padding-left: 2%;
	display: block;
}

#texte img 		{text-decoration: none; border: 1px ridge #888;}
#texte img:hover 	{border: 1px ridge #bbb;}

a			{ color: #ff614f; }
a:hover		{ color: #ffffff; }
p			{ padding-left:10px; }
h1			{ margin:0; padding:0; text-align:center; font-size:large; color:#999; }
h1:hover	{ color:#ddd; cursor:default; }
h1:focus	{ background:none !important; }
h2			{ color:#9cf; font-size:large; padding-top:7px; font-family:Georgia,"Times New Roman",Times,serif;}
h3			{ color:#fc9; font-size:medium; padding-top:5px; padding-left:2px; font-family:Georgia,"Times New Roman",Times,serif; }
h4			{ color:#88e3ff; margin-left:40px; font-family:Georgia,"Times New Roman",Times,serif; }
acronym 		{ cursor: help; border-bottom:1px dotted; }
p.petit		{ font-size:x-small; position:relative; left:10px; }
p.petit span	{ font-size:x-small; position:relative; left:10px; border-bottom:1px dotted; }
.center          { text-align: center; }
.underline    { text-decoration:underline; }
.red    		{ color:#ff614f; }


/* MENU */
#menu {
	float: left;
	width: 160px;
}
#menu ul {
	margin: 0;
	padding: 0;
	width: 160px;
	border: 1px solid #666;
}
#menu ul li {
	list-style-type: none;
	position:relative;
	margin-bottom: 1px;
}
#menu ul li a {
	/*width: auto !important;				
	width: 100%;  */					/* IE6 = laid, si vous l'avez encore svp, changer pour IE8 ou Firefox ou Opera or Anything... */
	width: 140px;
	padding: 5px;
	padding-left: 10px;
	margin: 0;
	text-decoration: none;
	color: #FF4833;
	display: block;
	background-color: #000000;
	border: 1px solid #666;
	border-left-width: 4px;
	font-size: 13px;
}
#menu ul li a:hover {
	color: #ffffff;
	background-color: #B34240;
	border: 1px solid #fff;
	border-left-width: 4px;
}
#sous_menu {
	background-color:#333;
	padding: 5px;
	border: 1px solid #666;
	/*border-left: 4px solid #666;*/
	width: 148px;
	position:relative;
}
#sous_menu .sousmenu a {
	width: 87%;
	padding: 1px;
	padding-left: 17px;
	margin-left: 2px;
	
	color: #fff;
	background-color:#333;
	display: block;
	font-size: 12px;
	border:0;
}
#sous_menu .sousmenu a:hover{
	/*background-color: #666;*/
	background-color: #B34240;
	color: #fff;
	border:0;
}
#sous_menu  .photo {
	/*display: block;*/
	position: relative;
	/*position:absolute;top:0;left:0;z-index:1;*/
}

	
	/* Pour l'effet historique pour l'hover */
	.ulmenu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}
	.nomargin li {display:inline; background-color:#000000;}
	.ulmenu ul{position:absolute;left:-9999px;width:128px;}
	.ulmenu :hover  ul {padding:0 3px;left:160px;top:0px;}
	
#menu img {
	display: block;
	margin: 30px;
	margin-top: 50px;
}
/* END MENU */

	
ul.navig {
   list-style-image: url("puce.png");
   margin-bottom:30px;
}	
ul.navig li{
   margin-top: 5px;
}
	

table.form_contact td {
	padding:0 0 7px 10px;
}
	
.iframe {
	float: right;
	width: 450px;
	height: 375px;
	border: 0;
	margin: 0;
}
iframe {
	width: 425px;
	height: 350px;
	border: 0;
	margin: 0;
	overflow: auto;
	display:block;
	margin:0 auto;
}

.img_float_right {
	float: right;
	/*width: 250px;*/
	padding: 0;
	margin: 0 0 5px 5px;
}
.float_left {
	float: left;
	margin:7px 10px 4px 7px;
}
table.instruct {
	margin-left: 20px;
}
table.instruct  td {
	height: 350px;
	vertical-align: top;
	border-bottom: 1px solid #666;
}
table.instruct  td.photo {
	text-align: center;
	width: 275px;
	border-collapse: collapse;
	border-right: 1px solid #666;
}



/* PIED */
#pied{
	margin: 0 3% 0 175px;
	padding: 0 0 1em 0;
}
#pied p{
	margin: 0;
	padding: 0;
	margin-left: 40px;
	position: relative;
	bottom: 10px;
}
#pied li{
	border-right: 1px solid #fff;
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}
#pied li.fin{
	border: 0;
}
#pied a:hover{
	background-color: #666;
}
/* END PIED */


table.horaire{
	display:block;
	margin: 8px 0 12px 40px;
	text-align: center;
	/*border: 1px solid #777;*/
	border-collapse : collapse;
	width:35%;
}
table.horaire caption{
	font-size: 120%;
	padding-bottom: 10px;
}
table.horaire td{
	padding: 5px;
	border: 2px solid #777;
	background-color: #444;
	border-collapse : collapse;
}
table.horaire th{
	background-color: #222;
	padding: 2px;
	border: 2px solid #777;
	border-collapse : collapse;
}












/* THEORIE */
.video_left{
	display: block;
	border-right:1px solid #fff;
	margin-left:140px;
	width:75%;
}
.video_left2{
	display: block;
	border-right:1px solid #fff;
	margin-left:140px;
	width:75%;
	height: 600px;
}
object{
	display: block;
	margin:0 auto;
	/*visibility: hidden;*/
}
div.video{
	display: block;
	margin:0 auto;
	/*border: 1px solid #fff;*/
	width: 75%;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin 
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}*/
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 4px;
	padding-bottom:0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
	border: 2px solid #222;
	background-color:#444;
	position:relative;
	top:2px;
	border-bottom:1px solid #222;
}
#container-2 .ui-tabs-nav {
    float: left;
	
}
#container-2 .ui-tabs-nav li {
    clear:both;
    margin: 0 0 0 0px;
    width: 120px; /* be nice to Opera */
	border:0;
	border-collapse: collapse;
	border:1px solid #222;
	background-color:#333;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    /*padding-left: 0;
    color: #27537a;*/
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	border: 0;
}
.ui-tabs-nav a {
    text-align: left;
}
.ui-tabs-nav a:hover {
    color:#fff;
	background-color:#B34240;
}
.ui-tabs-nav .ui-tabs-selected li {
    border-bottom:0;
}
.ui-tabs-nav .ui-tabs-selected a {
    /*position: relative;
    top: 1px;
    z-index: 2;*/
    margin-top: 0;
    color: #fff;
	background-color: #B34240;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    /*border-top: 1px solid #97a5b0;*/
    padding: 2em 2px;
    background: #444; /* declare background color for container to avoid distorted fonts in IE while fading */
	border: 2px solid #222;
}
#container-2 .ui-tabs-panel {
    /*border-top: 1px solid #97a5b0;*/
    padding: 2em 2px;
    background: #444; /* declare background color for container to avoid distorted fonts in IE while fading */
	border: 0;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



/* END THEORIE */



