﻿.Titre
{
	background-color: #F7F7FF;
}

.TextBoxStyle
{
	width: 270px;
	display: inline;
	float: left;
}

.TextBoxStyleNonObligatoire
{
	width: 270px;
	display: inline;
	float: left;
}

.TextBoxStylePetit
{
	width: 140px;
}

.TextBoxStylePetitNonObligatoire
{
	width: 100px;
}

.LibelleTableStyle
{
	width: 32%;
	text-align: right;
	padding-right: 1em;
	vertical-align: top;
}

.TextExplicatif
{
	width: 30%;
	vertical-align: top;
	padding-left: 4em;
	padding-right: 2em;
}

.validateMsg
{
	display: inline;
}

.InformationContainer
{
	vertical-align: top;
	background-image: url(images/bg5.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 350px;
	/* height: 600px; */
	border: solid 1px #333333;
	margin: 0px 0px 15px 20px;
	float: left;
	/* caractère '*' utilisé pour le hackCss sur IE7 et inférieur */
	*margin: 15px 0px 15px 20px;
}

.InscriptionContainer
{
	vertical-align: top;
	background-image: url(images/bg5.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 590px;
	/* height: 600px; */
	border: solid 1px #333333;
	margin: 15px 0px 15px 390px;
}

.InscriptionContainer td
{
	vertical-align: middle;
	padding: 4px;
}

.InscriptionContainerRELeft
{
	border-style: solid; border-color: #CCCCCC; border-width: 1px 0px 1px 1px;
}

.InscriptionContainerREMiddle
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 0px 1px 0px;
}

.InscriptionContainerRERight
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 1px 0px;
}

.InscriptionMentionCNIL
{
	overflow: auto;
	text-align: justify;
	height: 132px;
	padding: 10px;
	background-color: #FFFFFF;
}

.InscriptionMentionCNIL a
{
	color: #0000CC;
}

.divBackground
{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	background-color: #000000;
	filter: alpha(opacity=60);
	opacity: 0.60;
	-moz-opacity: 0.60;
	z-index: 10;
}

.divRechercherEntreprise
{
	position: absolute;
	z-index: 11;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.divRechercherEntrepriseInterne 
{
	width: 425px;
	/* height: 210px; */
	margin-top: 12%;
	margin-left: 35%;
	background-color: #FFFFFF;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-style: solid;
	border-width: 2px;
}

.EntrepriseHeader
{
	display: table;
	color: White;
	background-color: #666666;
	font-size: large;
	padding: 8px;
	width: 409px;
}

.EntrepriseHeaderDiv1
{
	display: table-cell;
	float: left;
}
  
.EntrepriseHeaderDiv2
{
	display: table-cell;
	text-align: right;
}

.EntrepriseBody
{
	font-size: x-small;
	background-color: White;
	color: #000000;
	max-height: 175px;
	overflow: auto;
}

.EntrepriseItem
{
	background-color: White;
	padding: 4px 4px 4px 12px;
}

.EntrepriseItemAlternative
{
	background-color: #CCCCCC;
	padding: 4px 4px 4px 12px;
}

.EntrepriseItem a, 
.EntrepriseItemAlternative a
{
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
}

.EntrepriseItem  a:hover, 
.EntrepriseItemAlternative a:hover
{
	text-decoration: underline;
}

.EntrepriseFooter
{
	color: white;
	background-color: #666666;
	font-size: large;
	padding: 8px;
	vertical-align: middle;
	color: White;
}

