@charset "UTF-8";
/* Le header Transcontinental */

@import "transconheader.css";

/* Classes de base */

@import "htmlbase.css";
@import "formulaire.css";

/* Classes CSS specifiques */

#outline {
	width: 800px;
	margin: 0px auto;
	background-color: #666633;
	text-align: center;
	background-image: url(../../imgs/back.gif);
	background-repeat: repeat-y;
}

#layout {
	width: 780px;
	margin: 10px;
}

.header {
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
}

.bande_orange {
	width: 740px;
	height: 10px;
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: repeat;
	clear: both;
}

#content {
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
}

table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.close {
	clear: both;
	margin: 0px;
	height: 0px;
}

#footer {
	text-align: center;
	clear: both;
	margin: 20px;
}

/* Classes CSS des boites */

.menu_gauche {
	margin-top: 5px;
	font-size: 11px;
	line-height: 15px;
	width: 160px;
	float: left;
	display: inline;
	text-align: left;
	clear: left;
	background-image: url(../../imgs/back_left_box.jpg);
	background-repeat: no-repeat;
}

.content_droite {
	width: 590px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 15px;
	float: right;
	display: inline;
	text-align: left;
	margin-right: 10px;
}

.box220 {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 15px;
	width: 590px;
	float: left;
	display: inline;
	background-image: url(../../imgs/back_box.jpg);
	background-repeat: no-repeat;
}

.innerbox {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.innerbox p {
	color: #f6b63d;
	text-align: justify;
}

.box100, .boxtxt {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	width: 108px;
	float: left;
	display: inline;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.box100 {
	width: 108px;
	text-align: center;
}

.box100test {
	margin: 1px;
	background-color: #FFFFFF;
	width: 100px;
	float: left;
	display: inline;
	border: 1px solid #FFFFFF;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.box100vote {
	margin: 1px;
	background-color: #FFFFFF;
	width: 100px;
	height: 110px;
	float: left;
	display: inline;
	border: 1px solid #FFFFFF;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.box100vote a {
	color: #000;
	font-size: 12px;
}

.box100test img, .box100vote img  {
	width: 100px;
}

.boxtxt {
	width: auto;
}


.box {
	margin: 10px;
}

.box img {
	float: left;
	margin-right: 10px;
}

.box100 img {
	margin: 4px;
}

.fakehr {
	clear: both;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

#divoverlay {
	width: 150px;
	height: 140px;
	position: absolute;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #FFFFFF;
	z-index: 4;
}

#divoverlay img {
	width: 150px;
}

.milargeur {
	width: 50%;
	float: left;
	display: inline;
}

.largeurcomplete {
	width: 100%;
	clear: both;
	float: left;
}