
/* style general */
body {
	font-family:PrestigeElite Std, courier New;
	font-size:0.8em;
	padding:0px;
	margin:0px;
	color:#888;
	background-color:#ccc;
}
h1 {
	font-size:1em;
	font-weight:400;
	padding:0px;
	margin:0px;
	padding-left:20px;
}
img {
	border:0px;
}
.liens {
	color:#888;
}
.liens a {
	color:#888;
	text-decoration:none;
}
.liens a:hover, .liens .a-in {
	color:#fc00fc;
	text-decoration:none;
}

.note {
	font-size:9px;
}

.note_detail {
	font-size:10px;
	color:#ddd5da;
}

.lien_rose {
	color:#fc00fc;
}
.lien_rose a {
	color:#fc00fc;
	text-decoration:none;
}
.lien_rose a:hover, .lien_rose .a-in {
	color:#fc00fc;
	text-decoration:none;
}

#toutelapage { 
	width:900px;
	height:600px;
	margin:0 auto;
	background-color:#fff;
}
/* liens et liens menu descendu */
.liens-menu {
	color:#000;
}
.liens-menu  a {
	color:#000;
	text-decoration:none;
}
.liens-menu  a:hover {
	color:#fc00fc;
	text-decoration:none;
}


.liens-txt {
	color:#000;
}
.liens-txt a {
	color:#000;
	text-decoration:none;
}
.liens-txt a:hover {
	color:#000;
	text-decoration:underline;
}

/* partie du menu haut */
#menu-haut-gauche { 
	width:720px;
	height:70px;
	text-align:left;
	float:left;
}
#menu-haut-gauche ul {
	list-style-type:none;
}
#menu-haut-gauche li {
	display:inline;
	border-right:1px #888 solid;
	padding-left:10px;
}
#menu-haut-droite { 
	width:180px;
	height:80px;
	text-align:right;
	float:left;
}
#menu-haut-droit ul {
	list-style-type:none;
	font-size:0.85em;
}
#menu-haut-droit li {
	display:inline;
	border-right:1px #888 solid;
	padding-left:10px;
}
/* placement des differentes parties */
#menu-haut { 
	width:900px;
	height:70px;
	padding:10px;
	margin-top:10px;
}

#boite_ascenceur { 
	width:808px;
	height:450px;
	overflow:auto;
	float:left;
	
}


#boite_presentation_tee_shirt { 
	width:410px;
	height:450px;
	background-color:#fff;
	padding:0px 15px 10px 15px;
	float:left;
	
}

#boite_detail_tee_shirt { 
	width:320px;
	height:450px;
	background-color:#fff;
	padding:0px 15px 10px 15px;
	float:left;
}
.rose {
	color:#fc00fc;
}
#boite_vide { 
	width:45px;
	height:300px;
	float:left;
}



#zoom_detail { 
	width:391px;
	height:630px;
	margin:0 auto;
	background-color:#fff;
}

#zoom_detail img{ 
	text-align:center;
}


#zoom_detail_dessin { 
	width:1058px;
	height:920px;
	margin:0 auto;
	background-color:#fff;
}

#zoom_detail_dessin img{ 
	text-align:center;
}











#bt_g {
float:left;
margin-right:60px;
width:350px;
}

#bt_dt {
float:left;
margin-right:10px;
width:350px;
}

hr {
	clear:both;
	visibility:hidden;
}