/*    Feuille de Style CSS pour VirusPhotoBlogs
      Site Web : http://www.virusphotoblogs.com
	  Date : 17 août 2008
	  Auteur : Gaëtan Bourdais AKA Entraks
	  E-mail : entraks@gmail.com
	  Site web : http://www.entraks.com
	  Copyright : Tous droits réservés
	  -----------------------------------------
	  VIRUSPHOTOBLOGS.COM // VIRUSPHOTO.COM
 */

/*

 Cette feuille contient plusieurs blocs :
 
 - PAGE
 - CONTENEUR
 - TEXT
 - LIEN
 - SCRIPT RANDOM 10
 
*/

/* Début de la feuille de style */
/* PAGE */

 body,td,th {
	color: #666666;
}


body {
	background-color:#f2f8ff;
	background-image:url(../img/gradiant_back.png);
	background-repeat:repeat-x;
	margin-top:30px;
}

/* CONTENEUR */


#conteneur {
	margin-left:auto;
	margin-right:auto;
}


.conteneur_ontop {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:35px;
}


.ontop_left {
	margin-left:35px;
	float:left;
}


.ontop_right {
	float:right;
	text-align:right;
	margin-right:25px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top:17px;
}


.imgright {
	float:right;
	width:150px;
	margin-right:50px;
	margin-top:15px;
}


.conteneur_top {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/top1.png);
	background-repeat:no-repeat;
	width:800px;
	height:50px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	width:800px;
	height:auto;
}


.conteneur_bottom {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bottom.png);
	background-repeat:no-repeat;
	width:800px;
	height:50px;
}


.conteneur_underbottom{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:60px;
	color:#666666;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


/* TEXTE */


.text {
	margin-left:40px;
	margin-right:20px;
}


.titre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #3399ff;
	letter-spacing:1px;
	background: transparent url(../img/gradiant_line.png) repeat-x  0 10px;
}


.zone {
	margin-left:25px;
	width:650px;
}


.para {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
}


.underline {
	font-weight:bold;
}

.uppercase {
	text-transform:capitalize;
}


/* LIENS */

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


a.foot {
	text-decoration:none;
	color:#666666;
}


a.txt {
	text-decoration:none;
	color:#3399ff;
}

a:hover {
	text-decoration:none;
	font-weight: bold;
}



/* SCRIPT RANDOM 10 */

.random {
	text-align:center;
}


.random a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0099ff;
	font-weight:bold;
}


.random a:link {
	text-decoration: none;
}


.random a:visited {
	text-decoration: none;
}


.random a:hover {
	text-decoration: none;
	background-color:#0099ff;
	color:#FFFFFF;
	font-weight:bold;
}


.random a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0099ff;
	font-weight:bold;
}
/* Fin de la Page*/