/*** CSS for SEM BY JUST4ID ***/


* {
  margin: 0;
  padding:0;
}
/*************** structure principale **********************/
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;	
	background: #d5cdc3 url(../img/background3.jpg) no-repeat;
	background-position: center top;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1000px;
	margin: auto;
	height: auto;
}
/***********************************************/

/************** en tete *********************/
#header {
	height: 166px;
}

#logo1 {
	width: 246px;
	height: 116px;
	float: left;
	background-image: url(../img/header_logo_sem.png);
}

#baniere {
	float: left;
	width: 529px;
	height: 116px;
}

#anim {
	margin-top: 20px;
	margin-left: 5px;
	width: 490px;
	height: 80px;
	border: solid 1px #00548E;
}

#info{
	width:225px;
	float:right;
	height: 116px;
	background-image: url(../img/header_contact_2011.png);
	background-position: bottom;
	
}

#info a {
	background-image: url(../img/header_telecharger.jpg);
	background-position: right;
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: white;
	line-height: 30px;
	padding-left: 10px;
}

#info a:hover {
	text-decoration: underline;
}

#menu{
	clear:both;
	height: 50px;
	margin-top: 0;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			240px; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	/*position:		relative;*/
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/******** fin essential debut habillage***************/

/*** Style menu ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: ;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/	
	color: #ff9d13;
}

.sf-menu a:hover {
	color: white;
}

.sf-menu li {
	display: block;
	height: 50px;
	float: left;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
}

.sf-menu li li {
	background-image: url(../img/menu_deroulant2_260.jpg);
	background-position: top left;
	width: 260px;
	height: 39px;
	font-size: 12px;
}

.sf-menu li li a.smenu {
	padding-left: 20px;
	text-align: left;
	color: #ff9d13;
	line-height: 42px;
}

.sf-menu li li a.smenu:hover {
	color: white;
}

.sf-menu li a {
	padding-left: 35px;
}

.sf-menu li.sem {
	background: #4A4130 url(../img/menu_sem.jpg) 0 0 no-repeat;
	width: 189px;
	text-align: center;
	line-height: 50px;
}

.sf-menu li.gar {
	background: #4A4130 url(../img/menu_garantie.jpg) 0 0 no-repeat;
	width: 180px;
	text-align: center;
	line-height: 50px;
}

.sf-menu li.gar a {
	padding-left: 46px;
}

.sf-menu li.faq {
	background: #4A4130 url(../img/menu_faq.jpg) 0 0 no-repeat;
	width: 180px;
	text-align: center;
	line-height: 50px;
}

.sf-menu li.contact {
	background: #4A4130 url(../img/menu_contact.jpg) 0 0 no-repeat;
	width: 180px;
	text-align: center;
	line-height: 50px;
}

.sf-menu li.partint {
	background: #4A4130 url(../img/menu_partint.jpg) 0 0 no-repeat;
	width: 271px;
	text-align: center;
	line-height: 50px;
}

.sf-menu .sem.active, .sf-menu .gar.active, .sf-menu .faq.active, .sf-menu .contact.active, .sf-menu .partint.active {
	background-position: 0 -50px;
}
.sf-menu .active a {
	color: white;
	padding-left:35px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 12px 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/******************* fin entete **********************/


/********* contenu **********************/
#content {
	z-index: -1;
	background: white;
}

#content2 {
	padding: 10px;
	background: white;
}

#contenu_page {
	width: 960px;
	background: #ebe3d8 url(../img/bas_contenu.jpg) bottom no-repeat;
	padding: 10px;
}

#contenu_page img {
	margin-left: 135px;
	margin-bottom:10px;
 	
}

#contenu_page p {
	font-size: 14px;
	color: #3f392c;
	padding-left: 14px;
	margin-bottom: 20px;
}

#contenu_page h1 {
	text-transform: uppercase;
	font-size: 18px;
	color: #3f392c;
	margin-bottom: 12px;
	border-bottom: 1px dotted #3f392c;
	padding-bottom: 12px;
}

#contenu_page h2 {
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 8px;
	color: #6e5d38;
	text-transform: uppercase;
	background: url(../img/puceh2.gif) left no-repeat;
	outline: none;
}

#contenu_page h2 a {
	color: #6e5d38;
	text-decoration: underline;
}
#contenu_page h2 a:hover{
	text-decoration: none;
}

#contenu_page h3 {
	color: #3f392c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 14px;
}

#contenu_page h4 {
	color: #3f392c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 14px;
	font-style:italic;
}

#contenu_page ul {
	list-style-image: url(../img/puce2.gif);
	padding-bottom: 15px;
	padding-left: 30px;
}

#contenu_page ul li {
	font-size: 14px;
	color: #3f392c;
}

#contenu_page dl {
	list-style-image: url(../img/puce2.gif);
	padding-bottom: 15px;
	padding-left: 30px;
}

#contenu_page dl dt {
	font-size: 14px;
	color: #3f392c;
	background: url(../img/document-pdf-text_16x16.png) left no-repeat;
	padding-left: 18px;
	padding-bottom: 5px;
}

#contenu_page dl dt a {
	font-size: 14px;
	color: #3f392c;
}

#contenu_page dl dt a:hover {
	text-decoration: none;
}

#contenu_page dl dd {
	font-size: 14px;
	color: #3f392c;
	margin-bottom: 20px;
}

#contenu_page p a {
	color: #3f392c;
	font-size: 14px;
	text-decoration: underline;
}

#contenu_page p a:hover {
	text-decoration: none;
}

#contenu_page li a {
	color: #3f392c;
	font-size: 14px;
	text-decoration: underline;
}

#contenu_page li a:hover {
	text-decoration: none;
}

#contenu_page table {
	border: 1px dotted black;
	border-collapse: collapse;
}

#contenu_page table td {
	border: 1px dotted black;
	text-align: center;
}

#contenu_page table tr.color {
	background-color: #f1e9de;
}

#contenu_page p.note {
	font-size: 12px;
	font-style: italic;
}

#contenu_page .adresse {
	background:url(../img/puce_universite.png) left 4% no-repeat;
	float:left;
	width:440px;
	padding:0 20px 10px 20px;
}

#contenu_page .adresse1 {
	float:left;
	width:440px;
	padding:0 20px 10px 20px;
}


/********************** partie gauche *********************/

#colonne_gauche {
	width: 401px;
	height: 355px;
	float: left;
}

#bloc_new {
	background-image: url(../img/sem_A.jpg);
	height: 118px;
}

#bloc_new p {
	padding-top: 25px;
	padding-left: 240px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#bloc_new a {
	margin-left: 260px;
	width: 1070px;
	height: 25px;
}

#bloc_new2 {
	background-image: url(../img/sem_B.jpg);
	height: 118px;
}

#bloc_new2 p {
	padding-top: 25px;
	padding-left: 180px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#bloc_new2 a {
	margin-left: 260px;
	width: 107px;
	height: 25px;
}
#bloc_new3 {
	background-image: url(../img/sem_C.jpg);
	height: 118px;
}
#bloc_new3 p {
	padding-top: 25px;
	padding-left: 180px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
#bloc_new3 a {
	margin-left: 260px;
	width: 107px;
	height: 25px;
}

/*************** fin partie gauche ***********************/

/************** bloc droite ************************/

#colone_droite {
	height: 355px;
	width: 599px;
	float: right;
	background-color: #FFF;
	background-image: url(../img/coldr_background.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
}

#colone_droite p {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 395px;
	font-size: 12px;
	color: #333;	
}

/**************** fin partie droite ****************/

/*********** fin contenu ****************************/




/**************** bas du site **************************/

#footer {
	height: 52px;
	font-size: 12px;
	color: #b2a894;
	clear: both;
}

#footer p {
	display: block;
	width: 401px;
	height: 52px;
	background-image: url(../img/footer_tout_droit_res.png);
	float: left;
	text-align: center;
	line-height: 53px;
}

#footer ul li {
	list-style: none;
	display: block;
	height: 52px;
	float: left;
	/*line-height: 53px;*/
}

#footer ul li a {
	color: #ff9d13;
	text-decoration: none;
}

#footer li.contact2 {
	background-image: url(../img/footer_contact.png);
	width: 105px;
	text-align: center;
	text-decoration: none;
}

#footer li.contact2 a {
	padding-left: 20px;
	line-height: 56px;
}

#footer li.mlegale {
	background-image: url(../img/footer_mlegale.png);
	width: 142px;
	text-align: center;
}

#footer li.mlegale a {
	padding-left: 13px;
	line-height: 56px;
}

#footer li.faq2 {
	background-image: url(../img/footer_faq.png);
	width: 70px;
	text-align: center;
}

#footer li.faq2 a {
	padding-left: 8px;
	line-height: 56px;
}

#footer li.status {
	background-image: url(../img/footer_status.png);
	width: 86px;
	text-align: center;
}

#footer li.status a {
	padding-left: 10px;
	line-height: 56px;
}

#footer li.reg_mut {
	background-image: url(../img/footer_reg_mut.png);
	width: 196px;
	text-align: center;
}

#footer li.reg_mut a {
	padding-right: 10px;
	line-height: 56px;
}

#footer li a:hover {
	text-decoration: underline;
}
