/* Roman */

#bloc_page
{
	width: 100%;
	margin: auto;
	padding: 0;
	font-family: 'Times New Roman', verdana,  sans-serif;
	background-color: #505050;
}

@media all and (max-width: 1024px)
{
	#bloc_page
	{
		width: auto;
	}
}

body
{
	width: 100%;
	background: #505050;
}


.tableau1
{
	width: 100%;
	border: 0px;
}

.ligne1
{
	height: 5px;
}

.cellule1
{
	width: 1%;
	vertical-align: top;
}

.cellule2
{
	width: 10px;
	vertical-align: top;
}

.cellule3
{
	vertical-align: top;
	width: 1100px;
}


.tableau3bis
{
	margin: 5px;
	margin-left: 50px;	
	vertical-align: top;	
	width: 1000px;
	border: 0;
}

.titre
{
	color: white;
	font-size: 2.8em;
	font-weight: bold;
	font: sans-serif;
	font-style: normal;
	border: 0px ;
	text-align: center;
}

.cellule4
{
	width: 50px;
}

.texteroman
{
	display: block;	
	color: white;
	text-decoration: none;
	text-align: center;	
	border: 0px;
	font-family: 'Times New Roman', sans-serif;	
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: top;
	width: 100%;
}	

.tableauroman
{
	border: 2px solid black;
	background: #FFFFFF;
	text-decoration: none;
	width: 100%;
}

.titre1ter
{
	color: black;
	font-size: 2em;
	font-weight: bold;
	width: 60%;
	border: 2px solid black;
	text-align: center;
}

.image
{
	color: black;
	width: 600px;
	border: 2px solid black;
	height: auto;
	text-align: center
}

.texte
{
	color: black;
	width: 365px;
	border: 2px solid black;
	height: auto;
	text-align: left;
	font-size: 1.2em;
}

.titre10
{
	color: #707070;
	font-size: 1.2em;
	font-weight: bold;
	width: auto;
	border: 2px solid black;
	text-align: center;
}

.submit
{
	text-align: center;
}

.renvoi
{
    text-align: center;
}




