body{
	background-color:#fff;
	color:#000;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:70%;
	margin:0;
	padding:0;
}

.skiplink {
	display:none;
}

#header {
	height:140px;
	overflow:hidden;
}

#header img {
	border:0;
}

#conteneur {
	height:100%;
	width:770px;
	margin:0 auto;
	background-color:#fff;
}

#contenu, #menu, #infos {
	height:auto !important;
	height:630px;
	min-height:630px;	
}

#contenu {
	background-color:#fff;
	margin-left: 150px;
	margin-right: 150px;
	border-right:1px dashed #000;
	border-bottom:1px dashed #000;
	border-left:1px dashed #000;
	padding: 1em 1em 2em 1em;
}

#contenu a {
	color:#039;
	text-decoration:underline;
}

#contenu a:visited {
	color:#3266cc;
	text-decoration:underline;
}

#contenu a:hover {
	color:#666;
	text-decoration:none;
}

#contenu a:active {
	color:#666;
	text-decoration:underline;
}

#contenu a.external{
    background: url(../img/icones/external.png) center right no-repeat;
    padding-right: 1em;
}

#menu {
	top:0;
	float:left;
	width: 150px;
	left:0;
	background-color:#fff;
	background-image:url(../img/template/back_menu.jpg);
	background-repeat:repeat-x;
}

#infos {
	float:right;
	width: 150px;
	background-color:#fff;
	background-image:url(../img/template/back_menu.jpg);
	background-repeat:repeat-x;
}

#menu h2, #infos h2 {
	color:#3266cc;
	background-color:#999;
	background-image:url(../img/template/back_titre.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	vertical-align:middle;
	font-size:1.4em;
}

#menu ul {
	margin:3px;
	padding:3px;
	list-style-type:none;
	border:1px solid #000;
	background-color:#fff;
	font-size:1em;
}

#menu ul li a {
	text-decoration:none;
	color:#3266cc;
 	display: block;
	padding: 2px;
	width: 130px;
	border:1px solid #fff;
}

#menu ul li a:hover {
	text-decoration:none;
	color:#3266cc;
	background-color:#c6d9ff;
	border:1px solid #3266cc;
}

#menu ul li a:active {
	text-decoration:none;
	color:#fff;
	background-color:#3266cc;
	border:1px solid #c6d9ff;
}


.menuTop {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-top: 1px solid #999;
	z-index: 1;
}

.menuTop ul {
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}

.menuTop li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

.menuTop li a {
	padding: 1px 7px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}

.menuTop li a:visited {
	color: #333;
}

.menuTop li a:hover {
	color: #000 !important;
	background-color:#c6d9ff;
	border: 1px solid #3266cc;
	border-top: 2px solid #3266cc;
	border-bottom: 2px solid #3266cc;
}

.cadreInfos {
	margin:3px;
	padding:3px;
	border:1px solid #000;
	background-color:#fff;
}

#footer {
	clear:both;
	height: 30px;
	padding:0.5em;
	text-align:center;
	font-size:1em
}

ul.noDeco {
	list-style-type:none;
}

ul.bloc_liste {
	list-style-type:none;
	margin:0 50px;
	padding:5px;
	list-style-type:none;
	border:1px solid #000;
	background-color:#c6d9ff;
}

ul.bloc_liste li {
	margin:0 !important; 
}

/*****************************************************************************************/
/*										Formulaire
/*****************************************************************************************/

form#formLogin {
	position: absolute;
	width:400px;
	height:200px;
	margin-left: -200px;
	margin-top: -100px;
	left:50%;
	top:50%;
}

input, textarea, select {
	border:1px solid #000;
	background-color:#fff;
	background-image:url(../img/template/bginput.png);
	background-position:top;
	background-repeat:repeat-x;
	color:#000;
	font-size:1em;
	margin-bottom:1em;
}

form label.required:before {
	content: '* ';
	color:#F00;
}

.bouton {
	background-image:url(../img/template/bgbutton.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
	border:1px dotted #f60;
	display: block;
}

form label {
	display:inline;
	float:left;
	width:10em;
	text-align:right;
	padding-right:0.3em;
}

form p.formError {
	margin-left:10.5em;
	margin-bottom:0;
	margin-top:0;
	color:#f00;
	font-weight:bold;
}

form input.court {
	width:5em;
}

form input.moyen {
	width:10em;
}

form input.long {
	width:20em;
}

form textarea {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

form input.treslong, form textarea.treslong {
	width:25em;
}

form textarea.treslong {
	height:15em;
}

form input.readonly {
	background-color:#999;
}


form #BBCodeBar {
	margin-left:10.5em;
}

#BBCodeBar #helpbox {
	background-color:transparent;
	background-image:none;
	border:0;
	width:30em;
	font-size:1em;
	color:#FF0000;
}

#BBCodeBar .bouton_b, #BBCodeBar .bouton_i, #BBCodeBar .bouton_u, #BBCodeBar .bouton_bbcode {
	border:1px solid #000;
	background-color:#CFCFCF;
	color:#000;
}

#BBCodeBar .bouton_b {
	font-weight:bold;
}

#BBCodeBar .bouton_i {
	font-style:italic;
}

#BBCodeBar .bouton_u {
	text-decoration: underline;
}


/*****************************************************************************************/
/*										Textes
/*****************************************************************************************/

h1, h2, h3, caption {
	font-family: Georgia, Times New Roman, serif;	
}

h1 {
	margin-top:0;
	margin-bottom:1.5em;
	text-align:center;
}

h2, caption {
	font-size:1.3em;
	margin-top:1.5em;
	font-weight:bold;
	text-decoration:underline
}

caption {
	margin-top:1em;
	margin-bottom:1em;
}

h2.degrade {
	background-color:#999;
	background-image:url(../img/template/back_titre.jpg);
	background-repeat:repeat-x;
	color:#3266cc;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:0;
	padding-left:0.5em;
}

h2.degrade:before {
	content: url(../img/template/icon_news.gif) ' ';
	vertical-align:middle;
}

h3.infos {
	margin-top:0;
	margin-bottom:0.3em;
	font-size: 1.2em;	
}


#contenu p {
	font-size:1em;
}

p.infos {
	margin-top:0;	
}

#contenu div.texte, p.cadre, p.sponsors {
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-top:0;
	margin-bottom:3em;
	padding:0.5em;
}

p.cadre {
	min-height:190px !important;
	height:190px;
}

p.sponsors {
	height:auto !important;
	height:100px;
	min-height:100px;
}

p.questionInterview {
	font-weight:bold;
	font-style:italic;
	margin-top:3em;
}

/*#contenu a[href ^="http://"] {
    background: url(../img/icones/external.png) center right no-repeat;
    padding-right: 1em;
}*/

a[hreflang="de"]:before {
	content: url(../img/icones/flags/de.png) " ";

}

a[hreflang="fr"]:before {
	content: url(../img/icones/flags/fr.png) " ";
}

a[hreflang="en"]:before {
	content: url(../img/icones/flags/gb.png) " ";
}

a[hreflang="cz"]:before {
	content: url(../img/icones/flags/cz.png) " ";
}

a[hreflang="si"]:before {
	content: url(../img/icones/flags/si.png) " ";
}

a[hreflang="it"]:before {
	content: url(../img/icones/flags/it.png) " ";
}

img.imgFloatL {
	float:left;
	vertical-align:text-top;
	margin-right:0.5em;
	margin-bottom:0.5em;
	margin-top:0.2em;
}

img.imgFloatR {
	float:right;
	vertical-align:text-top;
	margin-left:0.5em;
	margin-bottom:0.5em;
	margin-top:0.2em;
}

.souligne {
	text-decoration:underline;
}

.gras {
	font-weight:bold;	
}

.italique {
	font-style: italic;	
}

.centre {
	text-align:center;	
}

.erreur {
	color:#f00;
	font-weight:bold;
	text-align:center;
}

.ok {
	color:#060;
	font-weight:bold;
	text-align:center;
}

.important {
	color:#f60;
	font-weight:bold;
}

acronym {
	cursor: help;	
}

/*****************************************************************************************/
/*										Tableau
/*****************************************************************************************/

table.resultats a:after {
	content: " " url(../img/icones/resume.png);
}

table {
	border:1px solid #3266cc;
	border-collapse: collapse;
	width:100% !important;
	width:98%;
}

th {
	background-color:#999;
	background-image:url(../img/template/back_titre.jpg);
	background-repeat:repeat-x;
	border:1px dotted #3266cc;
}

td {
	border:1px dotted #3266cc;
	border-collapse: collapse;
	padding:2px;
	text-align:center;
}

tr.couleur1 {
	background-color:#fff;
}

tr.couleur0 {
	background-color:#c6d9ff;
}

tr.total {
	font-weight:bold;	
	background-color:#8db3ff;
}

/*****************************************************************************************/
/*										Listes
/*****************************************************************************************/

list_style_type_i {
	list-style-type: lower-roman;
}

list_style_type_I {
	list-style-type: upper-roman;
}

list_style_type_1 {
	list-style-type: decimal;
}

list_style_type_a {
	list-style-type: lower-alpha;
}

list_style_type_A {
	list-style-type: upper-alpha;
}

#contenu ul.erreur_form {
	color:#f00;
	font-weight:bold;
}

/*****************************************************************************************/
/*										Album photos
/*****************************************************************************************/

.thumbnail {
	float: left;
	margin: 0 8px 8px 0 !important;
	margin: 0 3px 3px 0;
}

.thumbnail img {
	border:0;
}