html
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-image: url("http://www.sunderbox.fr/includes/background_html.jpg");
background-position: top center;
background-repeat: no-repeat;
background-color: #000000;
}

body
{
margin: 0px;
padding: 0px;
font-family: arial, serif;
font-size: 13px;
color: #393c3e;
text-align: justify;
}

p
{
padding: 0px;
margin: 0px;
}

input[type=submit]
{
cursor: pointer;
}

input[type=reset]
{
cursor: pointer;
}


/* Empeche l'encadrement en pointillé systématique effectué par Explorer lors d'un clic sur un lien */

	a
	{
	outline: none;
	}
	
	a:link
	{
	color: #3c8ddf;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}
	
	a:visited
	{
	color: #3c8ddf;
	text-decoration: none;	
	outline: none;
	cursor: pointer;
	}
	
	a:hover
	{
	color: #3c8ddf;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}
	
	a:active
	{
	color: #3c8ddf;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}
	
	a:focus
	{
	color: #3c8ddf;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}

/* Fin d'Encadrement */

	hr
	{
	border: none;
	}
	
	textarea
	{
	overflow: auto;
	}


/* Conteneur */
	
	#conteneur_page
	{
	width: 1003px;
	margin: auto;
	}
		
/* Fin de Conteneur */

/* Header */

	#header
	{
	width: 1003px;
	height: 443px;
	float: left;
	}
		
/* Fin de Header */


/* Corps */
	
	#conteneur_corps
	{
	clear: both;
	float: left;
	width: 1003px;
	background-image: url("http://www.sunderbox.fr/includes/background_conteneur_corps.png");
	background-repeat: repeat;
	}
	
	#corps
	{
	clear: both;
	float: left;
	width: 955px;
	min-height: 500px;
	padding-left: 26px;
	padding-right: 26px;
	background-image: url("http://www.sunderbox.fr/includes/background_corps.png");
	background-repeat: no-repeat;
	}
	
		.sub_header
		{
		float: left;
		width: 955px;
		text-align: right;
		}				
						
		/* Corps Part Gauche*/
	
		.corps_part_gauche
		{
		float: left;
		width: 240px;
		padding-right: 10px;
		margin-top: 34px;
		border-right: 1px solid #d9d9d9;
		min-height: 400px;
		}			
			
			/* Même CSS pour les titres des modules dans le menu gauche */
			
			.titre_menu_gauche
			{
			float: left;
			width: 217px;
			height: 20px;
			padding-top: 5px;
			text-align: center;
			font-size: 15px;
			font-weight: bold;
			color: #ffffff;
			}
			
			/* Menu haut gauche */
			
			.menu_haut_gauche
			{
			width: 240px;
			text-align: left;
			}
									
			/* Panier */
			
			.icone_panier
			{
			margin-left: 3px;
			vertical-align: -40%;
			}
			
			.lien_panier:link, .lien_panier:visited, .lien_panier:hover 
			{
			color: #3c8ddf;
			}
			
			.lien_inscription:link, .lien_inscription:visited, .lien_inscription:hover 
			{
			color: #7ab815;
			}
			
			.lien_perte_mdp:link, .lien_perte_mdp:visited, .lien_perte_mdp:hover 
			{
			color: #ab3c2f
			}
			
			.icone_inscription, .icone_perte_mdp
			{
			vertical-align: -40%;
			}	
			
			.icone_retour
			{
			float: left;
			border: 0px;
			margin-top: 4px;
			margin-left: 2px;
			margin-right: 7px;
			}

			.form_rappel_mdp
			{
			float: left;
			margin-top: 2px;
			}

			.succes_email
			{
			width: 217px;
			padding: 10px;
			background-color: #d6d6d6;
			font-size: 13px; 
			font-weight: bold; 
			color: #000000;
			margin-top: 10px;
			margin-bottom: 5px;
			text-align: justify;
			}
			
			.erreur_email
			{
			width: 217px;
			padding: 10px;
			background-color: #d6d6d6;
			font-size: 13px; 
			font-weight: bold; 
			color: #000000;
			margin-top: 10px;
			margin-bottom: 5px;
			text-align: center;
			}
			
			.icone_contact
			{
			margin-right: 2px;
			vertical-align: -40%;
			}
			
			.lien_contact:link, .lien_contact:visited, .lien_contact:hover 
			{
			font-family: verdana, arial, serif;
			font-weight: bold;
			font-size: 15px;
			color: #000000;
			}
			
			/* Login */
			
			.conteneur_login       /* Pas de float:left car déjà présent via le css du Drag n' Drop */
			{
			width: 217px;
			height: 150px;
			padding: 10px;
			margin-top: 7px;
			margin-bottom: 13px;
			background-image: url("http://www.sunderbox.fr/includes/background_item_menu_droite.png");
			background-repeat: no-repeat;
			}
						
			.input_identifiant
			{
			margin-top: 20px;
			width: 212px;
			}
			
			.input_mdp
			{
			margin-top: 10px;
			width: 212px;
			}
			
			.valider_login
			{
			width: 96px;
			height: 24px;
			margin-top: 12px;
			margin-left: 60px;
			margin-bottom: 20px;
			border: none;
			background: none;
			background-image: url("http://www.sunderbox.fr/includes/valider.png");
			background-repeat: no-repeat;
			}
			
			/* Internaute identifié */
			
			.lien_compte
			{
			clear: both;
			float: left;
			width: 96px;
			height: 24px;
			margin-left: 60px;
			margin-bottom: 10px;
			margin-top: 10px;
			}
			
			.lien_deconnexion
			{
			clear: both;
			float: left;
			width: 96px;
			height: 24px;
			margin-left: 60px;
			}

			/* Promotions */
			
			.conteneur_promos       /* Pas de float:left car déjà présent via le css du Drag n' Drop */
			{
			width: 217px;
			height: 163px;
			padding: 10px;
			margin-top: 10px;
			background-image: url("http://www.sunderbox.fr/includes/background_item_menu_droite.png");
			background-repeat: no-repeat;
			}
			
			.conteneur_detail_promo
			{
			float: left;
			width: 217px;
			text-align: justify;
			margin-top: 15px;
			cursor: pointer;
			}

			.mentions_promos
			{
			clear: both;
			float: left;
			width: 217px;
			margin-top: -10px;
			font-size: 11px; 
			color: #818181; 
			font-style: italic;
			}	
			
			/* Demande de Rappel */
			
			.conteneur_rappel       /* Pas de float:left car déjà présent via le css du Drag n' Drop */
			{
			width: 217px;
			height: 150px;
			padding: 10px;
			margin-bottom: 10px;
			background-image: url("http://www.sunderbox.fr/includes/background_item_menu_droite.png");
			background-repeat: no-repeat;
			}
			
			.input_nom_rappel
			{
			float: left;
			margin-top: 20px;
			width: 100px;
			}
			
			.input_tel_rappel
			{
			float: left;
			margin-top: 20px;
			margin-left: 5px;
			width: 100px;
			}
			
			.textarea_sujet_rappel
			{
			clear: both;
			width: 210px;
			height: 20px;
			overflow: auto;
			font-family: arial, serif;
			font-size: 13px;
			margin-top: 10px;
			}
			
			.valider_rappel
			{
			width: 96px;
			height: 24px;
			margin-top: 12px;
			margin-left: 60px;
			border: none;
			background: none;
			background-image: url("http://www.sunderbox.fr/includes/valider.png");
			background-repeat: no-repeat;
			}
			
		.conteneur_bug
		{
		clear: both;
		float: left;
		width: 240px;
		margin-left: 3px;
		text-align: left;
		}
		
		.conteneur_bug img
		{
		vertical-align: -30%;
		}
		
		.conteneur_bug a:link, .conteneur_bug a:visited, .conteneur_bug a:hover
		{
		color: #ff7f00;
		}		
			
			/* Corps Part Droite*/
		
			.corps_part_droite
			{
			float: left;
			width: 685px;
			padding-left: 11px;
			padding-right: 5px;
			min-height: 400px;
			}
			
			.conteneur_titre_corps
			{
			width: 685px;
			float: left;
			margin-top: 15px;
			padding-bottom: 15px;
			margin-bottom: 15px;
			border-bottom: 1px solid #d9d9d9;		
			}
			
			.contenu_corps_part_droite
			{
			width: 685px;
			clear: both;
			float: left;
			}
			
				.titre_corps
				{
				float: left;
				width: 350px;
				font-size: 20px;
				margin-top: 15px;
				}
				
				/* Newsletter*/
			
				.conteneur_newsletter
				{
				width: 335px;
				float: left;
				margin-top: 10px;
				}		
				
				.twitter
				{
				float: right;
				padding-top: 4px;
				}
				
				.facebook, .rss
				{
				float: right;
				padding-top: 4px;
				margin-left: 4px;
				}
				
				.form_newsletter
				{
				float: right;
				margin-top: 5px;
				margin-right: 15px;
				}
				
				.input_recherche
				{
				width: 160px;
				text-align: center;
				}
				
				.ok
				{
				width: 22px;
				height: 22px;
				border: none;
				background: none;
				background-image: url("http://www.sunderbox.fr/includes/ok.png");
				background-repeat: no-repeat;
				}
	
/* Fin de Corps */


/* Footer */

	#liste_produits_footer
	{
	clear: both;
	float: left;
	width: 955px;
	padding-top: 20px;
	padding-left: 26px;
	padding-right: 26px;
	background-image: url("http://www.sunderbox.fr/includes/background_conteneur_corps.png");
	background-repeat: repeat;
	}
	
		.conteneur_footer_central
		{
		width: 930px;
		padding: 10px;
		border-top: 1px solid #a8a8a8;
		text-align: justify;
		}
		
		.conteneur_footer_central a:link, .conteneur_footer_central a:visited
		{
		font-size: 11px;
		color: #757575;
		}

	#footer
	{
	float: left;
	width: 1003px;
	height: 27px;
	padding-top: 35px;
	padding-left: 30px;
	color: #ffffff;
	background-image: url("http://www.sunderbox.fr/includes/background_footer.png");
	background-repeat: no-repeat;
	background-color: #000000;
	}
	
		.contenu_footer_gauche
		{
		float: left;
		width: 140px;
		margin-left: 3px;
		text-align: left;
		color: #3c8ddf;
		}
		
		.contenu_footer_droite
		{
		float: left;
		width: 760px;
		text-align: left;
		margin-left: 95px;
		}
		
		.contenu_footer_droite img
		{
		vertical-align: -20%;
		margin-left: 10px;
		}

/* Fin de Footer */