﻿/*Feuille de Style CSS â€¢ Alexandre Rivaux's Portfolio 2009 â€¢ Tout droits rÃ©servÃ©s */


/* --- BODY ---*/
body{
	font-size: 12px;
	font-family: helvetica, verdana, garamond, courier, times, georgia, 'times new roman', serif;
	line-height: 1.5;
	background-color: transparent;
	/*filter:alpha(opacity=0);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color : #F1F1F1;
	background: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-attachment: fixed;
	background-color: #000000;
	background-color: #141414;
	overflow:hidden;*/ 
}


/* --- Link --- */

a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
	text-decoration: none
}

a:active {
    color: #FFFFFF;
    text-decoration: none
}


/* --- tableau contenair GÃ©nÃ©ral --- */


table#Table {
   width: 990px;
   

}

.zone_texte{
	width: 210px;
	color: white;
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-align:left;
	vertical-align:middle;
	padding: 15px;
}

.zone_banniere{
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-size: 16px;
	line-height: 1.5;
	text-align:center;
}


.zone_image{
	width: 122px;
	color: white;
	background-color: black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	vertical-align: center;
}


.vide{

}


