html{
	height:100%;
}
body{
	font-family: Arial;
	background: url("../img/fond.jpg") #EEE center -10px no-repeat;
	margin:0;
}
a{
	text-decoration: none;
}
:focus{
	outline: none;
}
#wrap{
	width: 900px;
	margin: 3% auto 0 auto;
	height: 530px;
	position:relative;
}
#main{
	position:relative;
	width: 300px;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: 20px;
	left: 300px;
	padding-bottom:10px;
	/*float:left;
	height: 100%;*/
}
#logo{
	width: 200px;
	height: 160px;
	margin: 10px 50px;
}
hr{
	border:0;
	border-top: 1px solid #DDD;
	width: 250px;
	margin: 0px auto;
}
#main p{
	margin:0;
	padding:10px 30px;
	height:30px;
	position:relative;
}
#main p img{
	position:absolute;
	padding-top: 4px;
	left: 245px;
}
#main p a{
	color: #666;
	font-size: 12px;
	float:left;
	padding: 0 10px 0 50px;
	text-decoration: none;
}
#main p a.big{
	line-height:30px;
}
#main p a.small{
	line-height:9px;
}
div.clear{
	clear: both;
}
.contact{
	background: url("../img/Contact.jpg") 0 0 no-repeat;
}
.twitter{
	background: url("../img/Twitter.jpg") 0 0 no-repeat;
}
.facebook{
	background: url("../img/Facebook.jpg") 0 0 no-repeat;
}
.wordpress{
	background: url("../img/Wordpress.jpg") 0 0 no-repeat;
}
.contact:hover{
	color: #69b6fa;
	background: url("../img/Contact.jpg") 0 -30px no-repeat;
}
.twitter:hover{
	color: #fa9924;
	background: url("../img/Twitter.jpg") 0 -30px no-repeat;
}
.facebook:hover{
	color: #72d73e;
	background: url("../img/Facebook.jpg") 0 -30px no-repeat;
}
.wordpress:hover{
	color: #ff3975;
	background: url("../img/Wordpress.jpg") 0 -30px no-repeat;
}

.leftBox{
	width: 500px;
	margin: 20px 0 0 20px;
	float:left;
	border: 1px solid #000;
	height: 500px;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:none;
	position: relative;
	padding-bottom:10px;	
}
.leftBoxClose{
	position: absolute;
	top: 10px;
	right: 10px;
	height:20px;
	width: 20px;
	background: #FFF;
	color: #666;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	display:block;
	text-decoration:none;
}
.leftBoxClose:hover{
	background: #DDD;
	color: #FFF;
	border: 1px solid #DDD;	
}

.btn_left, .btn_center, .btn_right{
	position: absolute;
	top: 10px;
	height:20px;
	width: 100px;
	background: #FFF;
	color: #666;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	display:block;
	text-decoration:none;
}

.btn_left{
	right: 260px;
}
.btn_center{
	right: 150px;
}
.btn_right{
	right: 40px;
}

/*
	TWITTER
*/

#theTweets{
	position:relative;
	top: 50px;
	font-size: 12px;
	height: 450px;
}
.aucunTweet{
	color: #fa9924;
	text-align: center;
	font-style: italic;
	padding-top: 140px;
	background: url("../img/twitterPanneau.jpg") center 0 no-repeat;
	position: relative;
	top:100px;
}
.aucunTweet:before{
	content: " « ";
}
.aucunTweet:after{
	content: " » ";
}
#loading{
	color: #666;
	text-align: center;
	font-style: italic;
	padding-top: 60px;
	background: url("../img/ajax-loader.gif") center 0 no-repeat;
	position: relative;
	top:200px;	

}
#tweets, #facebookMessage{
	list-style-type: none;
	margin:0;
	padding:0;
	position:relative;
	top: 30px;
	height: 400px;
	width: 400px;
	left: 50px;
	font-size: 12px;
}
#tweets li, #facebookMessage li{
	display:block;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}
#tweets li span, #facebookMessage li span{
	color: #999;
}
#tweets li a{
	color: #fa9924;
}
#tweets li a.voirLeTweet{
	display:block;
	text-align: right;
	padding: 10px 0 5px 0;

}
#tweets li a.voirLeTweet:after{
	content: " » ";
}
#tweets li a:hover, #facebookMessage li a:hover{
	color: #666;
}
.linkPerso{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #FFF;
	color: #666;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	display:block;
	text-decoration:none;
	padding:5px;	
}
h2{
	text-align:left;
	color: #666;
	padding:0;
	margin:0;
	position:absolute;
	left: 20px;
	top: 10px;
}
#twitter h2{
	color: #fa9924;
}
#facebook h2{
	color: #72d73e;
}
#facebookMessage{
	top:80px;
}
.time{
	display: block;
	text-align: left;
	font-size: 10px;
	color: #999;
}
#theForm{
	position: relative;
	top: 80px;
	width: 400px;
	left: 50px;
}
#theForm input, #theForm span, #theForm textarea{
	display: block;
	width: 400px;
	margin: 5px 0;
	font-size: 12px;
	color : #666;
}
#theForm textarea{
	height: 120px;
}
#theForm input.send{
	width: 200px;
	margin: 10px auto;
	background: #FFF;
	border: 1px solid #DDD;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.error{
	color: red;
	position:absolute;
	width: 400px;
	font-size: 12px;
	top: 50px;
	left: 50px;
	text-align:center;
}
#theForm .bad{
	color: red;
}

.contactResult{
	position:absolute;
	width: 400px;
	font-size: 12px;
	top: 230px;
	left: 50px;
	text-align:center;
	color :#666;
}

