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;
}
/* Titres */ 
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5) */
  padding-top:1em;
  line-height: 1.2;
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: normal;
} 
h1 { 
  font-size: 1.75em;
  color:#ffede5;
} 
h2 { 
  font-size: 1.5em;
  color:#402814;
} 
h3 { 
  font-size: 1.25em;
} 
h4 { 
  font-size: 1em;
}
body{
	background:url(images/bg.jpg) repeat top left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
}
/* Liens */ 
a { 
  text-decoration: none;
  color:#fff;
}
a:hover { 
  color:#a5947f;
}
a img { 
  border: none; 
}
#network
{
	background:url(images/bg-network.jpg) repeat-x top left;
	width: 100%;
	height:29px;
}
#network ul
{
	padding-top:3px;
	float: right;
	list-style-type : none;
}
#network ul li
{
	font-weight: normal;
	padding-right: 15px;
	float:left;
}
#conteneur
{
	width:1000px;
	margin:auto;
}
/* header */
#header
{
	clear:both;
	margin-top:5px;
}
/* Menu */
#header #menu ul
{
	margin-top:30px;
	padding-left:10px;
	padding-right:10px;
	list-style:none;
	height:71px;
	background:url(images/bg-menu.png) no-repeat left top;
}
#header #menu ul li
{
	padding: 0px 10px 0px 5px;
	font-size:20px;
	float:left;
	background:url(images/separateur-menu.png) no-repeat right top;
	height:70px;
}
#header #menu ul li a
{
	line-height:65px;
	height:70px;
}
/* Contenu */
#contenu
{
	margin-top:20px;	
	margin-bottom:20px;
}
#contenu .bordure-haut
{
	background:url(images/bordure-haut-contenu.png) no-repeat left top;
	width:1000px;
	height:15px;
}
#contenu .bordure-bas
{
	background:url(images/bordure-bas-contenu.png) no-repeat left bottom;
	width:1000px;
	height:15px;
	clear:both;
}
#contenu .bordure-gauche
{
	background:url(images/bordure-gauche-contenu.png) repeat-y left top;
}
#contenu .bordure-droite
{
	background:url(images/bordure-droite-contenu.png) repeat-y right top;
}
#contenu .bg
{
	margin:0 5px 0px 5px;
	padding:0 15px 20px 15px;
	background:url(images/bg-contenu.png) left top;
}
#contenu .ligne-home
{
	clear:both;
}
#contenu .col-left, #contenu .col-right
{
	width:40%;
	margin-right:80px;
	float:left;
}
#contenu table
{
	margin:10px auto auto;
	border-collapse:collapse;
	text-align:center;
	border:1px solid black
}
#contenu table tr
{
	border-bottom:1px solid black;
}
#contenu table tr td, #contenu table tr th
{
	padding:3px;
}
/* single */
#contenu .col1, #contenu .col2
{
	float:left;
}
#contenu .col1
{
	width:240px;
	margin-right:10px;
	background:url(images/bordure-sous-menu.png) repeat-y right top;
}
#contenu .col1 .border-bas
{
	height:3px;
	margin:10px 3px 0 0;
	background:url(images/bordure-sous-menu-bas.png) repeat-x left top;
}
#contenu .col1 ul
{
	margin-left:10px;
	padding-right:10px;
	list-style:none;
}
#contenu .col1 ul li
{
	display:block;
	height:26px;
	padding:0 0 5px 0 !important;
	background:url(images/separation-bouton.png) repeat-x left bottom;
}
#contenu .col1 ul li a
{
	line-height:25px;
	padding:0 0 0 5px;
	display:block;
	height:26px;
	background:url(images/bontuon-hover.png) repeat-x left top;
}
#contenu .col2 a img
{
	border: 5px solid #40291c;
	width:204px;
	height:93px;
}
#contenu .col2 .thumbail
{
	float:left;
	margin:5px 20px 0 0;
}
#contenu .col2
{
	width:710px;
}
#contenu .col2 #carrousel
{
	width:712px;
	height:264px;
	border: 5px solid #40291c;
	margin:0 auto;
	position:relative;
}
#contenu .col2 #carrousel .slide
{
	float:left;
	position:absolute;
	width:712px;
	height:264px;
	top:0;
	left:0;
}
#contenu .col2 #carrousel #navigation
{
	position:absolute;
	bottom:10px;
	right:10px;
}
#contenu .col2 #carrousel #navigation ul
{
	list-style:none;
}
#contenu .col2 #carrousel #navigation ul li
{
	float:left;
	width:10px;
	height:9px;
	text-indent:-9999px;
	margin-right:5px;
	background:url(images/rond.png) no-repeat top left;
	cursor:pointer;
}
#contenu .col2 #carrousel #navigation ul li:hover, #contenu .col2 #carrousel #navigation ul .active
{
	background:url(images/rond.png) no-repeat bottom left;
}
#contenu .col2 #fiche h1, #contenu .col2 #fiche h2
{
	font-weight:normal;
	text-transform:uppercase;
}
#contenu .col2 #fiche div.left
{
	margin:0 0 0 5px;
	width:410px;
}
#contenu .col2 #fiche div.right
{
	width:290px;
	margin:0px 5px 0px 0px;
}
/* Footer */
#footer
{
	background:url(images/bg-contenu.png) left top;
	border-top:1px dotted #fff;
}
#footer h2
{
	color:#fff !important;
}
#footer .contenu-footer
{
	margin:0 5px 0px 5px;
}
#footer .block-admin, #footer .block-sites, #footer .block-apropos
{
	width:227px;
	height:195px;
	padding: 0 10px;
	float:left;
	background:url(images/separation-block-footer.png) no-repeat right top;
}
#footer ul
{
	list-style:none;
}
#footer .block-admin ul li, #footer .block-sites ul li, #footer .block-apropos ul li
{
	display:block;
	height:26px;
	padding:0 0 5px 0 !important;
	background:url(images/separation-bouton.png) repeat-x left bottom;
}
#footer .block-admin ul li a, #footer .block-sites ul li a, #footer .block-apropos ul li a
{
	line-height:25px;
	padding:0 0 0 5px;
	display:block;
	height:26px;
	background:url(images/bontuon-hover.png) repeat-x left top;
}
#footer #sociale
{
	margin:auto;
	width:455px;
}
#footer #sociale li
{
	margin-right:20px;
	float:left;
}
#sociale #facebook a
{
	background:url(http://www.thegeektimes.com/portfolio/images/facebook.png) no-repeat left top;
	text-indent:-9999px;
	display:block;
	width:156px;
	height:28px;
}
#sociale #twitter a
{
	background:url(http://www.thegeektimes.com/portfolio/images/twitter.png) no-repeat left top;
	text-indent:-9999px;
	display:block;
	width:141px;
	height:33px;
}
#sociale #flickr a
{
	background:url(http://www.thegeektimes.com/portfolio/images/flickr.png) no-repeat left top;
	text-indent:-9999px;
	display:block;
	width:97px;
	height:27px;
}
#sociale #facebook a:hover
{
	background:url(http://www.thegeektimes.com/portfolio/images/facebook.png) no-repeat left bottom;
}
#sociale #twitter a:hover
{
	background:url(http://www.thegeektimes.com/portfolio/images/twitter.png) no-repeat left bottom;
}
#sociale #flickr a:hover
{
	background:url(http://www.thegeektimes.com/portfolio/images/flickr.png) no-repeat left bottom;
}
#footer #copyright
{
	padding-top:30px;
	clear:both;
	text-align:center;
	font-size:10px;
}
/* Formulaires */
.champs
{
	font-weight: bold;
	width: 200px;
	display: block;
	float: left;
}
/* Style */
.bold
{
	font-weight:bold;
}
.center
{
	text-align:center;
}
.textAverti
{
	color:red;
	font-weight:bold;
}
.textValide
{
	color:green;
	font-weight:bold;
}
.left
{
	float:left;
}
.right
{
	float:right;
}