
img {vertical-align:middle; border:none;} 
#thumbs {overflow:auto; list-style:none; margin:30px; padding:0;} 
#thumbs li {float:left;} 
#thumbs a {display:block; padding:10px; outline:none;} 
#thumbs a:hover, #thumbs a:focus {background:#333;} 
#thumbs a.active {background:#111;} 
#viewer {position:relative; width:700px; height:465px; margin-left:30px;} 
#viewer img[src*="loader"] {position:absolute; left:50%; top:50%; margin:-15px 0 0 -15px;}



table.caracteristiques
{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	/*width: 750px;*/
	/*width: 70%;*/
	
	/* centrage horizontal */
	margin-left: auto; 
	margin-right: auto;
}

/* top row */	
.hgauche
{
	background: url(../images/design/popup/hgauche.gif) no-repeat left top;
	/*width: 12px;*/
}

.haut
{
	background: url(../images/design/popup/haut.gif) repeat-x left top;
	/*height: 13px;*/
}

.hdroit
{
	background: url(../images/design/popup/hdroit.gif) no-repeat left top;
	/*width: 14px;*/
}

/* middle row */	
.gauche
{
	background: url(../images/design/popup/gauche.gif) repeat-y left top;
	/*height: 13px; */ /* hauteur minimal */
}

td
{
	vertical-align: top;			/* alignement vertical haut, pas middle */
}

.milieu, .milieu_blocs	/* texte centré */
{
	text-align: center;
	line-height: 25px;
}

.milieu	/* plan et carte */
{
	width: 200px;
	padding: 0;		/* précision sinon padding indésiré ? */
	padding-bottom: 5px;
}

.milieu_blocs	/* blocs d'un fort */
{
	width: 320px;
}

.milieu_gauche
{
	text-align: left;
	padding-right: 20px;
	width: 300px;
	height: 60px;
	padding-left: 10px;
	padding-bottom: 10px;
	/*width: 40%;*/
}

.milieu_centre
{
	/*background: url(../images/design/popup/hdroit.png) repeat left top;*/
	text-align: left;
	padding-right: 20px;
	width: 280px;
	height: 60px;
	padding-left: 10px;		/* compense les -10px du span "info_titre" */
	padding-bottom: 10px;
	/*width: 40%;*/
}

.milieu_droit
{	
	text-align: left;
	/*padding-right: 10px;*/
	width: 120px;
	height: 60px;
	padding-left: 10px;		/* compense les -10px du span "info_titre" */
	padding-bottom: 10px;
	/*width: 20%;*/
}

.droit
{
	background: url(../images/design/popup/droit.gif) repeat-y left top;
}

/* bottom row */				
.bgauche
{
	background: url(../images/design/popup/bgauche.gif) no-repeat left top;
}

.bas
{
	background: url(../images/design/popup/bas.gif) repeat-x left top;
	height: 13px;
}

.bdroit
{
	background: url(../images/design/popup/bdroit.gif) no-repeat left top;
}


span.info
{
	font-style: italic;
}

span.info_titre
{
	margin-left: -10px;
	font-weight: bold;
}






div.cell1
{
	float: left; 
	width: 7.7em;
	font-weight: bold;
}

div.cell2
{
	float: left; 
	font-weight: bold;
}

.cell1, .cell2, .cell3
{
	padding: 1px 1px 1px 1px;	/* H, D, B, G */
	height : 100%;
}

div.photos_bloc				/* Permet de créer un bloc de deux photos 1/4 */
{
	margin: 0 auto;					/* Centre horizontalement */
	width: 721px;
	/*margin-left: 12%;					/* Centre la div si largeur fixe */
	/*width: 90%;						/*100%  ou 721px*/
}

div.photo_com 				/* Une photo et un commentaire 2/4 */
{
	width: 340px;
	/*height: 340px;*/
	padding: 10px;
	float: left;
	/*text-align: center;*/			/* si on veux centrer la photo */
}

div.photo_com  p 				/* Commentaire 3/4 */
{
 	margin: 0px;
	padding: 2px 5px 2px 5px;				/* Marge intérieures : HAUT, DROITE, BAS, GAUCHE */
	text-align: justify;
	border-bottom: 1px solid #666;
}

div.spacer 					/* Permet une hauteur dynamique 4/4 */
{
	clear: both;
}

div.space 					/* Permet une hauteur dynamique 4/4 */
{
	height: 38px;
}
