
body
{
	margin: 0;
	padding: 0;
	font: 11px Arial;
	text-align: center;
	height: 100%;
	background-color: #0a7af5;
	background-image: url(../../medias/images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
} 




#global_wrap
{	position:relative;
	margin: 0 auto;
	width: 1024px;
	background: #d8f0ff;
	
} 

#page
{
	position:relative;
	float:left;
	width:100%;
    border:0px solid red;
    /*background: #d8f0ff; */
	text-align: left;
}

#page_wrap
{
	float:left;  
  border:0px solid red;
	text-align: left;
	/*background: #d8f0ff;*/
}



#content
{	
    width:820px;
	text-align: left;
	margin-left: 7px;
	float:left;
	border:0px solid red;
}   

table
{
	font: 11px Arial;
}

/* 
#bottom_bg
{   
	width: 100%;
	height: 458px;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: -1000;
	background: #504136 url('../../medias/images/bg_bottom.png') repeat-x bottom left;
}
*/
    
.spaced
{
	padding: 0px;
	position:inherit;
}

img
{
	border: 0;
}

a
{
	color: #F900F9;
	outline: none;
}

a:hover
{
	color: #222;
}

h1, h2, h3, h4
{
	font-weight: normal;
	font: 18px Arial;
	margin: 0 0 10px 0;
	padding: 0;
} 
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}

h1.default, h2.default
{
	background: transparent url('../../medias/images/bar_h1.png') repeat-x center;
	color: #152149;
	padding-left: 5px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing:-1px;
}         	
 h1.default a,h2.default a
{
	font-family:Arial;
	font-weight: bold;	
	color: #152149;
	letter-spacing:-1px;
	
} 
#drapeau_rond  {
position:absolute ; 
margin-left:3px ;
margin-top:4px 
}

h2.yellow
{
	background: transparent url('../../medias/images/bar_h1_grey.png') no-repeat center left;	
	padding-left: 40px;
	line-height: 50px;
}         	

h2.blue
{
	background: transparent url('../../medias/images/bar_h1_blue.png') no-repeat center left;	
	color: #3c4560;
	padding-left: 40px;
	line-height: 50px;
}         	

.center
{
	text-align: center;
}

.hundredprct
{
	width: 100%;
}
   


td.sixprct
{
	width: 66%;
}

td.threeprct
{
	width: 33%;
}
      

.h1_wrap
{
	
}

.h1_left
{
	margin-right: 300px;
}

.h1_right
{
	float: right;
	/*width: 300px;*/
	text-align: right;
	padding-right: 10px;    
	
}

.h1_right select{
   font-size:0.65em;
}
    

.alpha
{
	background: #BBB4AE; 
	text-align: center;
	/*width:784px;*/
	padding: 10px;       
	margin: 25px 5px 15px 5px;
}

.alpha a
{
	margin: 0 2px;  
	font-size: 14px;
}  

.alpha .alpha_results
{
	text-align: left;  
}
   

.pagination
{
  font-size: 14px;
  text-align: center; 
  margin: 10px 0;
  padding-right: 15px;
  color: #fe2cef;
}
.pagination a 
{
	color: #1b2958;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

.pagination a:hover 
{
	color: #f900f9;
}
.pagination a:active 
{
	color: #f900f9;
}

.pagination .paginate_selected{
	color:#f900f9;
	text-decoration: none;
}


.thumb_r {
    float:right;
    width:33%;
 }
.thumb_c {
    display:block;
    margin:auto;
    width:33%;
 }
.thumb_l {
    float:left;
    width:33%;
 }

.mailnewsletter {
	background: url("../images/jeu/bg-jeu.png") no-repeat scroll 0 0 transparent;
	bottom: 0;
	height: 356px;
	left: 0;
	position: fixed;
	width: 542px;
	z-index: 150;
	display:none;
}
.cadreWarnings {
	background: none repeat scroll 0 0 #FFE0E0;
	border: 0 solid #FF0000;
	border-radius: 5px 5px 5px 5px;
	display: none;
	font-weight: bold;
	margin-bottom:5px;
	text-align: left;
}
h1 + .cadreWarnings {
	margin: 0 auto 20px;
}
.cadreWarnings .icon-error {
	background: url("../medias/images/cadreWarnings/icon-error.png") no-repeat scroll left center transparent;
	color: #000000;
	padding-left: 20px;
}
.cadreWarnings .icon-info {
	background: url("../medias/images/cadreWarnings/icon-info.png") no-repeat scroll left center transparent;
	color: #003366;
	padding-left: 20px;
}
.cadreWarnings .icon-success {
	background: url("../medias/images/cadreWarnings/icon-success.png") no-repeat scroll left center transparent;
	color: #000000;
	padding-left: 20px;
}
.warning-red {
	background: url("../medias/images/cadreWarnings/icon-error.png") no-repeat scroll left center transparent !important;
	color: #FF0000 !important;
	padding-left: 20px;
}