/* CSS Document */

.noborder{
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearall{
	clear:both;
}
.clearleft{
	clear:left;
}
.clearright{
	clear:right;
}
.textalignright{
	text-align:right;
}
.underline{
	text-decoration:underline;
}
.smaller{
	font-size:smaller;
}
#skipnav{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
 }


/* REFONTE : COULEUR ET IMAGE DE FOND NAVIGATION INTERNE */
#content{
	clear:both;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small; 
}


.content_avec_background{
	background:#FFFFFF url("/images/menu_gauche.jpg") repeat-y;
}

#content #gauche{
	float:left; 
	width:240px  !important;
	padding:20px 10px 0 10px;
}


#content #droite{
	margin:0 0 0 270px;
	padding:20px 40px 10px 10px;
	font-size:1.1em;
}

#content #droite h1{
    font-size:1.9em;
    font-weight:normal;
}

#content #droite h2{
    font-size:1.2em;
    font-weight:bold;
}

#content .maxwidth{
	max-width:640px;
	/*width:expression(document.body.clientWidth > 755 ? "480px" : "auto");*/
}
fieldset{
	margin:20px;
	border:2px solid #A8977A; 
	
}
fieldset div{
	padding:10px
}

h2, fieldset legend{
	font-weight:bold;
	margin-top:0;
	padding-top:0;
/*	color:#6F1E1A; */
	font-size:small;
}
#content #droite h2{
	font-size:large;
	font-weight:normal;
}
#content #gauche h2{
	text-transform:uppercase;
	margin-bottom:0;
	padding-bottom:2px;
}
#content #gauche h3{
	margin-top:0;
	margin-bottom:0;
}


h3, a.liens{
/*	color:#6F1E1A; */
	color:#444444;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}

h3.titregame{
/*	color:#920B05;*/
	color:#444444;
	margin:0 0 0px 10px;
}


img.padded {
	margin:10px;
}


img.padded_left {
	margin-left:10px;
}

img.padded_right {
	margin-right:10px;
}

.smallprints {
	font-size:50%;
}

ul li{
/*	list-style-image:url(/images/accueil/bullet.png); */
	list-style-image:url(/images/bullet_menu_square.png);
}
ul.menu{
	margin:2px 0 15px 10px;
	padding:2px 0 2px 0;
}
ul.menu li{
	margin:0 0 0 15px;
	padding:2px;
	display: block;
}
#content #gauche a, a{
/*	color:#920B05; */
	color:#444444;
}

#content #droite .imgright{
	float:right;
	margin: 0 0 5px 5px;
}
#content #droite .imgleft{
	float:left;
	margin: 0 5px 5px 0;
}
#content #gauche a{
	text-decoration:none;
}
#content #gauche a:hover{
	text-decoration:underline;
}
ul.menu a.section_active{
	display:block;
	font-weight:bold;
	list-style-image:url(/images/accueil/bullet.png);
	/*background:transparent url(/images/menu/1_pxmenu.jpg) repeat-y top right;*/
}

li.section_active{
	list-style-image:url(/images/accueil/bullet.png);
}

ul.menu ul{
	margin-bottom:2px!important;
}
.colonne_plan{
	width:45%;
	padding:2%;
	float:left;
}

.exclamation{
	float:left;
	color:white;
	font-size:medium;
	background: #6F1E1A url("/images/viewobject/icoexclamation.gif") no-repeat 4px 4px;
	border:1px solid #ebe0c1;
	padding: 2px 10px 2px 25px;
	line-height:20px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

p.flickr a img {
	padding: 2px 2px 2px 2px ;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
