@charset "utf-8";
@import url("../webfonts/stylesheet.css");

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#page {
	width:900px;
	height:600px;
	background:#FFF;
	margin:50px auto auto auto;
	box-shadow: 10px 10px 30px #999999;
	border: 1px solid #CCC;}

/* Objet de fond */
#cadreCourbes {
	width:898px;
	height:250px;
	position:relative;
	float:left;
	top:350px;
	left:0px;
	background:url(../images/Courbes.gif) no-repeat;
}
#cadreTriangle {
	width:150px;
	height:150px;
	position:relative;
	float:left;
	top:190px;
	left:680px;
	background:url(../images/triangle.gif) no-repeat;
	}
#cadreCube {
	width:200px;
	height:200px;
	position:relative;
	float:left;
	top:140px;
	left:210px;
	background:url(../images/Cube.png) no-repeat;
	}
/* Fin Objet de fond */

/* Cadre Logo-Titre */
#cadreDiamant {
	width:144px;
	height:81px;
	position:relative;
	float:left;
	top:-193px;
	left:250px;
	background:url(../images/Diamant.gif) no-repeat;
	}
#cadreTitre {
	width:469px;
	height:118px;
	position:relative;
	float:left;
	top:-100px;
	left:-190px;
	background:url(../images/titre.png) no-repeat;
	}
/* Fin Cadre Logo-Titre */

/* Partie Design */
#cadreDesign {
	width:800px;
	height:auto;
	position:relative;
	float:left;
	line-height:5px;
	color: #620000;
	top:-160px;
	left:10px;
	}
#cadreDesign:hover {
	color:#999;
	}
#cubeDesign {
	width:88px;
	height:66px;
	position:relative;
	float:left;
	top:10px;
	left:8px;
	background:url(../images/Cube-Design.gif) no-repeat;
	}
/* Fin Partie Design */

/* Partie Commune Design-Services */
.cadreMenuEnglish {
	width:230px;
	height:auto;
	float:left;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	}
.cadreMenuThai {
	width:370px;
	height:auto;
	float:left;
	text-align:left;
	padding-left:30px;
	font-family: 'Conv_cordia_0';
	}
/* Fin Partie Commune Design-Services */

/* Partie Services */
#cadreServices {
	width:800px;
	height:auto;
	position:relative;
	float:left;
	line-height:5px;
	color: #003399;
	top:-120px;
	left:10px;
	}
#cadreServices:hover {
	color:#999;
}
#cubeServices {
	width:70px;
	height:52px;
	position:relative;
	float:left;
	top:-20px;
	left:15px;
	background:url(../images/Cube-Services.gif) no-repeat;
	}
/* Fin Partie Services */

/* Partie Flash */
#cadreFlash {
	width:300px;
	height:88px;
	position:relative;
	float:left;
	padding-top:40px;
	padding-left:80px;
	color:#F00;
	top:-120px;
	left:40px;
	background:url(../images/logo-Flash.png) no-repeat 0px 20px;
	}
#cadreFlash:hover {
	color:#999;
	background:url(../images/logo-Flash-hover.png) no-repeat 0px 20px;
}
/* Fin Partie Flash */

/* Configuration du Texte */
	.Taille14	{ font-size:14px;}
	.Taille16	{ font-size:16px;}
	.Taille18	{ font-size:18px;}
	.Taille20	{ font-size:20px;}
	.Taille24	{ font-size:24px;}
	.Taille28	{ font-size:28px;}
	.Rouge		{ color:#F00;}
	.Bleu		{ color:#0098ff;}
