/*** Styles pour la home ***/

body {
	background-repeat: no-repeat;
	background-image: url(images/megabackground.jpg);
	background-position: center;
	margin-top: 0px;
	background-color: #32599e;
}

a img {
	border:none;
}

#chatcore {
	height: 708px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/planete02.png);
	background-repeat: no-repeat;
}

#chatpub {
	width: 1200px;
	height: 100px;
	background-image: url(images/pubbar.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#chatflashbanner {
	height: 90px;
	width: 728px;
	float: left;
	margin-left: 215px;
	margin-top: 5px;
}

#deja_connecte, #deconnexion, #oubli_password {
	color:white;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight:bold;
	width:100%;
	margin:15px 0 0 0;
	text-align:right;
}

#oubli_password {
	font-size: 12px;
}

#deconnexion {
	float: right;	
	width: 86px;
	height:32px;
	margin:0 0 0 2px;
	text-align:left;
}

#oubli_password {
	float: right;	
	width: auto;
	height:32px;
	margin:0 0 0 2px;
	text-align:left;
}

#deja_connecte a, #deconnexion a, #oubli_password a {
	color:white;
}

#deja_connecte a:hover, #deconnexion a:hover, #oubli_password a:hover {
	text-decoration:none;
}

#chatreg {
	float: right;
	height: 69px;
	width: 250px;
	text-align:right;
}

#chatitle {
	height: 170px;
	width: 1200px;
}
#chatactu {
	float: left;
	height: 400px;
	width: 885px;
}
#chatmenu {
	width: 260px;
	height: 400px;
	float: left;
}
#chatbox {
	height: 400px;
	width: 620px;
	float: right;
}
#chatbox2 {
	height: 235px;
	width: 620px;
}
#chatbox3 {
	height: 235px;
	width: 230px;
	float: left;
}
#chatbrique {
	background-image: url(images/alaune.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 620px;
	font-size: 14px;
	color: #039;
	margin-top: 5px;
	float: none;
}
#chatbrique2 {
	height: 140px;
	width: 230px;
	text-align: center;
	margin-top: 10px;
}
#chatbrique3 {
	background-image: url(images/videoactu.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 380px;
	text-align: center;
	margin-top: 10px;
	float: right;
	font-size: 21px;
	padding-top:33px;
}

#chatbrique3 div, #chatbrique3 object {
	margin:auto;
}

#chatcherche {
	background-image: url(images/recherchebagkdnd.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 230px;
	text-align: center;
	margin-top: 10px;
}
#chatpubriqu {
	height: 390px;
	width: 305px;
	float: right;
	margin-top: 5px;
}
#chatchatgite {
	height: 190px;
	width: 305px;
	background-image: url(images/chatchatgite.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
#chatchatmuse {
	height: 190px;
	width: 305px;
	background-image: url(images/chatchatgite.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
}
#aboutchat {
	height: 30px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#signaturechat {
	height: 24px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}




.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#searchform {
	width: 170px;
	height: auto;
	margin-top: 25px;
	float: right;
}

#form2 {
	float: right;
}

#valider_login {
	height:21px;
	width:103px;
	float:right;
	margin:0 0 0 0;
}

#message_resultat_abonnement, #message_resultat_oubli_password	{
	color:red;
	font-size:10px;
}

input[type=text]:focus {
	border:2px solid #F1CA80;
}