body {
	background: url('../images/interface/background_diglin.jpg') repeat-x;
	background-color:#f1ead0;
	background-attachment: fixed;
	margin: 0;
}

#main {
	margin: auto;
	width: 750px;
	border:1px solid #DDD;
}

#entete {
	color: #CCC;
	height: 20px;
	font-size: 11px;
	font-family: Times New Roman, Times, sans serif ;
}

#bandeau_haut {
	width: 750px;
	height: 170px;
	background: url('../images/interface/diglin_engineer_haut_fr.gif') no-repeat;
	}
#bandeau_haut img{
	width:750px;
	height:170px;
}
#bandeau_bas{
	padding-top:7px;
	width: 750px;
	height: 27px;
	background: url('../images/interface/diglin_engineer_bas.gif') no-repeat;
	text-align:center;
	color:black;
	font-size:12px;
}
#content {
	border-top: 1px solid transparent !important;
	border-top: 0px;
	width: 748px;
}

/* Content DIV Accueil */
#contentAccueil{
	float:left;
	padding-left:10px;
	padding-top:15px;
}
#bienvenue {
	float: left;
	width: 179px;
	height: 140px;
	background: url('../images/interface/bienvenue_fr.gif') no-repeat;
}

#contentBienvenue, #contentNews{
	font-size: 11px;
	width:135px;
	height:80px;
	overflow:hidden;
	margin-top: 40px;
	margin-left: 20px;
	text-align: left;
	font-size:11px;
	font-weight:bold;
	color:#444;
}

#cv, #news, #contact {
	float: left;
	width: 177px;
	height: 140px;
}

#cv {
	margin-left: 6px;
	background: url('../images/interface/cv_diglin_fr.jpg') no-repeat;
}

#news {
	margin-left: 6px;
	background: url('../images/interface/news_computer_engineer.gif') no-repeat;
}

#contact {
	margin-left: 6px;
	background: url('../images/interface/contact_diglin_fr.gif') no-repeat;
}

#contact > form {
	margin-top: 38px;
	margin-left:15px;
	border:none;
	font-size:11px;
}
/* EOF Content DIV */

/* Content DIV by page */
#tblImg{
	padding:5px;
	background-color:#fff;
	border:1px solid #DDD;
}
#livretSweet{
	background:url('../images/interface/livretCD_page_fr.gif') no-repeat;
	text-align:right;
	margin-right:100px;
}
/* Content Website page */
#contentSites{
	margin-top:170px;
	padding-left:10px;
	height:280px;
}
#website{
	margin-left:450px;
	width:219px;
}
#titreSite{
	padding-top:6px;
	width:100%;
	height:19px;
	background:url('../images/interface/titreSite.gif') no-repeat;
	background-color:#d4e9e9;
	border:1px solid #ddd;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#339999;
	text-shadow: #339999 2px 2 px 0;
}

#fondSite{
	position: absolute;
	z-index:10;
	width:219px;
	height:198px;
	margin-top:10px;
	opacity:0.2;
	filter:alpha(opacity=20);
	background:url('../images/sites/vignettes/preview_site.gif') no-repeat;
}
#descSite{
	position: absolute;
	margin-top:10px;
	z-index:20;
	width:200px;
	height:180px;
	padding:9px;
	border:1px solid #ddd;
	overflow: hidden;
	font-size:12px;
	font-weight:bold;
}
#techSite > ul{
	margin-left:220px;
	margin-top:10px;
	font-size:12px;
	padding:0;
	list-style-type: none;
	float:right;
}
#techSite > ul > li{
	padding-left:5px;
	width:55px;
	line-height:15px;
	font-family: arial;
	font-size:9px;
	font-weight:bold;
	border:1px solid #DDD;
	color:#000;
	background:url('../images/interface/techSite.gif') no-repeat;
}
#urlSite{
	margin-top:218px;;
	padding-top:6px;
	width:100%;
	height:19px;
	background:url('$../images/interface/urlSite.gif') no-repeat;
	background-color:#f1ead0;
	border:1px solid #ddd;
	text-align:center;
}
#urlSite a{
	font-size:13px;
	font-weight:bold;
	color:#ff6500;
	text-decoration:none;
}
#urlSite a:hover{
	text-decoration:underline;
}

/* Contact */
h1.titreContact{
	text-align:center;
	color:#339999;
}
table.tblContact{
	margin:0 auto;
	border:1px solid #DDD;
	text-align:center;
	background-color:;
}
.attention{
	color:red;
}

/* Curriculum Vitae */
#cv_gauche, #cv_droite{
	border:1px solid #339999;
	background-color:#FFF;
	margin-top:15px;
	font-size:12px;
	padding:2px;
}
#cv_gauche{
	float:left;
	width:284px;
}
#cv_droite{
	float:right;
	width:444px;
}
td.titre_cv{
	font-weight:bold;
	vertical-align:top;
	color:#800000;
}
td.content_cv{
	vertical-align:top;
}
.titre_poste{
	font-weight:bold;
}
.sstitre_poste{
	font-style: italic;
}
.content_cv > ul > li{
	margin-left:17px;
	list-style:url('../images/interface/bullet.gif') circle;
}
#download{
float:right;
font-weight:normal;
font-size:11px;
margin-top:-23px;
}