/* CSS PC@HOME */

/* General */
body {
	margin:0;
	padding:0;
	background-color:#79838E;
	background-image:url(../images/bg/bg-body.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#336699;
}

h2 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#336699;
	margin-top:10px;
}

a {
	color:#336699;
	text-decoration:underline;
}

a:hover {
	color:#336699;
	text-decoration:none;
}

.clear {
	clear:both;
}

p {
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
}

.bleu {
	color:#336699;
}

.rouge {
	color:#990000;
}

.colonne_200 {
	position:relative;
	float:left;
	width:200px;
} 

.colonne_300 {
	position:relative;
	float:left;
	width:300px;
}

.colonne_400 {
	position:relative;
	float:left;
	width:400px;
}

.colonne_500 {
	position:relative;
	float:left;
	width:500px;
} 


/* Main top */
#main_top {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:151px;
	background-image:url(../images/bg/main-top.gif);
	background-repeat:repeat-x;
}

/* Main */
#main {
	position:relative;
	width:950px;
	margin:auto;
}


/* Top */
#top {
	position:relative;
	height:150px;
	background-image:url(../images/bg/top.jpg);
}

#top_gauche {
	position:absolute;
	top:0px;
	left:-10px;
	width:10px;
	height:150px;
	background-image:url(../images/bg/top-gauche.gif);
}

#top_droite {
	position:absolute;
	top:0px;
	right:-10px;
	width:10px;
	height:150px;
	background-image:url(../images/bg/top-droite.gif);
}


/* Logo */
#logo {
	position:absolute;
	top:45px;
	left:20px;
}


/* titre_top */
#titre_top {
	position:absolute;
	top:35px;
	right:100px;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	line-height:30px;
	letter-spacing:2px;
}


/* Menu */
#menu {
	position:relative;
	top:124px;
	font-size:16px;
	font-weight:bold;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:13px;
	padding-right:13px;
	padding-top:5px;
	padding-bottom:5px;
}

#menu a:hover {
	color:#336699;
	text-decoration:none;
	background-color:#FFFFFF;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	margin:0;
	padding:0;
	display:inline;
}


/* Contenu */
#contenu {
	position:relative;
	background-image:url(../images/bg/contenu-index.jpg);
	background-repeat:repeat-y;
	float:left;
}


/* Contenu large */
#contenu_large {
	position:relative;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
}

#contenu_large ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

#contenu_large ul li {
	background-image:url(../images/liste/puce-bleu.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:15px;
}


/* Index top */
#index_top {
	position:relative;
	width:100%;
	height:30px;
	background-image:url(../images/bg/contenu-index-top.jpg);
	margin-bottom:5px;
}


/* Index gauche */
#index_gauche {
	position:relative;
	width:610px;
	float:left;
	padding-left:25px;
	padding-right:15px;
}

#index_gauche ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

#index_gauche ul li {
	background-image:url(../images/liste/puce-bleu.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:15px;
}


/* Index droite */
#index_droite {
	position:relative;
	width:300px;
	float:left;
}


/* Clear Index */
#clear_index {
	clear:both;
	position:relative;
	width:100%;
	height:30px;
	background-image:url(../images/bg/contenu-index-bottom.jpg);
}


/* News */
.news {
	position:relative;
	float:left;
	background-image:url(../images/bg/bg-news.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:10px;
	padding-bottom:15px;
}

.titre_news {
	position:relative;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:20px;
	width:100%;
}

.image_news {
	position:relative;
	float:left;
	width:200px;
	text-align:center;
}

.texte_news {
	position:relative;
	float:left;
	width:350px;
	padding-left:20px;
	padding-right:10px;
	text-align:justify;
}

.texte_news_large {
	position:relative;
	float:left;
	width:550px;
	padding-left:20px;
	padding-right:10px;
	text-align:justify;
}


/* Top droite */
#top_services {
	position:relative;
	background-image:url(../images/bg/top-services.jpg);
	height:30px;
	color:#FFFFFF;
	font-size:14px;
	padding-left:25px;
	line-height:28px;
}


/* Element droite */
.elt_droite {
	position:relative;
	padding-left:25px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}

.titre_elt_droite {
	position:relative;
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/bg/titre-elt-droite.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:15px;
	margin-bottom:5px;
}

.titre_elt_droite a {
	color:#000000;
	text-decoration:none;
}

.titre_elt_droite a:hover {
	color:#000000;
	text-decoration:underline;
}

.image_elt_droite {
	position:relative;
	float:left;
	width:100px;
}

.texte_elt_droite {
	position:relative;
	float:left;
	width:175px;
}


/* Colonne contenu */
.colonne_contenu {
	position:relative;
	width:300px;
	float:left;
}

.image {
	border:1px solid #336699;
}


/* Salle de tounoi */
.tournoi {
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

.logo_jeu {
	position:relative;
	float:left;
	width:150px;
	padding-top:10px;
}

.jeu {
	position:relative;
	float:left;
	width:450px;
}

.tournoi_jeu {
	position:relative;
	margin-bottom:10px;
}

.classement {
	position:relative;
	float:left;
	width:100px;
}

.joueur {
	position:relative;
	float:left;
	width:350px;
}


/* Agence Web */
.div_agence {
	position:relative;
	float:left;
	width:280px;
	background-image:url(../images/bg/div-agence.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:15px;
}

.div_agence ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

.div_agence ul li {
	background-image:url(../images/liste/puce-bleu.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:15px;
}

.titre_div_agence {
	position:relative;
	font-weight:bold;
	font-size:14px;
	margin-bottom:6px;
	margin-top:15px;
}


/* Boutique en ligne */
.boutique_cat {
	position:relative;
	float:left;
	width:180px;
}

.table_articles {
	border-collapse:collapse;
}

.table_articles tr {
	background-color:#FFFFFF;
	color:#000000;
}

.table_articles tr :hover {
	background-color:#efefef;
	color:#000000;
}

.table_articles td {
	border:1px solid #cccccc;
	padding:5px;
}

.article_photo {
	position:relative;
	float:left;
	width:300px;
	text-align:center;
	color:#CCCCCC;
}

.article_texte {
	position:relative;
	float:left;
	width:550px;
}


/* Contact*/
.colonne_contact {
	position:relative;
	width:350px;
	float:left;
}


/* Google Map */
#map {
	border:1px solid #336699;
	width:900px;
	height:400px;
	margin-top:10px;
	margin-bottom:20px;
}


/* Equipe PC@HOME */
.colonne_equipe1 {
	position:relative;
	width:150px;
	float:left;
}

.colonne_equipe2 {
	position:relative;
	width:450px;
	float:left;
}


/* Goodies */
.fond_ecran {
	position:relative;
	float:left;
	width:150px;
	text-align:center;
	margin-right:30px;
}


/* Bottom */
#bottom {
	position:relative;
	background-image:url(../images/bg/bottom.jpg);
	height:100px;
	color:#FFFFFF;
}

#menu_bottom {
	position:relative;
	top:20px;
	left:20px;
}

#menu_bottom a {
	color:#FFFFFF;
	text-decoration:none;
}

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

#logo_bottom {
	position:absolute;
	top:20px;
	left:425px;
	text-align:center;
}

#logo_bottom img {
	margin-top:10px;
}

#text_bottom {
	position:absolute;
	top:20px;
	right:20px;
	text-align:right;
}