/* Structure des images d'un article écrit pour la page d'actualités */
.image_article_haut_gauche
{
float: left;
margin-right: 15px;
border: none;
}
.cadre_images_article_bas_2
{
width: 420px;
height: 253px;
margin: auto;
background-color: white;
}
.image_article_bas_droite
{
float: right;
margin-top: 18px;
border: none;
}
.image_article_bas_gauche
{
border: none;
}
.image_centree
{
	margin: auto;
	width: 400px;
	border: none;
}
.image_centree img
{
	border: none;
}
.image_centree2
{
	width: 400px;
	margin: auto;
}
.image_centree2 img
{
	border: none;
}

/* Structure dans la boîte pour galerie d'images */
.screenshots_war_3
{
    margin: auto;
	margin-bottom: 5px;
	width: 610px;
	height: 125px;
}
.screenshot_gauche, .screenshot_droite, .screenshot_centre
{
	border: none;
}
.screenshot_gauche
{
    float: left;
}
.screenshot_droite
{
    float: right;
}
.screenshot_centre
{
    margin-left: 5px;
	margin-right: 5px;
}
/* Structure des images en général */
.image_centrée
{
width: 600px;
margin: auto;
}
