/* CSS reset
-------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
.side {
	width: 100%;
}
body {
	background-color: #111111;
}
#container {
	width: 100%;
	background-image: url(../images/images_index/fond_index.jpg);
	background-repeat: repeat-x;
}
#container #contenu {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#programmationweb {
	text-align: center;
	width: 100%;
}
#programmationweb p {
	color: #111111;
	text-indent: -9999px;
}
#programmationweb a {
	color: #111111;
	text-decoration: none;
}
#programmationweb a:hover {
	color: #111111;
	text-decoration: none;
}
#programmationweb a:visited {
	color: #111111;
	text-decoration: none;
}
/* - twitter ---- */
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #CCC;
	width:750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	text-align: center;
}
#bottom li {
	list-style-type: none;
}
#bottom a {
	color: #ff9900;
}
.twitterPrefix {
	color: #ff9900;
	font-style: italic;
}
.twitterStatus{
	color: #999;
}
.twitterTime {
	color: #ff9900;
}

