/** CSS Document for Cloisonflex Website **/
/* Author : OTTONELLO Stephane */


/* LINKS */

.zoom img {
width:124px;
height:100px;
border : blue 2px solid;
}
.zoom img:hover {
width:124px;
height:100px;
color: #069;
border : blue 2px solid;
}

p {
font-family : Times New Roman;
font-size : 24px;
}

a:visited {
	color: grey ;
	text-decoration: none;
}
a:hover {
	color: red;
}


/* head*/

.header{
	font-family : Comic Sans MS;
	font-size : 20px;
	text-align: center;
	text-shadow: 20px 20px 20px red;
	border:blue 2px solid;
}

ul {
	margin-top:0px;
	margin-bottom:.8em;
}
li {
	margin-left:12px;
	margin-bottom:.5em;
	font-weight:bold;
	font-size:20px;
	list-style-image: url('images/fleche.gif');
	text-align : left;
}

/* photos */
table#photosvignettes {
	border-width: 0px;
	border-spacing: 0px;
	border-color: #000000;
	border-collapse: collapse;
}
table#photosvignettes td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: #000000;
	vertical-align: top;
	text-align: center;
}
table#photosvignettes td img {
	vertical-align: text-top;
}

.vignetab {
	border-width: 0px;
	border-spacing: 0px;
	border-color: #000000;
	border-collapse: collapse;
	width: 316px;
}

