@charset "utf-8";
/* CSS Document */

/* ++++++++++++++++++++++++++++++++++++++++
STRUCTURE
+++++++++++++++++++++++++++++++++++++++++*/

body{background:url(../images_socarcom/bg.png) top left repeat-x #000;  color:#FFF; font:12px normal Arial, Helvetica, sans-serif; padding-top:15px;}

#main{width:856px; margin:0 auto;}

a img{border:0;}

#header{
background:url(../images_socarcom/socarcom-header-bg.jpg) no-repeat top left; height:210px; padding-bottom:8px;}
/* ++++++++++++++++++++++++++++++++++++++++
MENU
+++++++++++++++++++++++++++++++++++++++++*/
#menu{background:url(../images_socarcom/bg_menu.png) top left repeat-x #292929; border-top:1px solid #b1b1b1; height:70px; margin:8px 0 0 0; padding-left:10px; width:846px; /*856-10*/}
#menu a{
	color:#FFF; 
	display:block; 
	height:31px; /*22-3*/ 
	padding-top:3px;
	text-align:center;
	text-decoration:none; 
	width:134px;
	
}
#menu a:hover{background:url(../images_socarcom/selection.png) bottom center no-repeat #F39400; }
#menu a.on{background:url(../images_socarcom/selection.png) bottom center no-repeat #F39400; }

#menu ul{
	margin:0;
	padding:0;
}

#menu li{
	margin:0 7px 0 0;
	list-style:none;
	padding:0;
	float:left;
}


/* ++++++++++++++++++++++++++++++++++++++++
CONTENU
+++++++++++++++++++++++++++++++++++++++++*/
#content{background:url(../images_socarcom/bg_content.png) top left repeat-x #000; border-left:1px solid #333; border-right:1px solid #333; /*text-align:justify;*/}
#bloc_gauche{float:left; padding:0 10px; width:580px; /*600-10-10*/}
#bloc_droite{float:right; padding:0 30px; width:184px; /*244-30-30*/}

#bloc_gauche a{color:#FFF;}

h1{color:#e27016; font-size:18px;}
h2{color:#f39400; font-size:12px;}

#mini_left{
	background:url(../images_socarcom/bloc_left.png) top left no-repeat;
	float:left; 
	height:242px; /*252-5-5*/
	padding:5px;
	width:270px; /*280-5-5*/
}

* html #mini_left /* HACK POUR LES PNG TRANSPARENT SUR IE6 */
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images_socarcom/bloc_left.png", sizingMethod="scale");
	background: none;
	overflow:hidden;
}


#mini_right{
	background:url(../images_socarcom/bloc_right.png) top left no-repeat;
	float:right;
	height:242px; /*252-5-5*/
	padding:5px;
	width:270px; /*280-5-5*/
}

* html #mini_right /* HACK POUR LES PNG TRANSPARENT SUR IE6 */
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images_socarcom/bloc_right.png", sizingMethod="scale");
	background: none;
	overflow:hidden;
}

#bloc_gauche ul{
	margin:0;
	padding:0;
}

#bloc_gauche li{
	margin:0 40px 0 0;
	padding:0;
	float:left;
	font-size:14px;
	font-weight:bold;
	list-style:none;
}

#bloc_gauche li a{
	background:url(../images_socarcom/lien_rapide.png) top left no-repeat;
	color:#000;
	display:block;
	height:18px; /*21-3px*/
	font-size:12px;
	font-weight:normal;
	margin-top:3px;
	padding:3px 0 0 5px;
	text-decoration:none;
	width:123px; /*128-5*/
}

* html #bloc_gauche li a /* HACK POUR LES PNG TRANSPARENT SUR IE6 */
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images_socarcom/lien_rapide.png", sizingMethod="scale");
	background: none;
	overflow:hidden;
}

#image{
	background:url(../images_socarcom/bg_photo.png) top left no-repeat;
	height:120px; /*130-10*/
	margin-bottom:15px;
	padding:10px 0 0 5px;
	width:175px;  /*180-5*/
}


/* ++++++++++++++++++++++++++++++++++++++++
FOOTER
+++++++++++++++++++++++++++++++++++++++++*/
#footer{color:#333; padding:5px 10px 0 10px; width:836px; /*856-10-10*/}
#footer a{color:#F29300; text-decoration:none; font:normal 11px arial;}
#footer p{margin:0; padding:0;}



