body{
	margin: 0; /* Permet de definir les marges hautes et basses a 10px et gauche et droite a 0px */
	text-align: center; /* Pour [IE] centrer les elements de type block, c'est la seule façon */
	padding: 0; /* Pour  [Opéra] mettre à 0 le padding pour qu'ils soient par défaut à 0 */ 
	background-color: black;
	background-attachment: fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	/* font: 0.8em, Arial, sans-serif, helvetica; /* Police */
}

div#general{
	margin: 0 auto;
	/*height: 480px;*/
	width:100%;
	max-width: 320px; /* 306px */
}

	/*div#top{
		height:28px;
		width:100%;
		max-width: 306px;
		background: url('../images/top.png') no-repeat;
	}*/
	.frame { 
		width: 100%;
		position: relative;
		background-color: #000000;}
	.frame .top_left, .frame .top_right, .frame .bottom_left, .frame .bottom_right { 
		height: 22px;
		width: 22px;
		background-repeat: no-repeat;
		position: absolute;
		background-color: #000000;
		}
	.frame .top_left { 
		top: 0px;
		left: 0px;
		background-image: url("../images/corner-top-left.png");
		z-index: 0; }
	.frame .top_right {
		top: 0px;
		right: 0px;
		background-image: url("../images/corner-top-right.png");
		z-index: 1; }
	.frame .bottom_left { 
		bottom: 0px;
		left: 0px;
		background-image: url("../images/corner-bottom-left.png");
		z-index: 2; }
	.frame .bottom_right { 
		bottom: 0px;
		right: 0px;
		background-image: url("../images/corner-bottom-right.png");
		z-index: 3; }
	.frame .content { 
		position: relative;
		padding: 12px;
		z-index: 4; }
	
	div#content{
		margin: auto;
		background-color: white;
		border:1px solid #1898d2;
		padding:20px 0;
		/*border-left: 1px solid #1898d2;
		border-right: 1px solid #1898d2;*/
	}
	/*	div#content table , div#content table table{
			width:100%;}
	*/
		div#logo{
			/*margin: 0 auto;*/
			margin-bottom: 5px;
			/*background: url('../images/archos_logo.jpg') no-repeat;*/
		}
		
		h2, p.profil, .alert{
			font-size: 0.85em;
			margin: 5px 0 0 0;
			padding: 10px 4px;
			background-color: #ecf1f5;
			color: #1995cb;
		}
		
		.copy{
			font-size: 0.7em;
			margin: 3px 0 0 0;
			color: #1995cb;
		}
		
		.alert {font-weight:bold; font-size: 0.85em;}
		
		.info, .info2{
			font-size: 0.85em;
			margin: 3px 0 0 0;
			color: #1995cb;
		}
		.info2{
			font-size: 0.75em;}
		
		.info_r{
			color: black;
		}
		
		a {
			text-decoration: none;
			color: #1995cb;}
		ul#menu{
			margin: 5px 0;
			text-align: left;
			font-size: 0.85em;
		}
		
			ul#menu li{
				margin-left:30px;
				list-style-image: url('../images/puce.png');
				padding-top:5px;
			}
			
				ul#menu li a {
					display: block;
					max-width: 229px;
					width:100%;
					padding-left:5px;
				}
				
				ul#menu li a:hover{
					background-color: #ecf1f5;
				}
		
	
		span.info_r a{
			text-decoration: none;
			color: black;
			font-style: italic;
		}
		
		span.info_r a:hover{
			text-decoration: underline;
		}
		
		span.comment {
			font-style:italic;
			font-size:0.85em;
			color:#b1b1b1;
		}
	
	div#bot{
		height:28px;
		width:100%;
		max-width: 306px;
		background: url('../images/bot.png') no-repeat;		
	}
	
/********************** [ MENU ]*************************/
#ico_doc {
	display:block;
	width:79px;
	height:79px;
	background:#000 url('../images/doc.png') no-repeat;	}
/* #ico_doc:hover {
	background-image:url(../images/doc3.gif);} */
	
/********************* [ HR - BR ]************************/
	hr{
		margin: 0 auto;
		color: #1898d2;
		background-color: #1898d2;
		height: 1px;
		border: 0;
		width: 90%;
	}
	
	/* br{margin-top: -15px;} */
/********************* [FORMULAIRE]************************/
	input {
		width:98%;}
	select {
		width:100%;}

.abo_actionnaires {
	margin-top:6px;
	font-size:0.85em;}
.abo_actionnaires, .abo_actionnaires_valid, .abo_actionnaires_oui_non {
	float:left;}
input {width:197px;}
select {width:200px;}
.input_valid {width:60px;
	margin-left:4px;}
.input_radio {width:20px;}

/********************* [ CP - DOC]************************/
		div#content h4{
			padding: 5px;
			border-top: 1px dashed #1898d2;
			border-bottom: 1px dashed #1898d2; 
			font-weight: bold;
			color: #1898d2;
			margin-bottom: 8px;
			margin-top: 4px;
		}
		
		div#content p.contenu{
			font-size: 0.85em;
			padding:0 10px;
		}
		
		div#content p.cp{
			margin: 0 0 12px 0;
			text-align: center;
			font-size: 0.85em;
			background-color: #ecf1f5;
			padding: 5px;
			color: #1898d2;
		}
		
		div#content p.cp a{
			text-decoration: none;
			color: #1898d2;
		}
		
		div#content p.cp a:hover{
			text-decoration: underline;
		}
		
		div#content p.retour{
			margin:8px 0;
			font-size: 0.8em;
			color: #1898d2;
			font-weight:bold;
			padding: 5px;
			border-top: 1px dashed #1898d2;
			border-bottom: 1px dashed #1898d2;
		}
				
		div#content p.retour a{
			color: #1898d2;
			text-decoration: none;
		}
		
		div#content p.retour a:hover{
			text-decoration: underline;
		}
		
/********************* [MAILING]************************/
		div#content p.mailing_titre{
			font-weight: bold;
			padding: 5px;
			background-color: #ecf1f5;
			font-size: 0.85em;
			color: #1898d2;
		}
		
		div#content p.champ_obl{
			font-style: italic;
			font-size: 0.85em;
			text-align: left;
			padding-left: 5px;
		}
		/* Pose problème à menu-img */
		div#content table.act_abo{
			margin-left: 2%;
			margin-right: 2%;
			width: 96%;
		}
		
		div#content .act_abo {
			font-size: 0.85em;
			text-align:left;
		}

		div#content .abo_actionnaires {
			font-size: 0.95em;
		}

		div#content p.actionnaire{
			font-size:0.85em;
			padding: 5px;
			background-color: #ecf1f5;
		}
		
		div#menu-img {
			margin-top:5px;
			margin-bottom:5px;
		}
		
		div#menu-img table{
			text-align:center;
			padding:0;
		}
		div#menu-img table tr td{
			font-size:0.7em;
			text-align:center;
		}
		
		div#form-abo table{
			margin-left: 5px;
			margin-right: 5px;
			width: 90%;
		}
		
		div#form-abo table tr td{
			font-size: 0.85em;
			text-align:left;
		}
