html, body {
margin: 0;
padding: 0;
height: 100%
}

body 
{
	background-color:#b3ceec;
	font-family:Verdana;
	color:#000000;
	font-size : 10px;
}

body.mainbody
{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#6592cd;
}


table, tr, td{
	font-size : 10px;
}

img{
	border:0;
}

ul{
}

li{
	margin-left:-20px;
	margin-top:5px;
}

.clearall{
	clear:both;
}

#wrapper{
	width:800px;
	margin:10px auto;
}

#tdwrapper{
	background-color:#FFFFFF;
	/*background-image:url(../images/bg.png);
	background-position:center 180px;
	background-repeat:no-repeat;*/
	border:solid 1px #000000;
}

#header{	
	text-align:center;
}

#logo{
	float:left;
}

#titre{
	margin-top:8px;
	font-size:15px;
	color:#FF0000;
	font-weight:bold;
}

#menu{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	margin-top:5px;
	background-image:url(../images/fond_menu.png);
	background-repeat:repeat-x;
	height:20px;
	width:800px;
}

#smenu{
	background-image:url(../images/fond_smenu.png);
	background-repeat:repeat-x;
	height:10px;
	width:800px;
}

.menuitem{
	float:left;
	color:#FFFFFF;
	margin:3px 49px;
	font-weight:bold;
}

a.menuitemlink:link, a.menuitemlink:visited, a.menuitemlink:active { 
	color:#FFFFFF;
	text-decoration : none; 
} 

a.menuitemlink:hover{
	color :#FFFFFF;
	text-decoration : underline; 
}

#content{
	padding:10px 15px 15px 15px;
}

.carre{
	height:140px;
	width:380px;	
	margin-bottom:10px;
	background-color:#ffffff;
}

.carre_title{
	height:17px;
	text-align:center;
	border-bottom:solid 1px #000000;
	font-size:12px;
	padding-top:2px;
	background-image:url(../images/fond_carre_title.png);
	background-repeat:repeat-x;
	color:#ffffff;
}

.carre_content{
	padding:5px;
	background-image:url(../images/fond_carre.png);
	background-repeat:repeat-x;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.center{
	text-align:center;
}

.centerdiv{
	margin:0 auto;
}

.big{
	font-size:16px;
}

.medium{
	font-size:14px;
}

.underline{
	text-decoration:underline;
}

.italic{
	text-decoration:italic;
}

.bold{
	font-weight:bold;
}

.pagetitre{
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.pagestitre{
	color:#FF0000;
}

.pagestitre2{
	color:#4040ff;
}

.warning{
	color:#FFFFFF;
	background-color:#FF0000;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
}

.warning2{
	color:#FFFFFF;
	background-color:#5f8ac1;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
}

#logo7{
	float:left;
	margin-left:10px;
}

#logomac{
	float:right;
}

#parrainage{
	float:left;
	width:200px;
	margin-left:150px;
	margin-top:40px;
	text-align:center;
}

#parrainage_title{
	float:left;
	font-weight:bold;
	margin-left:60px;
}

.imghome{
	border:solid 1px #000000;
}

#footer{
	text-align:right;
	color:#FFFFFF;
	font-size:8px;
}

#infoimg{
	margin-right:50px;
	margin-top:20px;
}

#assistanceimg{
	margin-right:50px;
	margin-top:0px;
}