/* ------------------------------------------------------------------------------------
CSS MEDIA SCREEN : master.css
CLIENT :  DFI Construction
CREATION : 09.04.2008
AUTEUR : ASPIX MEDIA - www.aspixmedia.com
----------------------------------------------------------------------------------- */

* {
	margin:0px;
	padding:0px;
	-moz-outline:none;
}

body {
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#666666;
}

a:hover {
	color:#999999;
}

h3 {
	font-size:18px;
}

a.imprimer {
	color:#999999;
}

/* ---------------------------------------------------------------------------| conteneurs |*/

#conteneur {
	width:738px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #cccccc;
	background-color:#ffffff;
}

#bloc {
	clear:both;
	width:738px;
	height:570px;
}

#blocGauche {
	float:left;
	margin:10px 10px 0px 5px;
	width:178px;
	height:65px;
	background-color:#f5cd06;
	color:#ffffff;
}

html>body #blocGauche {
	margin:10px;
}

#blocGauche h3 {
	float:right;
	padding-top:45px;
	padding-right:1px;
}

#blocDroit {
	float:right;
	margin:10px 15px 0px 5px;
	width:487px;
	color:#000000;
	font-size:12px;
}
html>body #blocDroit {
	margin:10px 30px 0px 25px;
	width:477px;
}

#blocDroit h3 {
	margin-top:32px;
	font-weight:normal;
}

#blocDroit li {
	line-height:20px;
}
#blocDroit p {
	line-height:16px;
}

#blocDroit ul {
	list-style-image:url(../images/fleche.gif);
	padding-left:15px;
}

#printHeader {
	display:none;
}

#blocGauche2 {
    clear:left;
    font-size:13px;
    text-align:right;
    padding-top:10px;
    width:178px;
}

#blocGClient {
    float:left;
    width:178px;
    margin:10px 10px 0px 5px;
}
html>body #blocGClient {
	margin-left:10px;
}


/* ---------------------------------------------------------------------------| header |*/

#headerLogo {
	width:738px;
	height:79px;
	background-image:url(../images/header_logo.gif);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
}

#headerImage {
	width:738px;
	/*height:136px;*/
	height:170px;
	background-repeat:no-repeat;
}

#headerLogo a {
	color:#ffffff;
}

#headerLogo p {
	float:right;
	padding:4px 10px 3px 0px;
}

#headerLogo ul {
	clear:both;
}

#headerLogo li {
	float:right;
	list-style:none;
	margin-right:10px;
	margin-left:28px;
	padding-top:32px;
}
html>body #headerLogo li {
	margin-right:22px;
	margin-left:16px;
}

#headerLogo a.menu {
	color:#333333;
}

#headerLogo a:hover {
	color:#999999;
}

#headerLogo li:hover {
	background-image:url(../images/fleche_menu.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#headerImage p {
	float:right;
	margin-top:152px;
	padding-right:10px;
	border-top:1px solid #f5cd06;
	color:#ffffff;
	font-size:10px;
}

.trans_box { /* Effet de transparence pour Mozilla */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bg_transparent.png');
}
.trans_box[class] { /* Effet de transparence pour IE */
  background-image:url(../images/bg_transparent.png);
}

/* ---------------------------------------------------------------------------| footer |*/

#footer {
	clear:both;
	background-color:#ffffff;
	color:#a8a9ac;
	font-size:11px;
	height:100px;
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

#footerTextLeft {
	float:left;
	text-align:left;
	padding-left:20px;
	padding-top:12px;
}

#footerTextRight {
	float:right;
	text-align:right;
	padding-right:20px;
	padding-top:12px;
}

/* ---------------------------------------------------------------------------| formulaire |*/

.btnForm {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	cursor:pointer;
	border:outset 1px #cccccc;
	background:#999999;
	color:#1D1815;
	font-weight:bold;
	background:url(../images/bgBtnForm.gif) repeat-x left top;
}

input.bgFormElement {
	background-color:#F7F3D2;
	font:normal 11px Arial, Verdana, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
}

input.bgFormElement2, select.bgFormElement2, textarea.bgFormElement2 {
	background-color:#FFFFFF;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	border:1px inset #CCCCCC;
}

/* ---------------------------------------------------------------------------| divers |*/

p.y {		/* champ obligatoire - indicatif */
	font-weight:normal;
}
p.yerr {		/* champ obligatoire - erreur  */
	color:#CC0000;
	font-weight:bold;
}

img.projet {
	border:1px solid #CCCCCC;
	cursor:pointer;
}

.aspix {
	color:#a8a9ac;
	text-decoration:none;
}

#confirme {
	text-align:center;
	padding-right:25px;
}

.over {
	background-image:url(../images/fleche_menu.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.borderProjet {
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5cd06;
	vertical-align: bottom;
	padding-top:12px;
}

#trailimageid {
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}


.bgAccueil 
{
   clear:both;
	width:738px;
	height:330px;
   background:#FFFFFF url(../images/bg_accueil.jpg) repeat-x;

}
.tabAccueil 
{
   margin:8px;
   border-collapse:collapse; 
} 
.tabAccueil td 
{
    padding:4px;
    vertical-align:top;
}
.tabAccueil h1 
{
    font-size:14px;
}
.tabAccueil h2 
{
    font-size:12px;
    font-weight:normal;
}
/* ---------------------------------------------------------------------------| modal popup |*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#f5cd06;
	border:3px solid gray;
	padding:3px 3px 3px 15px;
	width:425px;
	font-size:12px;
}

.modalValidator {
	margin-left:20px;
	padding-bottom:10px;
}

.modalConfirm {
	width:400px;
	height:70px;
	padding-top:20px;
	text-align:center;
}

.modalConfirm input {
	padding:6px;
}

#modalFormLeft {
	width:200px;
	float:left;
	padding-top:2px;
}

#modalFormLeft p, #modalFormRight p {
	height:25px;
}

#modalFormRight {
	width:200px;
	float:right;
	padding-right:15px;
}

#modalFormButtons {
	clear:both;
	padding-top:15px;
}

#modalFormButtons input {
	padding:6px;
}

p.oblige {
	color:red;
	text-align:right;
}

h3.titre {
	padding-top:10px;
}




