/*CSS Academie-ete.ch*/

/* @group Position des blocs */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: black;
	overflow: hidden;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	overflow:auto;
	z-index:998;
	min-width: 1024px;
} 
#all {
	float: right;
	position: relative;
	right: 0;
	top: 0;
	min-height: 100%;
	width: 620px;
	margin-left: 379px;
	background-color: #FFF;

}
#content {
	background-color: white;
	margin-left: 80px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 20px;
	padding-bottom: 70px;
	height: 100%;
}
span.print {
	display:none;
}
.container_12{
	width: 620px;
	margin-right: 0;
}
#footer {
	position: absolute;
	width: 520px;
	height: 40px;
	border-top: 0.1em solid black;
	padding-top: 10px;
	bottom: 0;
	right: 0;
	margin-top: -40px;
	margin-left: 80px;
	margin-right: 20px;
	clear:both;
}
/*img { 
	border:none;
	display:block;
	overflow: hidden;
}*/
html>/**/body #banner, *:first-child+html #banner {
	float: right;
	position: absolute;
	margin-right: 640px;
	right: 0;
	bottom: 60px;
	min-width: 379px;
	width: 37%;
	margin-left: 0;
	z-index: 999;
	-ms-interpolation-mode: bicubic;
}
#banner img { 
	width:100%;
	-ms-interpolation-mode: bicubic;
}
/* @end */

/* @group Supersize */

#supersize {
			position:fixed;
			background-color: black;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			-ms-interpolation-mode: bicubic;
			z-index: 0;
		}	
#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
/* @end */

/* @group Menu */

div#menu {
	height:1.5em;
	margin-bottom: 40px;	
}
.menu {
	margin:0;
	background:#fff;
	text-align: left;
	list-style:none;
	font-weight: normal;
}
.first {
	margin-left: 0;
}
.menu li.last {margin: 0 0.25em 0 0;}
.menu ul li {margin: 0 1.5em 0 0;}
.menu ul li a {
	text-decoration:none;
	color:#000;
	margin-left: 3px;
	margin-right: 3px;
}

.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {
	border-bottom: solid 0.1em #000;
}
div#menu.menu ul li.active a, div#submenu.menu ul li.active a{
	font-weight: bold;
}
div#submenu {
	height:1.5em;
	margin-bottom: 20px;	
}
/* @end */

/* @group Text */

body {
	font:13px/1.5 Georgia,"DejaVu Serif",Norasi,serif;
}
h2.pagetitle span{
display: none;
}
h2 {
	width: 100%;
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
}
div#text h3{
	font-size:13px;
	line-height: 1;
	font-style: italic;
	font-weight: normal;
	border-bottom: 0.1em solid black;
	padding-bottom: 4px;
	margin-top: 40px;
}
span.normal{
	font-style: normal;
}
div#text h3 a, div#text h3 a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	color: #000;
}
.h3link {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	border-bottom: 0;
}
div#text h4 {
	font-size:13px;
	line-height: 1;
	font-style: normal;
	font-weight: bold;
	border-bottom: 0.1em solid black;
	padding-bottom: 4px;
	margin-top: 20px;
	display:inline-block;
	zoom: 1;
	*display:inline;
}
div#text sup {
	font-weight: normal;
}
div#text h5 {
	font-size:13px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 0.1em solid black;
	display: inline-block;
	zoom: 1;
	*display:inline;
}
#text > a, #text > a:visited, #text p a, #text p a:visited, #text table a, #text table a:visited  {
	color: #000;
	border-bottom: dotted 0.1em #000;
	text-decoration: none;
}
#text ol li {
	margin-left: 18px;
}
#text ul li {
	margin-left: 0;
	list-style-type: none;
}
#text ul li:before {
	content: ">";
	margin-right: 8px;
}
#text ul li .before {
	margin-right: 14px;
}
#text sup {
	font-size: 10px;
	vertical-align: super;
	margin-right: 4px;
	line-height:1;
}

#footer a, #footer a:visited {
	color: black;
	text-decoration: none;
}

div#text p.logo a{
	display: block;
	float: left;
	border-bottom-color: white;
}
/* @end */

/* @group Formulaire */

.ui-helper-hidden-accessible {
	position: absolute;
	left: -999em;
}
/* 
 * The state classes are a little bit complex, because of the doubble class bug in IE6
 * The state class looks like this:
 * 
 * .ui-radio-state[-checked][-disabled][-hover] or .ui-checkbox-state[-checked][-disabled][-hover]
 * 
 * Examples:
 * 
 * .ui-radio-state-checked (simply checked) 
 * .ui-radio-state-checked-hover (checked and hovered/focused)
 * .ui-radio-state-hover (unchecked and hovered/focused)
 * 
 * If you don´t have to deal with the doubble class bug of IE6 you can also use the simple ui-checked, ui-disabled, ui-hover state-classnames
 * and the ui-radio/ui-checkbox role-classnames.
 * 
 */

.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
	text-decoration: line-through;
}
.ui-checkbox-state-disabled,
.ui-checkbox-state-checked-disabled,
.ui-checkbox-state-disabled-hover,
.ui-checkbox-state-checked-disabled-hover {
	text-decoration: line-through;
}
span.ui-checkbox {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	background: url(images/icon_checkbox.png) 0 -40px no-repeat;
}
span.ui-radio {
	display: block;
	float: left;
	
	width: 17px;
	height: 17px;
	background: url(images/icon_checkbox.png) 0 -198px no-repeat;
}
span.ui-helper-hidden {
	display: none;
}
span.ui-checkbox-state-hover {
	background-position: 0 -114px;
}
span.ui-radio-state-hover {
	background-position: 0 -282px;
}
span.ui-checkbox-state-checked {
	background-position: 0 -1px;
}
span.ui-checkbox-state-checked-hover {
	background-position: 0 -75px;
}
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
	background-position: 0 -161px;
}
span.ui-radio-state-checked-hover {
	background-position: 0 -245px;
}
/*input*/
div#text fieldset {
	width: 520px;
}
div#text fieldset.infos p {
	margin-bottom: 10px;
}
div#text fieldset.infos p input{
	font:12px/1 Georgia,"DejaVu Serif",Norasi,serif;
	width: 210px;
	height: 18px;
	background-color:transparent;
	color:black;
	padding:2px;
	border:1px solid black;
	vertical-align:middle;
}
div#text fieldset.infos p input:focus {
	background-color: black;
	color: white;
	font-weight: bold;
}
div#text fieldset.infos p {
	clear: both;
}
div#text fieldset p label {
	margin-left: 0.75em;
}
div#text fieldset.infos p label, div#text fieldset.code label {
	display:block;
	width:100px;
	float:left;
	margin:0 0 0.5em 0;
}
div#text fieldset.infos {
	margin-top:2em;
}
div.errors {
	margin-bottom: 20px;
	border: 0.1px solid black;
	padding: 10px;
}
span.requis {
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
}
div#text fieldset.code img{
	display: block;
	float: left;
	height: 22px;
	margin-left: 20px;
	border: 1px solid black;
}
div#text fieldset.code input{
	display: block;
	float: left;
	height: 18px;
	width: 98px;
	padding:  2px;
	border: 1px solid black;
}
#button {
	font:13px/1 Georgia,"DejaVu Serif",Norasi,serif;
	height: 26px;
	color: white;
	font-weight: bold;
	background-color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border:0;
}
#button:hover {
	color: #F6E819;
}
span.option {
	display: block;
	margin-left: 30px;
}
/* @end */

/* @group tableau */

table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}
td {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	width: 20%;
}
tr {
	height:40px;
}
/* @end */


